/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | core_impl.cpp | 45 : buffer_allocator_(buffer_allocator), socket_handler_(socket_handler) { in CoreImpl() 81 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_allocator_, socket_handler_); in Init() 133 display_base = new DisplayBuiltIn(event_handler, hw_info_intf_, buffer_allocator_, in CreateDisplay() 137 display_base = new DisplayPluggable(event_handler, hw_info_intf_, buffer_allocator_, in CreateDisplay() 141 display_base = new DisplayVirtual(event_handler, hw_info_intf_, buffer_allocator_, in CreateDisplay() 184 buffer_allocator_, &comp_mgr_); in CreateDisplay() 188 buffer_allocator_, &comp_mgr_); in CreateDisplay() 192 buffer_allocator_, &comp_mgr_); in CreateDisplay()
|
/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/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/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_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()
|
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/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_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/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 | 180 error = buffer_allocator_->MapBuffer(output_handle, -1); in Present() 195 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence); in Present() 267 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 268 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 271 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/sm7250/display/composer/ |
D | hwc_tonemapper.h | 91 HWCBufferAllocator *buffer_allocator_ = nullptr; variable 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 117 HWCBufferAllocator *buffer_allocator_ = nullptr; variable
|
D | hwc_display_virtual_dpu.cpp | 107 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 108 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 111 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
|
D | hwc_color_manager.cpp | 146 buffer_allocator_(buffer_allocator) { in HWCColorManager() 247 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture() 258 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture() 285 if (buffer_allocator_ != NULL) { in SetFrameCapture() 287 ret = buffer_allocator_->FreeBuffer(&buffer_info); in SetFrameCapture()
|
D | hwc_tonemapper.cpp | 53 : tone_map_task_(*this), buffer_allocator_(buffer_allocator) { in ToneMapSession() 115 error = buffer_allocator_->AllocateBuffer(&buffer_info); in AllocateIntermediateBuffers() 129 buffer_allocator_->FreeBuffer(&buffer_info); in FreeIntermediateBuffers() 293 error = buffer_allocator_->MapBuffer(target_buffer, acquire_fd); in DumpToneMapOutput() 338 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/google/camera/common/hal/utils/ |
D | zsl_buffer_manager.cc | 35 buffer_allocator_(allocator), in ZslBufferManager() 42 if (buffer_allocator_ != nullptr) { in ~ZslBufferManager() 43 buffer_allocator_->FreeBuffers(&buffers_); in ~ZslBufferManager() 58 if (buffer_allocator_ == nullptr) { in AllocateBuffers() 66 buffer_allocator_ = internal_buffer_allocator_.get(); in AllocateBuffers() 91 status_t res = buffer_allocator_->AllocateBuffers(buffer_descriptor, &buffers); in AllocateBuffersLocked() 242 buffer_allocator_->FreeBuffers(&unused_buffers); in FreeUnusedBuffersLocked()
|
/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()
|