Searched defs:pStreamId (Results 1 - 1 of 1) sorted by relevance

/device/google/marlin/camera/QCamera2/util/
H A DQCameraBufferMaps.cpp95 * @pStreamId : Stream id
105 uint32_t pStreamId,
114 enqueue(pType, pStreamId, pFrameIndex, pPlaneIndex, pCookie, pFd, pSize, buffer);
155 * @pStreamId : Stream id
167 uint32_t pStreamId,
177 mBufMapList.buf_maps[pos].stream_id = pStreamId;
214 * @pStreamId : Stream id
227 uint32_t pStreamId,
239 pStreamId,
104 QCameraBufferMaps(cam_mapping_buf_type pType, uint32_t pStreamId, uint32_t pFrameIndex, int32_t pPlaneIndex, uint32_t pCookie, int32_t pFd, size_t pSize, void *buffer) argument
166 enqueue(cam_mapping_buf_type pType, uint32_t pStreamId, uint32_t pFrameIndex, int32_t pPlaneIndex, uint32_t pCookie, int32_t pFd, size_t pSize, void *buffer) argument
226 makeSingletonBufMapList(cam_mapping_buf_type pType, uint32_t pStreamId, uint32_t pFrameIndex, int32_t pPlaneIndex, uint32_t pCookie, int32_t pFd, size_t pSize, cam_buf_map_type_list& pBufMapList, void *buffer) argument

Completed in 48 milliseconds