Searched refs:mCaptureFpsEnable (Results 1 – 2 of 2) sorted by relevance
202 mMetricsItem->setInt32(kRecorderCaptureFpsEnable, mCaptureFpsEnable); in updateMetrics()788 mCaptureFpsEnable = false; in setParamCaptureFpsEnable()790 mCaptureFpsEnable = true; in setParamCaptureFpsEnable()1331 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) { in createAudioSource()1710 if (!mCaptureFpsEnable) { in checkVideoEncoderCapabilities()1928 if (mCaptureFpsEnable) { in setupCameraSource()2049 if (mCaptureFpsEnable) { in setupVideoEncoder()2083 if (mCaptureFpsEnable) { in setupVideoEncoder()2238 const bool disableAudio = mCaptureFpsEnable && mCaptureFps < mFrameRate; in setupMPEG4orWEBMRecording()2246 if (mCaptureFpsEnable) { in setupMPEG4orWEBMRecording()[all …]
165 bool mCaptureFpsEnable; member