Searched refs:updated (Results 1 – 12 of 12) sorted by relevance
30 RK_U32 updated; member115 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()
192 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()
60 RK_U32 updated; member
1767 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()
62 RK_U32 updated; member151 RK_U32 updated = 0; in update_vepu1_syntax() local188 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() local207 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()
62 RK_U32 updated; member152 RK_U32 updated = 0; in update_vepu2_syntax() local189 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() local208 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()
60 RK_U32 updated; member299 RK_U32 updated = 0; in update_vepu541_syntax() local336 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() local351 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu541_get_task()
64 RK_U32 updated; member306 RK_U32 updated = 0; in update_vepu540c_syntax() local343 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() local357 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu540c_get_task()
78 RK_U32 updated; member522 RK_U32 updated = 0; in update_vepu580_syntax() local560 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() local578 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu580_get_task()
110 RK_U32 updated; member500 RK_U32 updated = 0; in update_vepu510_syntax() local538 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() local560 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu510_get_task()
110 RK_U32 updated; member499 RK_U32 updated = 0; in update_vepu511_syntax() local537 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() local558 if (updated & SYN_TYPE_FLAG(H264E_SYN_CFG)) in hal_h264e_vepu511_get_task()
691 - [h264d]: fix eos not updated err