Lines Matching full:pchannel
6797 QCamera3ReprocessChannel *pChannel = NULL;
6799 pChannel = new QCamera3ReprocessChannel(mCameraHandle->camera_handle,
6801 if (NULL == pChannel) {
6806 rc = pChannel->initialize(IS_TYPE_NONE, mCaptureIntent);
6809 delete pChannel;
6819 rc = pChannel->addReprocStreamsFromSource(pp_config,
6825 delete pChannel;
6828 return pChannel;