Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_v2.c310 ctx->ivf_hdr_rdy = 0; in hal_vp8e_vepu1_init_v2()
498 if (!ctx->cfg->vp8.disable_ivf && !ctx->ivf_hdr_rdy) { in hal_vp8e_vepu1_get_task_v2()
504 ctx->ivf_hdr_rdy = 1; in hal_vp8e_vepu1_get_task_v2()
H A Dhal_vp8e_vepu2_v2.c314 ctx->ivf_hdr_rdy = 0; in hal_vp8e_vepu2_init_v2()
500 if (!ctx->cfg->vp8.disable_ivf && !ctx->ivf_hdr_rdy) { in hal_vp8e_vepu2_get_task_v2()
506 ctx->ivf_hdr_rdy = 1; in hal_vp8e_vepu2_get_task_v2()
H A Dhal_vp8e_base.h360 RK_U32 ivf_hdr_rdy; member