Home
last modified time | relevance | path

Searched refs:HEVC_NAL_BLA_W_LP (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhevcdec.c50 case HEVC_NAL_BLA_W_LP: in hevc_probe()
/third_party/ffmpeg/libavcodec/
H A Dhevc.h45 HEVC_NAL_BLA_W_LP = 16, enumerator
H A Dhevc_parser.c230 case HEVC_NAL_BLA_W_LP: in parse_nal_units()
284 (nut >= HEVC_NAL_BLA_W_LP && nut <= HEVC_NAL_CRA_NUT)) { in hevc_find_frame_end()
H A Dhevcdec.h76 #define IS_BLA(s) ((s)->nal_unit_type == HEVC_NAL_BLA_W_RADL || (s)->nal_unit_type == HEVC_NAL_BLA_W_LP || \
H A Dcbs_h2645.c880 case HEVC_NAL_BLA_W_LP: in cbs_h265_read_nal_unit()
1169 case HEVC_NAL_BLA_W_LP: in cbs_h265_write_nal_unit()
1451 .unit_type_range_start = HEVC_NAL_BLA_W_LP,
H A Dhevc_ps.c1775 if (nal_unit_type == HEVC_NAL_BLA_W_LP || in ff_hevc_compute_poc()
H A Dcbs_h265_syntax_template.c1318 if (current->nal_unit_header.nal_unit_type >= HEVC_NAL_BLA_W_LP && in slice_segment_header()
H A Dhevcdec.c3172 case HEVC_NAL_BLA_W_LP: in decode_nal_unit()

Completed in 16 milliseconds