Home
last modified time | relevance | path

Searched refs:IS_IDR (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h126 #define IS_IDR(s) (s->nal_unit_type == NAL_IDR_W_RADL || s->nal_unit_type == NAL_IDR_N_LP) macro
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h32 #define IS_IDR(nal_type) (nal_type == 19 || nal_type == 20) macro
H A Dhal_h265d_com.c489 if (!IS_IDR(nal_type)) { in hal_h265d_slice_output_rps()
/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()
728 if (IS_IDR(s)) in hls_slice_header()
830 if (!IS_IDR(s)) { in hls_slice_header()
1206 if (cfg->base.enable_fast_play && (IS_IDR(s) || in mpp_hevc_output_frame()
1471 if (IS_IDR(s)) in parser_nal_unit()