Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h127 #define IS_BLA(s) (s->nal_unit_type == NAL_BLA_W_RADL || s->nal_unit_type == NAL_BLA_W_LP || \ macro
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h33 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) macro
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c725 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()