/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | core_impl.cpp | 46 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl() 83 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_allocator_, in Init() 137 buffer_allocator_, &comp_mgr_); in CreateDisplay() 141 buffer_allocator_, &comp_mgr_); in CreateDisplay() 145 buffer_allocator_, &comp_mgr_); in CreateDisplay() 187 buffer_sync_handler_, buffer_allocator_, &comp_mgr_); in CreateDisplay() 191 buffer_sync_handler_, buffer_allocator_, &comp_mgr_); in CreateDisplay() 195 buffer_sync_handler_, buffer_allocator_, &comp_mgr_); in CreateDisplay()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | core_impl.cpp | 45 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl() 82 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_allocator_, in Init() 130 buffer_allocator_, &comp_mgr_); in CreateDisplay() 134 buffer_allocator_, &comp_mgr_); in CreateDisplay() 138 buffer_allocator_, &comp_mgr_); in CreateDisplay()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | core_impl.cpp | 44 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl() 81 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_allocator_, in Init() 128 buffer_allocator_, &comp_mgr_); in CreateDisplay() 132 buffer_allocator_, &comp_mgr_); in CreateDisplay() 136 buffer_allocator_, &comp_mgr_); in CreateDisplay()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | core_impl.cpp | 44 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl() 84 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_allocator_, in Init() 131 buffer_allocator_, &comp_mgr_); in CreateDisplay() 135 buffer_allocator_, &comp_mgr_); in CreateDisplay() 139 buffer_allocator_, &comp_mgr_); in CreateDisplay()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_color_manager.cpp | 364 buffer_allocator_ = new HWCBufferAllocator(); in SetFrameCapture() 365 if (buffer_allocator_ == NULL) { in SetFrameCapture() 370 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 373 delete[] buffer_allocator_; in SetFrameCapture() 374 buffer_allocator_ = NULL; in SetFrameCapture() 384 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 385 delete[] buffer_allocator_; in SetFrameCapture() 386 buffer_allocator_ = NULL; in SetFrameCapture() 401 if (buffer_allocator_ != NULL) { in SetFrameCapture() 403 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_color_manager.cpp | 362 buffer_allocator_ = new HWCBufferAllocator(); in SetFrameCapture() 363 if (buffer_allocator_ == NULL) { in SetFrameCapture() 368 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 371 delete buffer_allocator_; in SetFrameCapture() 372 buffer_allocator_ = NULL; in SetFrameCapture() 382 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 383 delete buffer_allocator_; in SetFrameCapture() 384 buffer_allocator_ = NULL; in SetFrameCapture() 404 if (buffer_allocator_ != NULL) { in SetFrameCapture() 406 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() [all …]
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_color_manager.cpp | 362 buffer_allocator_ = new HWCBufferAllocator(); in SetFrameCapture() 363 if (buffer_allocator_ == NULL) { in SetFrameCapture() 368 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 371 delete buffer_allocator_; in SetFrameCapture() 372 buffer_allocator_ = NULL; in SetFrameCapture() 382 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 383 delete buffer_allocator_; in SetFrameCapture() 384 buffer_allocator_ = NULL; in SetFrameCapture() 404 if (buffer_allocator_ != NULL) { in SetFrameCapture() 406 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() [all …]
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.h | 91 HWCBufferAllocator *buffer_allocator_ = nullptr; variable 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr; variable
|
D | hwc_display_virtual.cpp | 176 error = buffer_allocator_->MapBuffer(output_handle, -1); in Present() 191 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence); in Present() 254 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 255 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 258 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
|
D | hwc_tonemapper.cpp | 53 : tone_map_task_(*this), buffer_allocator_(buffer_allocator) { in ToneMapSession() 112 error = buffer_allocator_->AllocateBuffer(&buffer_info); in AllocateIntermediateBuffers() 130 buffer_allocator_->FreeBuffer(&buffer_info); in FreeIntermediateBuffers() 312 error = buffer_allocator_->MapBuffer(target_buffer, *acquire_fd); in DumpToneMapOutput() 358 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_tonemapper.h | 91 HWCBufferAllocator *buffer_allocator_ = nullptr; variable 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr; variable
|
D | hwc_color_manager.cpp | 138 buffer_allocator_(buffer_allocator) { in HWCColorManager() 222 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 233 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 253 if (buffer_allocator_ != NULL) { in SetFrameCapture() 255 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_tonemapper.h | 91 HWCBufferAllocator *buffer_allocator_ = nullptr; variable 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr; variable
|
D | hwc_color_manager.cpp | 138 buffer_allocator_(buffer_allocator) { in HWCColorManager() 222 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 233 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 253 if (buffer_allocator_ != NULL) { in SetFrameCapture() 255 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture()
|
D | hwc_tonemapper.cpp | 53 : tone_map_task_(*this), buffer_allocator_(buffer_allocator) { in ToneMapSession() 112 error = buffer_allocator_->AllocateBuffer(&buffer_info); in AllocateIntermediateBuffers() 130 buffer_allocator_->FreeBuffer(&buffer_info); in FreeIntermediateBuffers() 308 error = buffer_allocator_->MapBuffer(target_buffer, *acquire_fd); in DumpToneMapOutput() 353 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.h | 91 HWCBufferAllocator *buffer_allocator_ = nullptr; variable 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr; variable
|
D | hwc_display_virtual.cpp | 165 error = buffer_allocator_->MapBuffer(output_handle, -1); in Present() 180 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence); in Present() 242 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 243 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 246 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
|
D | hwc_tonemapper.cpp | 53 : tone_map_task_(*this), buffer_allocator_(buffer_allocator) { in ToneMapSession() 112 error = buffer_allocator_->AllocateBuffer(&buffer_info); in AllocateIntermediateBuffers() 130 buffer_allocator_->FreeBuffer(&buffer_info); in FreeIntermediateBuffers() 312 error = buffer_allocator_->MapBuffer(target_buffer, *acquire_fd); in DumpToneMapOutput() 358 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_tonemapper.h | 91 HWCBufferAllocator *buffer_allocator_ = nullptr; variable 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr; variable
|
D | hwc_display_virtual.cpp | 156 error = buffer_allocator_->MapBuffer(output_handle, -1); in Present() 171 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence); in Present() 234 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 235 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 238 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
|
D | hwc_color_manager.cpp | 137 buffer_allocator_(buffer_allocator) { in HWCColorManager() 221 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 232 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 252 if (buffer_allocator_ != NULL) { in SetFrameCapture() 254 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture()
|
D | hwc_tonemapper.cpp | 53 : tone_map_task_(*this), buffer_allocator_(buffer_allocator) { in ToneMapSession() 112 error = buffer_allocator_->AllocateBuffer(&buffer_info); in AllocateIntermediateBuffers() 130 buffer_allocator_->FreeBuffer(&buffer_info); in FreeIntermediateBuffers() 311 error = buffer_allocator_->MapBuffer(target_buffer, *acquire_fd); in DumpToneMapOutput() 356 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_color_manager.cpp | 138 buffer_allocator_(buffer_allocator) { in HWCColorManager() 224 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 235 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 250 if (buffer_allocator_ != NULL) { in SetFrameCapture() 252 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | core_impl.cpp | 44 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler), in CoreImpl() 81 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_allocator_, in Init()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | core_impl.cpp | 43 : buffer_allocator_(buffer_allocator), buffer_sync_handler_(buffer_sync_handler) { in CoreImpl() 85 error = extension_intf_->CreateRotator(hw_resource_.hw_rot_info, buffer_allocator_, in Init()
|