Home
last modified time | relevance | path

Searched refs:IS_BLA (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.h79 #define IS_BLA(s) ((s)->nal_unit_type == HEVC_NAL_BLA_W_RADL || (s)->nal_unit_type == HEVC_NAL_BLA_… macro
Dhevc_refs.c374 if (s->nal_unit_type != HEVC_NAL_CRA_NUT && !IS_BLA(s)) in find_ref_idx()
Dhevcdec.c552 if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) { in hls_slice_header()
2913 …s->no_rasl_output_flag = IS_IDR(s) || IS_BLA(s) || (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->las… in hevc_frame_start()
3055 if (s->nal_unit_type == HEVC_NAL_CRA_NUT || IS_BLA(s)) { in decode_nal_unit()