Home
last modified time | relevance | path

Searched refs:pChannel (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp6295 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 …]
H A DQCameraPostProc.cpp131 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 …]
H A DQCamera2HWICallbacks.cpp85 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() local
1691 if ((pChannel == NULL) in snapshot_channel_cb_routine()
1722 pChannel->bufDone(super_frame); in snapshot_channel_cb_routine()
[all …]
H A DQCamera2HWI.h436 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);
/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp390 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 …]
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPFrequency.cpp80 DPChannel *pChannel = dpBase.getChannel(0); in initBuffers() local
81 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() local
186 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 …]
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraDualFOVPP.cpp511 QCameraChannel *pChannel = m_pQCameraPostProc->getChannelByHandle(pFrame->ch_id); in getSnapshotBuf() local
512 if (pChannel == NULL) { in getSnapshotBuf()
518 pSnapshotStream = pChannel->getStreamByHandle(pFrame->bufs[i]->stream_id); in getSnapshotBuf()
548 QCameraChannel *pChannel = in getMetadataBuf() local
551 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()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1637 QCamera3Channel *pChannel = NULL; in encodeData() local
1640 pChannel = m_parent; in encodeData()
1643 if (pChannel == NULL) { in encodeData()
1646 pChannel = m_pReprocChannel; in encodeData()
1650 srcChannel = pChannel; in encodeData()
H A DQCamera3HWI.cpp14719 QCamera3ReprocessChannel *pChannel = NULL; in addOfflineReprocChannel() local
14721 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()