Home
last modified time | relevance | path

Searched refs:pMetaStream (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h148 QCameraParametersIntf &param, QCameraStream *pMetaStream,
DQCameraChannel.cpp1705 QCameraParametersIntf &mParameter, QCameraStream *pMetaStream, in doReprocess() argument
1718 if (pMetaStream == NULL) { in doReprocess()
1753 if (pMetaStream != NULL) { in doReprocess()
1756 param.reprocess.meta_stream_handle = pMetaStream->getMyServerID(); in doReprocess()
DQCamera2HWI.cpp4058 QCameraStream *pMetaStream = NULL; in startRecording() local
4069 pMetaStream = pStream; in startRecording()
4075 if ((NULL != pMetaChannel) && (NULL != pMetaStream)) { in startRecording()
4076 rc = pVideoChannel->linkStream(pMetaChannel, pMetaStream); in startRecording()
4092 QCameraStream *pMetaStream = NULL; in startRecording() local
4103 pMetaStream = pStream; in startRecording()
4109 if ((NULL != pMetaChannel) && (NULL != pMetaStream)) { in startRecording()
4110 rc = pChannel->linkStream(pMetaChannel, pMetaStream); in startRecording()
5965 QCameraStream *pMetaStream = NULL; in takeLiveSnapshot_internal() local
5976 pMetaStream = pStream; in takeLiveSnapshot_internal()
[all …]
DQCameraPostProc.cpp3384 QCameraStream *pMetaStream = NULL; in doReprocess() local
3432 pMetaStream = pStream; in doReprocess()
3438 if ((pMetaStream != NULL) && (meta_buf != NULL)) { in doReprocess()
3445 if ((pMetaStream == NULL) && (meta_buf == NULL)) { in doReprocess()
3456 pMetaStream = pStream; in doReprocess()
3461 if ((pMetaStream != NULL) && (meta_buf != NULL)) { in doReprocess()
3537 m_parent->mParameters, pMetaStream, meta_buf_index); in doReprocess()