Lines Matching refs:ToneMapSession

52 ToneMapSession::ToneMapSession(HWCBufferAllocator *buffer_allocator)  in ToneMapSession()  function in sdm::ToneMapSession
57 ToneMapSession::~ToneMapSession() { in ~ToneMapSession()
63 void ToneMapSession::OnTask(const ToneMapTaskCode &task_code, in OnTask()
106 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers()
125 void ToneMapSession::FreeIntermediateBuffers() { in FreeIntermediateBuffers()
134 void ToneMapSession::UpdateBuffer(const shared_ptr<Fence> &acquire_fence, LayerBuffer *buffer) { in UpdateBuffer()
143 void ToneMapSession::SetReleaseFence(const shared_ptr<Fence> &fd) { in SetReleaseFence()
147 void ToneMapSession::SetToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in SetToneMapConfig()
156 bool ToneMapSession::IsSameToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in IsSameToneMapConfig()
191 ToneMapSession *fb_tone_map_session = tone_map_sessions_.at(UINT32(fb_session_index_)); in HandleToneMap()
211 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap()
221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap()
244 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit()
283 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, shared_ptr<Fence> acquire_fd) { in DumpToneMapOutput()
328 ToneMapSession *tonemap_session = tone_map_sessions_.at(i); in AcquireToneMapSession()
331 ToneMapSession::kNumIntermediateBuffers; in AcquireToneMapSession()
338 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession()