Home
last modified time | relevance | path

Searched refs:isTNRSnapshotEnabled (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h103 bool isTNRSnapshotEnabled();
DQCameraParametersIntf.cpp233 bool QCameraParametersIntf::isTNRSnapshotEnabled() in isTNRSnapshotEnabled() function in qcamera::QCameraParametersIntf
237 return mImpl->isTNRSnapshotEnabled(); in isTNRSnapshotEnabled()
DQCameraParameters.h664 bool isTNRSnapshotEnabled() {return m_bTNRSnapshotOn;}; in isTNRSnapshotEnabled() function
DQCamera2HWI.cpp3609 if (mParameters.isTNRSnapshotEnabled() && !isLowPowerMode()) { in startRecording()
3666 if (mParameters.isTNRSnapshotEnabled()) { in stopRecording()
5325 if ((NULL != pChannel) && (mParameters.isTNRSnapshotEnabled())) { in takeLiveSnapshot_internal()
5431 if (!mParameters.isTNRSnapshotEnabled()) { in cancelLiveSnapshot()
DQCameraParameters.cpp13343 if (isTNRSnapshotEnabled() && (CAM_STREAM_TYPE_SNAPSHOT == stream_type) in updatePpFeatureMask()