Searched refs:update_lut_mem_fd (Results 1 – 2 of 2) sorted by relevance
138 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 …]
110 int32_t update_lut_mem_fd; member