Searched refs:m_pSrcChannel (Results 1 – 5 of 5) sorted by relevance
161 QCameraChannel *getSrcChannel(){return m_pSrcChannel;}; in getSrcChannel()175 QCameraChannel *m_pSrcChannel; // ptr to source channel for reprocess variable
1046 m_pSrcChannel(NULL), in QCameraReprocessChannel()1062 m_pSrcChannel(NULL), in QCameraReprocessChannel()1401 m_pSrcChannel = pSrcChannel; in addReprocStreamsFromSource()1604 if (m_pSrcChannel == NULL) { in doReprocessOffline()1638 m_pSrcChannel->getStreamByHandle(stream_id); in doReprocessOffline()1713 if (m_pSrcChannel == NULL) { in doReprocess()
3383 QCameraChannel *m_pSrcChannel = NULL; in doReprocess() local3447 m_pSrcChannel = mPPChannels[j]->getSrcChannel(); in doReprocess()3448 if (m_pSrcChannel == NULL) in doReprocess()3452 m_pSrcChannel->getStreamByHandle( in doReprocess()
686 QCamera3ProcessingChannel *m_pSrcChannel; // ptr to source channel for reprocess variable
4436 m_pSrcChannel(NULL), in QCamera3ReprocessChannel()4830 if (NULL == m_pSrcChannel) { in getSrcStreamBySrcHandle()4836 pStream = m_pSrcChannel->getStreamByIndex(i); in getSrcStreamBySrcHandle()5499 m_pSrcChannel = src_config.src_channel; in addReprocStreamsFromSource()