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()
849 private int mFrameRate; field in VpxCodecTestBase.MediaEncoderAsync893 mInPresentationTimeUs = (mInputFrameIndex * 1000000) / mFrameRate;1043 mFrameRate = format.getInteger(MediaFormat.KEY_FRAME_RATE); in createCodecInternal()1103 mInPresentationTimeUs = (mInputFrameIndex * 1000000) / mFrameRate; in feedInputInternal()
207 protected int mFrameRate = 0; field in VideoEncoderTest.VideoProcessorBase272 if (mFrameRate > 0) { in initCodecsAndConfigureEncoder()273 outFmt.setInteger(MediaFormat.KEY_FRAME_RATE, mFrameRate); in initCodecsAndConfigureEncoder()413 mFrameRate = frameRate; in setFrameAndBitRates()
111 private int mFrameRate; field in VideoEncoderDecoderTest771 mFrameRate = infoEnc.mFps; in doTest()1505 return 132 + frameIndex * 1000000L / mFrameRate; in computePresentationTime()