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/
Dhevcdec.c53 case HEVC_NAL_IDR_N_LP: in hevc_probe()
/third_party/ffmpeg/libavcodec/
Dhevc.h49 HEVC_NAL_IDR_N_LP = 20, enumerator
Dhevc_parser.c37 #define IS_IDR_NAL(nal) (nal->type == HEVC_NAL_IDR_W_RADL || nal->type == HEVC_NAL_IDR_N_LP)
235 case HEVC_NAL_IDR_N_LP: in parse_nal_units()
Dhevcdec.h78 …ne IS_IDR(s) ((s)->nal_unit_type == HEVC_NAL_IDR_W_RADL || (s)->nal_unit_type == HEVC_NAL_IDR_N_LP)
Dcbs_h2645.c886 case HEVC_NAL_IDR_N_LP: in cbs_h265_read_nal_unit()
1175 case HEVC_NAL_IDR_N_LP: in cbs_h265_write_nal_unit()
Dcbs_h265_syntax_template.c1370 current->nal_unit_header.nal_unit_type != HEVC_NAL_IDR_N_LP) { in FUNC()
Dhevcdec.c3031 case HEVC_NAL_IDR_N_LP: in decode_nal_unit()