Searched refs:pChannel (Results 1 – 9 of 9) sorted by relevance
6295 delete pChannel; in registerFaceImage()6312 pChannel->stop(); in registerFaceImage()6313 delete pChannel; in registerFaceImage()6314 pChannel = NULL; in registerFaceImage()7617 delete pChannel; in addPreviewChannel()7626 delete pChannel; in addPreviewChannel()7649 delete pChannel; in addPreviewChannel()7680 delete pChannel; in addPreviewChannel()7733 delete pChannel; in addVideoChannel()8658 return pChannel; in addReprocChannel()[all …]
131 pChannel->stop(); in ~QCameraPostProcessor()132 delete pChannel; in ~QCameraPostProcessor()133 pChannel = NULL; in ~QCameraPostProcessor()376 pChannel->stop(); in stop()377 delete pChannel; in stop()378 pChannel = NULL; in stop()1456 if (pChannel == NULL) { in processPPData()1465 if (pChannel == NULL) { in processPPData()2153 if (pChannel == NULL) { in queryStreams()2162 if (pChannel == NULL) { in queryStreams()[all …]
85 if (pChannel == NULL || in zsl_channel_cb()95 pChannel->bufDone(recvd_frame); in zsl_channel_cb()150 pChannel->bufDone(recvd_frame); in zsl_channel_cb()271 pChannel->bufDone(recvd_frame); in zsl_channel_cb()397 if (pChannel == NULL || in capture_channel_cb_routine()409 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()455 pChannel->bufDone(recvd_frame); in capture_channel_cb_routine()1671 QCameraChannel *pChannel = NULL; in snapshot_channel_cb_routine() local1691 if ((pChannel == NULL) in snapshot_channel_cb_routine()1722 pChannel->bufDone(super_frame); in snapshot_channel_cb_routine()[all …]
436 int32_t selectScene(QCameraChannel *pChannel,460 int32_t addStreamToChannel(QCameraChannel *pChannel,466 int32_t prepareRawStream(QCameraChannel *pChannel);501 int32_t stopAdvancedCapture(QCameraPicChannel *pChannel);502 int32_t startAdvancedCapture(QCameraPicChannel *pChannel);584 int32_t startRAWChannel(QCameraChannel *pChannel);
390 return pChannel; in DP_getChannel()396 if (pChannel == NULL) { in DP_getEq()418 if (pChannel == NULL) { in DP_getMbc()421 dp_fx::DPMbc *pMbc = pChannel->getMbc(); in DP_getMbc()572 if (pChannel == NULL) { in DP_command()720 if (pChannel == NULL) { in DP_getParameter()900 if (pChannel == NULL) { in DP_getParameter()1018 if (pChannel == NULL) { in DP_setParameter()1025 pChannel->setInputGain(gain); in DP_setParameter()1237 if (pChannel == NULL) { in DP_setParameter()[all …]
80 DPChannel *pChannel = dpBase.getChannel(0); in initBuffers() local81 if (pChannel != nullptr) { in initBuffers()82 mPreEqInUse = pChannel->getPreEq()->isInUse(); in initBuffers()83 mMbcInUse = pChannel->getMbc()->isInUse(); in initBuffers()84 mPostEqInUse = pChannel->getPostEq()->isInUse(); in initBuffers()184 DPChannel *pChannel = getChannel(channelIndex); in updateParameters() local186 if (pChannel == nullptr) { in updateParameters()197 DPEq *pPreEq = pChannel->getPreEq(); in updateParameters()253 DPEq *pPostEq = pChannel->getPostEq(); in updateParameters()296 DPMbc *pMbc = pChannel->getMbc(); in updateParameters()[all …]
511 QCameraChannel *pChannel = m_pQCameraPostProc->getChannelByHandle(pFrame->ch_id); in getSnapshotBuf() local512 if (pChannel == NULL) { in getSnapshotBuf()518 pSnapshotStream = pChannel->getStreamByHandle(pFrame->bufs[i]->stream_id); in getSnapshotBuf()548 QCameraChannel *pChannel = in getMetadataBuf() local551 if (pChannel == NULL) { in getMetadataBuf()557 pMetadataStream = pChannel->getStreamByHandle(pData->src_reproc_frame->bufs[i]->stream_id); in getMetadataBuf()566 pChannel = m_pQCameraPostProc->getChannelByHandle(pFrame->ch_id); in getMetadataBuf()567 if (pChannel == NULL) { in getMetadataBuf()572 pMetadataStream = pChannel->getStreamByHandle(pFrame->bufs[i]->stream_id); in getMetadataBuf()
1637 QCamera3Channel *pChannel = NULL; in encodeData() local1640 pChannel = m_parent; in encodeData()1643 if (pChannel == NULL) { in encodeData()1646 pChannel = m_pReprocChannel; in encodeData()1650 srcChannel = pChannel; in encodeData()
14719 QCamera3ReprocessChannel *pChannel = NULL; in addOfflineReprocChannel() local14721 pChannel = new QCamera3ReprocessChannel(mCameraHandle->camera_handle, in addOfflineReprocChannel()14724 if (NULL == pChannel) { in addOfflineReprocChannel()14729 rc = pChannel->initialize(IS_TYPE_NONE); in addOfflineReprocChannel()14732 delete pChannel; in addOfflineReprocChannel()14763 rc = pChannel->addReprocStreamsFromSource(pp_config, in addOfflineReprocChannel()14769 delete pChannel; in addOfflineReprocChannel()14772 return pChannel; in addOfflineReprocChannel()