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/
H A Dhevcdec.c54 case HEVC_NAL_IDR_W_RADL: irap++; break; in hevc_probe()
/third_party/ffmpeg/libavcodec/
H A Dhevc.h48 HEVC_NAL_IDR_W_RADL = 19, enumerator
H A Dhevc_parser.c36 #define IS_IDR_NAL(nal) (nal->type == HEVC_NAL_IDR_W_RADL || nal->type == HEVC_NAL_IDR_N_LP)
233 case HEVC_NAL_IDR_W_RADL: in parse_nal_units()
H A Dhevcdec.h75 #define IS_IDR(s) ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_N_LP)
H A Dcbs_h2645.c883 case HEVC_NAL_IDR_W_RADL: in cbs_h265_read_nal_unit()
1172 case HEVC_NAL_IDR_W_RADL: in cbs_h265_write_nal_unit()
H A Dcbs_h265_syntax_template.c1372 if (current->nal_unit_header.nal_unit_type != HEVC_NAL_IDR_W_RADL && in slice_segment_header()
H A Dvaapi_encode_h265.c769 hpic->slice_nal_unit = HEVC_NAL_IDR_W_RADL; in vaapi_encode_h265_init_picture_params()
H A Dhevcdec.c3175 case HEVC_NAL_IDR_W_RADL: in decode_nal_unit()

Completed in 14 milliseconds