Searched refs:hLDCH (Results 1 – 6 of 6) sorted by relevance
33 LDCHHandle_t hLDCH = (LDCHHandle_t)params->ctx->hLDCH; in updateCalibConfig() local34 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in updateCalibConfig()49 if (!ldchCtx->ldch_en || calib_ldch->correct_level != hLDCH->correct_level) { in updateCalibConfig()50 aiqGenLdchMeshInit(hLDCH); in updateCalibConfig()51 bool success = aiqGenMesh(hLDCH, calib_ldch->correct_level); in updateCalibConfig()54 put_ldch_buf(hLDCH); in updateCalibConfig()92 ctx->hLDCH = new LDCHContext_t; in create_context()93 if (ctx->hLDCH == NULL) { in create_context()98 memset((void *)(ctx->hLDCH), 0, sizeof(LDCHContext_t) ); in create_context()104 ctx->hLDCH->isAttribUpdated = false; in create_context()[all …]
46 LDCHHandle_t hLDCH = (LDCHHandle_t)params->ctx->hLDCH; in updateCalibConfig() local47 LDCHContext_t* ldchCtx = (LDCHContext_t*)hLDCH; in updateCalibConfig()63 if ((!ldchCtx->ldch_en || calib_ldch->correct_level != hLDCH->correct_level) && \ in updateCalibConfig()65 if (aiqGenLdchMeshInit(hLDCH) != XCAM_RETURN_NO_ERROR) { in updateCalibConfig()70 bool success = aiqGenMesh(hLDCH, calib_ldch->correct_level); in updateCalibConfig()73 put_ldch_buf(hLDCH); in updateCalibConfig()78 hLDCH->ready_lut_mem_fd = ldchCtx->ldch_mem_info->fd; in updateCalibConfig()291 ctx->hLDCH = new LDCHContext_t; in create_context()292 if (ctx->hLDCH == NULL) { in create_context()297 memset((void *)(ctx->hLDCH), 0, sizeof(LDCHContext_t) ); in create_context()[all …]
143 LDCHHandle_t hLDCH; member154 , hLDCH(ldchHandle) {}; in RKAiqAldchThread()194 LDCHHandle_t hLDCH;
29 LDCHHandle_t ldch_contex = (LDCHHandle_t)ctx->hLDCH; in rk_aiq_uapi_aldch_SetAttrib()56 LDCHHandle_t ldch_contex = (LDCHHandle_t)ctx->hLDCH; in rk_aiq_uapi_aldch_GetAttrib()
31 LDCHHandle_t ldch_contex = (LDCHHandle_t)ctx->hLDCH; in rk_aiq_uapi_aldch_v21_SetAttrib()100 LDCHHandle_t ldch_contex = (LDCHHandle_t)ctx->hLDCH; in rk_aiq_uapi_aldch_v21_GetAttrib()
251 if (!mAlgoCtx->hLDCH) { in copyLutFromExtBuffer()258 LDCHHandle_t ldchCtx = (LDCHHandle_t)mAlgoCtx->hLDCH; in copyLutFromExtBuffer()