Searched refs:IS_BLA (Results 1 – 3 of 3) sorted by relevance
127 #define IS_BLA(s) (s->nal_unit_type == NAL_BLA_W_RADL || s->nal_unit_type == NAL_BLA_W_LP || \ macro
33 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) macro
725 if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) { in hls_slice_header()1207 (IS_BLA(s) && !s->first_i_fast_play))) { in mpp_hevc_output_frame()1466 if (s->nal_unit_type == NAL_CRA_NUT || IS_BLA(s) || in parser_nal_unit()