Home
last modified time | relevance | path

Searched refs:getCamBufMapList (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/util/
DQCameraBufferMaps.cpp197 uint32_t QCameraBufferMaps::getCamBufMapList(cam_buf_map_type_list& pBufMapList) const in getCamBufMapList() function in qcamera::QCameraBufferMaps
241 rc = bufferMaps.getCamBufMapList(pBufMapList); in makeSingletonBufMapList()
DQCameraBufferMaps.h63 uint32_t getCamBufMapList(cam_buf_map_type_list& pBufMapList) const;
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp605 rc = bufferMaps.getCamBufMapList(bufMapList); in mapBufs()
1315 rc = bufferMaps.getCamBufMapList(bufMapList); in getBufs()
1660 rc = bufferMaps.getCamBufMapList(bufMapList); in mapBuffers()
1723 rc = bufferMaps.getCamBufMapList(bufMapList); in allocateBatchBufs()
1782 rc = planeBufferMaps.getCamBufMapList(planeBufMapList); in allocateBatchBufs()
2017 rc = bufferMaps.getCamBufMapList(bufMapList); in BufAllocRoutine()