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