Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraBufferMaps.cpp200 uint32_t QCameraBufferMaps::getCamBufMapList(cam_buf_map_type_list& pBufMapList) const in getCamBufMapList() function in qcamera::QCameraBufferMaps
246 rc = bufferMaps.getCamBufMapList(pBufMapList); in makeSingletonBufMapList()
DQCameraBufferMaps.h65 uint32_t getCamBufMapList(cam_buf_map_type_list& pBufMapList) const;
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp662 rc = bufferMaps.getCamBufMapList(bufMapList); in mapBufs()
1436 rc = bufferMaps.getCamBufMapList(bufMapList); in getBufs()
1781 rc = bufferMaps.getCamBufMapList(bufMapList); in mapBuffers()
1845 rc = bufferMaps.getCamBufMapList(bufMapList); in allocateBatchBufs()
1905 rc = planeBufferMaps.getCamBufMapList(planeBufMapList); in allocateBatchBufs()
2149 rc = bufferMaps.getCamBufMapList(bufMapList); in BufAllocRoutine()