Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h126 #define IS_BLA(s) (s->nal_unit_type == NAL_BLA_W_RADL || s->nal_unit_type == NAL_BLA_W_LP || \ macro
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h32 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) macro
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c719 if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) { in hls_slice_header()
1185 (IS_BLA(s) && !s->first_i_fast_play))) { in mpp_hevc_output_frame()
1407 if (s->nal_unit_type == NAL_CRA_NUT || IS_BLA(s) || in parser_nal_unit()