Home
last modified time | relevance | path

Searched refs:lut_mapxy_size (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_ldch_generate_mesh.cpp135 ldchCtx->lut_mapxy_size = lut_size; in read_mesh_from_file()
138 LOGW_ALDCH("check file, size: %d, num: %d", ldchCtx->lut_mapxy_size, num); in read_mesh_from_file()
173 ldchCtx->lut_mapxy_size = ldchCtx->ldchParams.meshSize * sizeof(unsigned short); in aiqGenLdchMeshInit()
178 ldchCtx->lut_mapxy_size , in aiqGenLdchMeshInit()
H A Drk_aiq_types_aldch_algo_prvt.h103 uint32_t lut_mapxy_size; member
H A Drk_aiq_algo_aldch_v21_itf.cpp186 ldchCtx->lut_mapxy_size = lut_size; in update_custom_lut_from_external_buffer()
189 memcpy(ldchCtx->ldch_mem_info->addr, addr, ldchCtx->lut_mapxy_size); in update_custom_lut_from_external_buffer()
568 ldchPreOut->ldch_result->base.lut_map_size = ldchCtx->lut_mapxy_size; in processing()
H A Drk_aiq_algo_aldch_itf.cpp273 ldchPreOut->ldch_result->lut_map_size = ldchCtx->lut_mapxy_size; in processing()