Searched refs:mFps (Results 1 – 5 of 5) sorted by relevance
44 protected final int mFps; field in VideoCodecClaimsPerformanceTestBase55 mFps = fps; in VideoCodecClaimsPerformanceTestBase()103 PerformancePoint PPReq = new PerformancePoint(mWidth, mHeight, mFps); in deviceClaimsPerformanceSupported()115 if (reported != null && reported.getLower() >= mFps) { in deviceClaimsPerformanceSupported()122 mWidth, mHeight, mFps); in deviceClaimsPerformanceSupported()
36 public int mFps = 0; field in CodecInfo83 info.mFps = format.getInteger(MediaFormat.KEY_FRAME_RATE); in getSupportedFormatInfo()
439 (infoEnc.mBitRate / 8 / infoEnc.mFps + 1)); in doTest()464 format.setInteger(MediaFormat.KEY_FRAME_RATE, infoEnc.mFps); in doTest()465 mFrameRate = infoEnc.mFps; in doTest()
31 private float mFps; field in DisplayRefreshRateCtsActivity.FpsResult37 mFps = fps; in notifyResult()49 return mFps; in waitResult()
1047 format.setInteger(MediaFormat.KEY_FRAME_RATE, info.mFps); in initCodecAndSurface()1739 public int mFps; field in MediaCodecTest.CodecInfo1832 info.mFps = fps; in getAvcSupportedFormatInfo()1835 " fps " + info.mFps + " w " + maxW + " h " + maxH); in getAvcSupportedFormatInfo()1845 format.setInteger(MediaFormat.KEY_FRAME_RATE, info.mFps); in runVideoEncoding()