Home | History | Annotate | Download | only in HAL

Lines Matching defs:pStreamInfo

3959     QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType);
3960 if (pStreamInfo == NULL) {
3978 pStreamInfo,
4021 pStreamInfo,
4032 pStreamInfo->deallocate();
4033 delete pStreamInfo;
4738 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
4739 if (pStreamInfo == NULL) {
4745 cam_stream_info_t *streamInfoBuf = (cam_stream_info_t *)pStreamInfo->getPtr(0);
4759 pStreamInfo, img_config.num_of_bufs,
4765 pStreamInfo->deallocate();
4766 delete pStreamInfo;