Searched refs:VP8E_FRM_KEY (Results 1 – 4 of 4) sorted by relevance
47 VP8E_FRM_KEY = 0, enumerator
307 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()
311 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()
56 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()