Searched refs:isTNRSnapshotEnabled (Results 1 – 5 of 5) sorted by relevance
111 bool isTNRSnapshotEnabled();
250 bool QCameraParametersIntf::isTNRSnapshotEnabled() in isTNRSnapshotEnabled() function in qcamera::QCameraParametersIntf254 return mImpl->isTNRSnapshotEnabled(); in isTNRSnapshotEnabled()
680 bool isTNRSnapshotEnabled() {return m_bTNRSnapshotOn;}; in isTNRSnapshotEnabled() function
4087 if (mParameters.isTNRSnapshotEnabled() && !isLowPowerMode()) { in startRecording()4152 if (mParameters.isTNRSnapshotEnabled()) { in stopRecording()5934 if ((NULL != pChannel) && (mParameters.isTNRSnapshotEnabled())) { in takeLiveSnapshot_internal()6065 if (!mParameters.isTNRSnapshotEnabled()) { in cancelLiveSnapshot_internal()
14545 if (isTNRSnapshotEnabled() && (CAM_STREAM_TYPE_SNAPSHOT == stream_type) in updatePpFeatureMask()