[go: nahoru, domu]

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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp572 mCaptureFpsEnable = false;
574 mCaptureFpsEnable = true;
914 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) {
1223 if (!mCaptureFpsEnable) {
1436 if (mCaptureFpsEnable) {
1541 if (mCaptureFpsEnable) {
1566 if (mCaptureFpsEnable) {
1672 bool disableAudio = mCaptureFpsEnable && mCaptureFps < mFrameRate;
1679 if (mCaptureFpsEnable) {
1768 if (mCaptureFpsEnable) {
[all...]
H A DStagefrightRecorder.h119 bool mCaptureFpsEnable; member in struct:android::StagefrightRecorder

Completed in 12 milliseconds