Home
last modified time | relevance | path

Searched refs:GetPhyAddress (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddimage_buffer.cpp61 uint64_t DImageBuffer::GetPhyAddress() const in GetPhyAddress() function in OHOS::DistributedHardware::DImageBuffer
237 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()
240 return u.GetPhyAddress() == phyAddr_; in operator ==()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
Dimage_buffer.cpp84 uint64_t ImageBuffer::GetPhyAddress() const in GetPhyAddress() function in OHOS::Camera::ImageBuffer
332 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()
336 return u.GetPhyAddress() == phyAddr_; in operator ==()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
Dbuffer_operator.h37 uint64_t GetPhyAddress() const override;
150 uint64_t MyBuffer::GetPhyAddress() const in GetPhyAddress() function
398 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) {
402 return u.GetPhyAddress() == phyAddr_;
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
Ddimage_buffer.h39 uint64_t GetPhyAddress() const;
/drivers/peripheral/camera/vdi_base/common/include/
Dibuffer.h41 virtual uint64_t GetPhyAddress() const = 0;
Dimage_buffer.h43 uint64_t GetPhyAddress() const override;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
Dbuffer_adapter.cpp58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
Dbuffer_adapter.cpp58 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
Dgralloc_buffer_allocator.cpp213 dest.phyAddr = src->GetPhyAddress(); in CameraBufferToGrallocBuffer()