Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp181 mMetricsItem->setInt32(kRecorderCaptureFpsEnable, mCaptureFpsEnable); in updateMetrics()
739 mCaptureFpsEnable = false; in setParamCaptureFpsEnable()
741 mCaptureFpsEnable = true; in setParamCaptureFpsEnable()
1093 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) { in createAudioSource()
1453 if (!mCaptureFpsEnable) { in checkVideoEncoderCapabilities()
1666 if (mCaptureFpsEnable) { in setupCameraSource()
1778 if (mCaptureFpsEnable) { in setupVideoEncoder()
1806 if (mCaptureFpsEnable) { in setupVideoEncoder()
1955 const bool disableAudio = mCaptureFpsEnable && mCaptureFps < mFrameRate; in setupMPEG4orWEBMRecording()
1963 if (mCaptureFpsEnable) { in setupMPEG4orWEBMRecording()
[all …]
DStagefrightRecorder.h147 bool mCaptureFpsEnable; member