Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.c30 RK_U32 updated; member
115 info->updated |= (1 << type); in hal_info_set()
134 if (!info->updated) { in hal_info_get()
159 if (!(info->updated & (1 << i))) in hal_info_get()
171 info->updated &= ~(1 << i); in hal_info_get()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_mlvec.cpp192 if (cfg->updated) { in vpu_api_mlvec_set_dy_cfg()
193 if (cfg->updated & VPU_API_ENC_MARK_LTR_UPDATED) in vpu_api_mlvec_set_dy_cfg()
196 if (cfg->updated & VPU_API_ENC_USE_LTR_UPDATED) in vpu_api_mlvec_set_dy_cfg()
199 if (cfg->updated & VPU_API_ENC_FRAME_QP_UPDATED) in vpu_api_mlvec_set_dy_cfg()
202 if (cfg->updated & VPU_API_ENC_BASE_PID_UPDATED) in vpu_api_mlvec_set_dy_cfg()
206 cfg->updated = 0; in vpu_api_mlvec_set_dy_cfg()
H A Dvpu_api_mlvec.h60 RK_U32 updated; member
H A Dvpu_api_legacy.cpp1767 mlvec_dy_cfg.updated |= VPU_API_ENC_MAX_TID_UPDATED; in control()
1781 mlvec_dy_cfg.updated |= VPU_API_ENC_MARK_LTR_UPDATED; in control()
1791 mlvec_dy_cfg.updated |= VPU_API_ENC_USE_LTR_UPDATED; in control()
1801 mlvec_dy_cfg.updated |= VPU_API_ENC_FRAME_QP_UPDATED; in control()
1811 mlvec_dy_cfg.updated |= VPU_API_ENC_BASE_PID_UPDATED; in control()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c62 RK_U32 updated; member
151 RK_U32 updated = 0; in update_vepu1_syntax() local
188 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu1_syntax()
191 return updated; in update_vepu1_syntax()
197 RK_U32 updated = update_vepu1_syntax(ctx, &task->syntax); in hal_h264e_vepu1_get_task_v2() local
207 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) { in hal_h264e_vepu1_get_task_v2()
217 if (updated & SYN_TYPE_FLAG(H264E_SYN_SLICE)) { in hal_h264e_vepu1_get_task_v2()
H A Dhal_h264e_vepu2_v2.c62 RK_U32 updated; member
152 RK_U32 updated = 0; in update_vepu2_syntax() local
189 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu2_syntax()
192 return updated; in update_vepu2_syntax()
198 RK_U32 updated = update_vepu2_syntax(ctx, &task->syntax); in hal_h264e_vepu2_get_task_v2() local
208 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) { in hal_h264e_vepu2_get_task_v2()
218 if (updated & SYN_TYPE_FLAG(H264E_SYN_SLICE)) { in hal_h264e_vepu2_get_task_v2()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c60 RK_U32 updated; member
299 RK_U32 updated = 0; in update_vepu541_syntax() local
336 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu541_syntax()
339 return updated; in update_vepu541_syntax()
346 RK_U32 updated = update_vepu541_syntax(ctx, &task->syntax); in hal_h264e_vepu541_get_task() local
351 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu541_get_task()
H A Dhal_h264e_vepu540c.c64 RK_U32 updated; member
306 RK_U32 updated = 0; in update_vepu540c_syntax() local
343 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu540c_syntax()
346 return updated; in update_vepu540c_syntax()
353 RK_U32 updated = update_vepu540c_syntax(ctx, &task->syntax); in hal_h264e_vepu540c_get_task() local
357 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu540c_get_task()
H A Dhal_h264e_vepu580.c78 RK_U32 updated; member
522 RK_U32 updated = 0; in update_vepu580_syntax() local
560 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu580_syntax()
563 return updated; in update_vepu580_syntax()
572 RK_U32 updated = update_vepu580_syntax(ctx, &task->syntax); in hal_h264e_vepu580_get_task() local
578 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu580_get_task()
H A Dhal_h264e_vepu510.c110 RK_U32 updated; member
500 RK_U32 updated = 0; in update_vepu510_syntax() local
538 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu510_syntax()
541 return updated; in update_vepu510_syntax()
550 RK_U32 updated = update_vepu510_syntax(ctx, &task->syntax); in hal_h264e_vepu510_get_task() local
560 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu510_get_task()
H A Dhal_h264e_vepu511.c110 RK_U32 updated; member
499 RK_U32 updated = 0; in update_vepu511_syntax() local
537 updated |= SYN_TYPE_FLAG(desc->type); in update_vepu511_syntax()
540 return updated; in update_vepu511_syntax()
549 RK_U32 updated = update_vepu511_syntax(ctx, &task->syntax); in hal_h264e_vepu511_get_task() local
558 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu511_get_task()
/rockchip-linux_mpp/
H A DCHANGELOG.md691 - [h264d]: fix eos not updated err