Home
last modified time | relevance | path

Searched refs:mCaptureFpsEnable (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp195 mMetricsItem->setInt32(kRecorderCaptureFpsEnable, mCaptureFpsEnable); in updateMetrics()
781 mCaptureFpsEnable = false; in setParamCaptureFpsEnable()
783 mCaptureFpsEnable = true; in setParamCaptureFpsEnable()
1313 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) { in createAudioSource()
1671 if (!mCaptureFpsEnable) { in checkVideoEncoderCapabilities()
1888 if (mCaptureFpsEnable) { in setupCameraSource()
2000 if (mCaptureFpsEnable) { in setupVideoEncoder()
2034 if (mCaptureFpsEnable) { in setupVideoEncoder()
2191 if (mCaptureFpsEnable) { in setupMPEG4orWEBMRecording()
2346 if (mCaptureFpsEnable && mCameraSourceTimeLapse != NULL) { in stop()
[all …]
H A DStagefrightRecorder.h163 bool mCaptureFpsEnable; member