Home
last modified time | relevance | path

Searched refs:getMappable (Results 1 – 4 of 4) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h81 virtual uint8_t getMappable() const;
264 virtual uint8_t getMappable() const;
DQCameraStream.cpp1333 uint8_t numBufsToMap = mStreamBufs->getMappable(); in getBufs()
1583 uint8_t numBufsToMap = mStreamBufs->getMappable(); in allocateBuffers()
1678 uint8_t numBufsToMap = mStreamBufs->getMappable(); in mapBuffers()
1747 uint8_t numBufsToMap = mStreamBatchBufs->getMappable(); in allocateBatchBufs()
1940 uint8_t numBufsToUnmap = mStreamBufs->getMappable(); in releaseBuffs()
2139 uint8_t numBufsToUnmap = mStreamBufs->getMappable(); in putBufs()
DQCameraMem.cpp239 uint8_t QCameraMemory::getMappable() const in getMappable() function in qcamera::QCameraMemory
2434 uint8_t QCameraGrallocMemory::getMappable() const in getMappable() function in qcamera::QCameraGrallocMemory
DQCamera2HWICallbacks.cpp871 uint8_t numMapped = memory->getMappable(); in preview_stream_cb_routine()