Home
last modified time | relevance | path

Searched refs:HEVC_NAL_IDR_W_RADL (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevcdec.c54 case HEVC_NAL_IDR_W_RADL: irap++; break; in hevc_probe()
/third_party/ffmpeg/libavcodec/
Dhevc.h48 HEVC_NAL_IDR_W_RADL = 19, enumerator
Dhevc_parser.c37 #define IS_IDR_NAL(nal) (nal->type == HEVC_NAL_IDR_W_RADL || nal->type == HEVC_NAL_IDR_N_LP)
234 case HEVC_NAL_IDR_W_RADL: in parse_nal_units()
Dhevcdec.h78 #define IS_IDR(s) ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_…
Dcbs_h2645.c885 case HEVC_NAL_IDR_W_RADL: in cbs_h265_read_nal_unit()
1174 case HEVC_NAL_IDR_W_RADL: in cbs_h265_write_nal_unit()
Dvaapi_encode_h265.c702 hpic->slice_nal_unit = HEVC_NAL_IDR_W_RADL; in vaapi_encode_h265_init_picture_params()
Dcbs_h265_syntax_template.c1369 if (current->nal_unit_header.nal_unit_type != HEVC_NAL_IDR_W_RADL && in FUNC()
Dhevcdec.c3030 case HEVC_NAL_IDR_W_RADL: in decode_nal_unit()