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/
H A 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/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h37 uint64_t GetPhyAddress() const override;
150 uint64_t MyBuffer::GetPhyAddress() const in GetPhyAddress() function in OHOS::Camera::MyBuffer
398 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()
402 return u.GetPhyAddress() == phyAddr_; in operator ==()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dimage_buffer.cpp109 uint64_t ImageBuffer::GetPhyAddress() const in GetPhyAddress() function in OHOS::Camera::ImageBuffer
403 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()
407 return u.GetPhyAddress() == phyAddr_; in operator ==()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddimage_buffer.h39 uint64_t GetPhyAddress() const;
/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer.h46 virtual uint64_t GetPhyAddress() const = 0;
H A Dimage_buffer.h48 uint64_t GetPhyAddress() const override;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H A Dbuffer_adapter.cpp59 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/
H A Dbuffer_adapter.cpp61 pHandle->phyAddr = buffer->GetPhyAddress(); in CameraBufferToSurfaceBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H A Dgralloc_buffer_allocator.cpp213 dest.phyAddr = src->GetPhyAddress(); in CameraBufferToGrallocBuffer()

Completed in 4 milliseconds