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

/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraChannel.cpp196 * @streamInfoBuf : ptr to buf that contains stream info
210 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
219 if (streamInfoBuf != NULL) {
220 streamInfoBuf->deallocate();
221 delete streamInfoBuf;
222 streamInfoBuf = NULL;
231 if (streamInfoBuf != NULL) {
232 streamInfoBuf->deallocate();
233 delete streamInfoBuf;
234 streamInfoBuf
209 addStream(QCameraAllocator &allocator, QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, uint8_t minStreamBufNum, cam_padding_info_t *paddingInfo, stream_cb_routine stream_cb, void *userdata, bool bDynAllocBuf, bool bDeffAlloc, cam_rotation_t online_rotation) argument
[all...]
H A DQCameraStream.cpp709 * @streamInfoBuf: ptr to buf that contains stream info
719 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, argument
729 mStreamInfoBuf = streamInfoBuf;
H A DQCamera2HWI.cpp3001 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); local
3002 if (!streamInfoBuf) {
3007 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t), NON_SECURE);
3010 delete streamInfoBuf;
3014 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0);
3149 return streamInfoBuf;
7892 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0); local
7893 memset(streamInfoBuf, 0, sizeof(cam_stream_info_t));
7894 streamInfoBuf->stream_type = CAM_STREAM_TYPE_OFFLINE_PROC;
7895 streamInfoBuf
[all...]

Completed in 29 milliseconds