Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DProgramCache.h159 int inputTF = getInputTF(); in needsToneMapping() local
163 if (inputTF == Key::INPUT_TF_SRGB && outputTF == Key::OUTPUT_TF_LINEAR) { in needsToneMapping()
166 if (inputTF == Key::INPUT_TF_LINEAR && outputTF == Key::OUTPUT_TF_SRGB) { in needsToneMapping()
170 inputTF >>= Key::INPUT_TF_SHIFT; in needsToneMapping()
172 return inputTF != outputTF; in needsToneMapping()