Home
last modified time | relevance | path

Searched refs:update_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.cpp138 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in update_custom_lut_from_file()
141 … LOGD_ALDCH("update custom lut from external file, lut_mem_fd %d\n", ldchCtx->update_lut_mem_fd); in update_custom_lut_from_file()
201 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in update_custom_lut_from_external_buffer()
204 … LOGD_ALDCH("update custom lut from external buffer, lut_mem_fd %d\n", ldchCtx->update_lut_mem_fd); in update_custom_lut_from_external_buffer()
345 ldchCtx->update_lut_mem_fd = -1; in create_context()
515 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in processing()
528 ldchCtx->update_lut_mem_fd = ldchCtx->ready_lut_mem_fd; in processing()
529 LOGD_ALDCH("update update_lut_mem_fd %d\n", ldchCtx->update_lut_mem_fd); in processing()
538 LOGE_ALDCH("Failed to update uapi attribute %d", ldchCtx->update_lut_mem_fd); in processing()
552 if (ldchCtx->update_lut_mem_fd < 0) { in processing()
[all …]
H A Drk_aiq_types_aldch_algo_prvt.h110 int32_t update_lut_mem_fd; member