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.cpp1294 uint8_t numBufsToMap = mStreamBufs->getMappable(); in getBufs()
1544 uint8_t numBufsToMap = mStreamBufs->getMappable(); in allocateBuffers()
1639 uint8_t numBufsToMap = mStreamBufs->getMappable(); in mapBuffers()
1708 uint8_t numBufsToMap = mStreamBatchBufs->getMappable(); in allocateBatchBufs()
1901 uint8_t numBufsToUnmap = mStreamBufs->getMappable(); in releaseBuffs()
2100 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.cpp868 uint8_t numMapped = memory->getMappable(); in preview_stream_cb_routine()