Home
last modified time | relevance | path

Searched refs:HEVC_NAL_BLA_W_LP (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevcdec.c50 case HEVC_NAL_BLA_W_LP: in hevc_probe()
/third_party/ffmpeg/libavcodec/
Dhevc.h45 HEVC_NAL_BLA_W_LP = 16, enumerator
Dhevc_parser.c231 case HEVC_NAL_BLA_W_LP: in parse_nal_units()
285 (nut >= HEVC_NAL_BLA_W_LP && nut <= HEVC_NAL_CRA_NUT)) { in hevc_find_frame_end()
Dhevcdec.h78 …S_BLA(s) ((s)->nal_unit_type == HEVC_NAL_BLA_W_RADL || (s)->nal_unit_type == HEVC_NAL_BLA_W_LP || \
Dcbs_h2645.c1034 case HEVC_NAL_BLA_W_LP: in cbs_h265_read_nal_unit()
1340 case HEVC_NAL_BLA_W_LP: in cbs_h265_write_nal_unit()
Dhevc_ps.c1778 if (nal_unit_type == HEVC_NAL_BLA_W_LP || in ff_hevc_compute_poc()
Dcbs_h265_syntax_template.c1315 if (current->nal_unit_header.nal_unit_type >= HEVC_NAL_BLA_W_LP && in FUNC()
Dhevcdec.c2935 case HEVC_NAL_BLA_W_LP: in decode_nal_unit()
/third_party/minimp4/
Dminimp4.h119 #define HEVC_NAL_BLA_W_LP 16 macro
2281 int is_intra = payload_type >= HEVC_NAL_BLA_W_LP && payload_type <= HEVC_NAL_CRA_NUT; in mp4_h265_write_nal()