Home | History | Annotate | Download | only in HAL

Lines Matching defs:pStreamInfo

5041     QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType);
5042 if (pStreamInfo == NULL) {
5061 pStreamInfo,
5105 pStreamInfo,
5114 pStreamInfo,
6019 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
6020 if (pStreamInfo == NULL) {
6026 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0);
6040 pStreamInfo, NULL, img_config.num_of_bufs,
6046 pStreamInfo->deallocate();
6047 delete pStreamInfo;