Home
last modified time | relevance | path

Searched refs:ready_lut_mem_fd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_algo_aldch_v21_itf.cpp78 hLDCH->ready_lut_mem_fd = ldchCtx->ldch_mem_info->fd; in updateCalibConfig()
137 ldchCtx->ready_lut_mem_fd = ldchCtx->ldch_mem_info->fd; in update_custom_lut_from_file()
138 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in update_custom_lut_from_file()
200 ldchCtx->ready_lut_mem_fd = ldchCtx->ldch_mem_info->fd; in update_custom_lut_from_external_buffer()
201 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in update_custom_lut_from_external_buffer()
346 ldchCtx->ready_lut_mem_fd = -1; in create_context()
474 hLDCH->ready_lut_mem_fd = ldchCtx->ldch_mem_info->fd; in prepare()
514 if (ldchCtx->ready_lut_mem_fd >= 0) { in processing()
515 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in processing()
527 if (ldchCtx->ready_lut_mem_fd >= 0) in processing()
[all …]
H A Drk_aiq_types_aldch_algo_prvt.h111 int32_t ready_lut_mem_fd; member