Home
last modified time | relevance | path

Searched refs:HEVC_NAL_IDR_N_LP (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhevcdec.c53 case HEVC_NAL_IDR_N_LP: in hevc_probe()
/third_party/ffmpeg/libavcodec/
H A Dhevc.h49 HEVC_NAL_IDR_N_LP = 20, 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)
234 case HEVC_NAL_IDR_N_LP: 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.c884 case HEVC_NAL_IDR_N_LP: in cbs_h265_read_nal_unit()
1173 case HEVC_NAL_IDR_N_LP: in cbs_h265_write_nal_unit()
H A Dcbs_h265_syntax_template.c1373 current->nal_unit_header.nal_unit_type != HEVC_NAL_IDR_N_LP) { in slice_segment_header()
H A Dhevcdec.c3176 case HEVC_NAL_IDR_N_LP: in decode_nal_unit()

Completed in 13 milliseconds