Searched refs:mFrameRate (Results 1 – 4 of 4) sorted by relevance
69 private int mFrameRate; field in MediaRecorderStressTest92 mFrameRate = profile.videoFrameRate; in setUp()270 mRecorder.setVideoFrameRate(mFrameRate); in testStressRecorder()359 mRecorder.setVideoFrameRate(mFrameRate); in testStressCameraSwitchRecorder()427 Log.v(TAG, "frameRate : " + mFrameRate); in testStressRecordVideoAndPlayback()438 mRecorder.setVideoFrameRate(mFrameRate); in testStressRecordVideoAndPlayback()
816 private int mFrameRate; field in Vp8CodecTestBase.MediaEncoderAsync860 mInPresentationTimeUs = (mInputFrameIndex * 1000000) / mFrameRate;1011 mFrameRate = format.getInteger(MediaFormat.KEY_FRAME_RATE); in createCodecInternal()1066 mInPresentationTimeUs = (mInputFrameIndex * 1000000) / mFrameRate; in feedInputInternal()
200 protected int mFrameRate = 0; field in VideoEncoderTest.VideoProcessorBase265 if (mFrameRate > 0) { in initCodecsAndConfigureEncoder()266 outFmt.setInteger(MediaFormat.KEY_FRAME_RATE, mFrameRate); in initCodecsAndConfigureEncoder()404 mFrameRate = frameRate; in setFrameAndBitRates()
109 private int mFrameRate; field in VideoEncoderDecoderTest649 mFrameRate = infoEnc.mFps; in doTest()1378 return 132 + frameIndex * 1000000L / mFrameRate; in computePresentationTime()