Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DTonemapper.h24 #define TONEMAP_INVERSE 1 macro
DTonemapper.cpp106 if (type == TONEMAP_INVERSE) { // inverse tonemapping in build()
/hardware/qcom/sdm845/display/gpu_tonemapper/
DTonemapper.h24 #define TONEMAP_INVERSE 1 macro
DTonemapper.cpp106 if (type == TONEMAP_INVERSE) { // inverse tonemapping in build()
/hardware/qcom/display/msm8909/gpu_tonemapper/
DTonemapper.h24 #define TONEMAP_INVERSE 1 macro
DTonemapper.cpp106 if (type == TONEMAP_INVERSE) { // inverse tonemapping in build()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DTonemapper.h24 #define TONEMAP_INVERSE 1 macro
DTonemapper.cpp111 if (type == TONEMAP_INVERSE) { // inverse tonemapping in build()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_tonemapper.cpp103 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()
113 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_tonemapper.cpp103 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()
113 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_tonemapper.cpp151 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()
161 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_tonemapper.cpp152 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()
162 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_tonemapper.cpp151 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()
161 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_tonemapper.cpp151 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()
161 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()