Home
last modified time | relevance | path

Searched refs:pBufMapList (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/util/
DQCameraBufferMaps.cpp83 QCameraBufferMaps::QCameraBufferMaps(const cam_buf_map_type_list& pBufMapList) in QCameraBufferMaps() argument
85 memcpy(&mBufMapList, &pBufMapList, sizeof(mBufMapList)); in QCameraBufferMaps()
197 uint32_t QCameraBufferMaps::getCamBufMapList(cam_buf_map_type_list& pBufMapList) const in getCamBufMapList()
199 memcpy(&pBufMapList, &mBufMapList, sizeof(pBufMapList)); in getCamBufMapList()
230 cam_buf_map_type_list& pBufMapList) in makeSingletonBufMapList() argument
241 rc = bufferMaps.getCamBufMapList(pBufMapList); in makeSingletonBufMapList()
DQCameraBufferMaps.h42 QCameraBufferMaps(const cam_buf_map_type_list& pBufMapList);
63 uint32_t getCamBufMapList(cam_buf_map_type_list& pBufMapList) const;
72 cam_buf_map_type_list& pBufMapList);