Lines Matching refs:pChannel
234 QCameraChannel *pChannel = NULL; in start() local
235 pChannel = m_parent->needReprocess() ? m_pReprocChannel : pSrcChannel; in start()
239 for (int i = 0; i < pChannel->getNumOfStreams(); ++i) { in start()
240 QCameraStream *pStream = pChannel->getStreamByIndex(i); in start()
259 if ((NULL == pThumbStream) && (pChannel == m_pReprocChannel)) { in start()
1092 QCameraChannel *pChannel = NULL; in releaseSuperBuf() local
1095 pChannel = m_parent->getChannelByHandle(super_buf->ch_id); in releaseSuperBuf()
1097 if ( NULL == pChannel ) { in releaseSuperBuf()
1100 pChannel = m_pReprocChannel; in releaseSuperBuf()
1104 if (pChannel != NULL) { in releaseSuperBuf()
1105 pChannel->bufDone(super_buf); in releaseSuperBuf()
1312 QCameraChannel *pChannel = m_parent->getChannelByHandle(frame->ch_id); in queryStreams() local
1314 if (pChannel == NULL) { in queryStreams()
1317 pChannel = m_pReprocChannel; in queryStreams()
1320 if (pChannel == NULL) { in queryStreams()
1337 pChannel->getStreamByHandle(frame->bufs[i]->stream_id); in queryStreams()
1489 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in encodeData() local
1491 if (pChannel == NULL) { in encodeData()
1494 pChannel = m_pReprocChannel; in encodeData()
1498 if (pChannel == NULL) { in encodeData()
1762 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in processRawImageImpl() local
1766 if (pChannel == NULL) { in processRawImageImpl()
1769 pChannel = m_pReprocChannel; in processRawImageImpl()
1772 if (pChannel == NULL) { in processRawImageImpl()
1781 pChannel->getStreamByHandle(recvd_frame->bufs[i]->stream_id); in processRawImageImpl()
1801 ( pChannel != m_pReprocChannel ); in processRawImageImpl()
2351 QCameraChannel *pChannel = m_parent->getChannelByHandle(recvd_frame->ch_id); in setYUVFrameInfo() local
2353 if (pChannel == NULL) { in setYUVFrameInfo()
2356 pChannel = m_pReprocChannel; in setYUVFrameInfo()
2360 if (pChannel == NULL) { in setYUVFrameInfo()
2369 pChannel->getStreamByHandle(recvd_frame->bufs[i]->stream_id); in setYUVFrameInfo()