Home
last modified time | relevance | path

Searched refs:phyAddr_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddimage_buffer.cpp63 return phyAddr_; in GetPhyAddress()
158 phyAddr_ = addr; in SetPhyAddress()
228 phyAddr_ = 0; in Free()
237 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()
240 return u.GetPhyAddress() == phyAddr_; in operator ==()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h87 uint64_t phyAddr_ = 0; variable
152 return phyAddr_; in GetPhyAddress()
274 phyAddr_ = addr; in SetPhyAddress()
386 phyAddr_ = 0; in Free()
398 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) {
402 return u.GetPhyAddress() == phyAddr_;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dimage_buffer.cpp111 return phyAddr_; in GetPhyAddress()
269 phyAddr_ = addr; in SetPhyAddress()
392 phyAddr_ = 0; in Free()
403 if (u.GetPhyAddress() == 0 || phyAddr_ == 0) { in operator ==()
407 return u.GetPhyAddress() == phyAddr_; in operator ==()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddimage_buffer.h77 uint64_t phyAddr_ = 0; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dimage_buffer.h111 uint64_t phyAddr_ = 0; variable