Searched refs:isSourceSRGB (Results 1 – 1 of 1) sorted by relevance
384 const bool isSourceSRGB = sourceTransfer == HAL_DATASPACE_TRANSFER_SRGB; in needsToneMapping() local388 return !(isSourceLinear && isDestSRGB) && !(isSourceSRGB && isDestLinear) && in needsToneMapping()