Home
last modified time | relevance | path

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

/device/google/marlin/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()
200 uint32_t QCameraBufferMaps::getCamBufMapList(cam_buf_map_type_list& pBufMapList) const in getCamBufMapList()
202 memcpy(&pBufMapList, &mBufMapList, sizeof(pBufMapList)); in getCamBufMapList()
233 cam_buf_map_type_list& pBufMapList, in makeSingletonBufMapList() argument
246 rc = bufferMaps.getCamBufMapList(pBufMapList); in makeSingletonBufMapList()
DQCameraBufferMaps.h42 QCameraBufferMaps(const cam_buf_map_type_list& pBufMapList);
65 uint32_t getCamBufMapList(cam_buf_map_type_list& pBufMapList) const;
74 cam_buf_map_type_list& pBufMapList,