Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:mVideoFrameRate

142     private int mVideoFrameRate = 0;
735 if (pos == mVideoFrameRate) return;
738 mVideoFrameRate = pos;
1292 mVideoFrameRate = 0;
1293 log("Setting recording frame rate to " + nameArray[mVideoFrameRate]);
1520 if (mVideoFrameRates.get(mVideoFrameRate) > 0) {
1521 mRecorder.setVideoFrameRate(mVideoFrameRates.get(mVideoFrameRate));