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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp579 mCaptureFpsEnable = false;
581 mCaptureFpsEnable = true;
924 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) {
1233 if (!mCaptureFpsEnable) {
1446 if (mCaptureFpsEnable) {
1551 if (mCaptureFpsEnable) {
1580 if (mCaptureFpsEnable) {
1717 bool disableAudio = mCaptureFpsEnable && mCaptureFps < mFrameRate;
1724 if (mCaptureFpsEnable) {
1833 if (mCaptureFpsEnable) {
[all...]
H A DStagefrightRecorder.h119 bool mCaptureFpsEnable; member in struct:android::StagefrightRecorder

Completed in 26 milliseconds