Lines Matching refs:pStream
206 QCamera3Stream *pStream = new QCamera3Stream(m_camHandle, in addStream() local
211 if (pStream == NULL) { in addStream()
216 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum, in addStream()
219 mStreams[m_numStreams] = pStream; in addStream()
222 delete pStream; in addStream()
2072 QCamera3Stream *pStream = NULL; in getStreamBySourceHandle() local
2076 pStream = mStreams[i]; in getStreamBySourceHandle()
2080 return pStream; in getStreamBySourceHandle()
2109 QCamera3Stream *pStream = getStreamBySourceHandle(frame->bufs[i]->stream_id); in doReprocess() local
2110 if (pStream != NULL) { in doReprocess()
2121 rc = pStream->setParameter(param); in doReprocess()
2239 QCamera3Stream *pStream = new QCamera3Stream(m_camHandle, in addReprocStreamsFromSource() local
2244 if (pStream == NULL) { in addReprocStreamsFromSource()
2249 rc = pStream->init(streamType, streamFormat, streamDim, &reprocess_config, in addReprocStreamsFromSource()
2254 mStreams[m_numStreams] = pStream; in addReprocStreamsFromSource()
2258 delete pStream; in addReprocStreamsFromSource()