Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h47 VP8E_FRM_KEY = 0, enumerator
H A Dhal_vp8e_vepu1_v2.c307 ctx->frame_type = VP8E_FRM_KEY; in hal_vp8e_vepu1_init_v2()
496 ctx->frame_type = task->rc_task->frm.is_intra ? VP8E_FRM_KEY : VP8E_FRM_P; in hal_vp8e_vepu1_get_task_v2()
H A Dhal_vp8e_vepu2_v2.c311 ctx->frame_type = VP8E_FRM_KEY; in hal_vp8e_vepu2_init_v2()
498 ctx->frame_type = task->rc_task->frm.is_intra ? VP8E_FRM_KEY : VP8E_FRM_P; in hal_vp8e_vepu2_get_task_v2()
H A Dhal_vp8e_base.c56 if (ctx->frame_type == VP8E_FRM_KEY) { in set_filter()
1410 if (ctx->frame_type == VP8E_FRM_KEY) in hal_vp8e_enc_strm_code()
1445 pic_buf->cur_pic->i_frame = (ctx->frame_type == VP8E_FRM_KEY); in hal_vp8e_enc_strm_code()