Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_tonemapper.h76 class HWCToneMapper {
78 HWCToneMapper() {} in HWCToneMapper() function
79 ~HWCToneMapper() {} in ~HWCToneMapper()
Dhwc_tonemapper.cpp124 int HWCToneMapper::HandleToneMap(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) { in HandleToneMap()
173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { in ToneMap()
202 void HWCToneMapper::PostCommit(LayerStack *layer_stack) { in PostCommit()
222 void HWCToneMapper::Terminate() { in Terminate()
232 void HWCToneMapper::SetFrameDumpConfig(uint32_t count) { in SetFrameDumpConfig()
238 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput()
270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
Dhwc_display.h40 class HWCToneMapper; variable
245 HWCToneMapper *tone_mapper_ = NULL;
Dhwc_display.cpp185 tone_mapper_ = new HWCToneMapper(); in Init()