Home | History | Annotate | Download | only in HAL

Lines Matching defs:pStreamInfo

2699     QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType);
2700 if (pStreamInfo == NULL) {
2706 pStreamInfo,
2713 pStreamInfo->deallocate();
2714 delete pStreamInfo;
3273 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
3274 if (pStreamInfo == NULL) {
3280 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0);
3294 pStreamInfo, img_config.num_of_bufs,
3300 pStreamInfo->deallocate();
3301 delete pStreamInfo;