Home | History | Annotate | Download | only in HAL

Lines Matching defs:pChannel

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