Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraChannel.h137 QCameraParametersIntf &param, QCameraStream *pMetaStream,
DQCameraChannel.cpp1489 QCameraParametersIntf &mParameter, QCameraStream *pMetaStream, in doReprocess() argument
1502 if (pMetaStream == NULL) { in doReprocess()
1534 if (pMetaStream != NULL) { in doReprocess()
1537 param.reprocess.meta_stream_handle = pMetaStream->getMyServerID(); in doReprocess()
DQCamera2HWI.cpp3661 QCameraStream *pMetaStream = NULL; in startRecording() local
3672 pMetaStream = pStream; in startRecording()
3678 if ((NULL != pMetaChannel) && (NULL != pMetaStream)) { in startRecording()
3679 rc = pVideoChannel->linkStream(pMetaChannel, pMetaStream); in startRecording()
3695 QCameraStream *pMetaStream = NULL; in startRecording() local
3706 pMetaStream = pStream; in startRecording()
3712 if ((NULL != pMetaChannel) && (NULL != pMetaStream)) { in startRecording()
3713 rc = pChannel->linkStream(pMetaChannel, pMetaStream); in startRecording()
5448 QCameraStream *pMetaStream = NULL; in takeLiveSnapshot_internal() local
5459 pMetaStream = pStream; in takeLiveSnapshot_internal()
[all …]
DQCameraPostProc.cpp3047 QCameraStream *pMetaStream = NULL; in doReprocess() local
3095 pMetaStream = pStream; in doReprocess()
3101 if ((pMetaStream != NULL) && (meta_buf != NULL)) { in doReprocess()
3108 if ((pMetaStream == NULL) && (meta_buf == NULL)) { in doReprocess()
3119 pMetaStream = pStream; in doReprocess()
3124 if ((pMetaStream != NULL) && (meta_buf != NULL)) { in doReprocess()
3199 m_parent->mParameters, pMetaStream, meta_buf_index); in doReprocess()