Home
last modified time | relevance | path

Searched refs:mFps (Results 1 – 5 of 5) sorted by relevance

/cts/tests/video/src/android/video/cts/
DVideoCodecClaimsPerformanceTestBase.java44 protected final int mFps; field in VideoCodecClaimsPerformanceTestBase
55 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()
DCodecInfo.java36 public int mFps = 0; field in CodecInfo
83 info.mFps = format.getInteger(MediaFormat.KEY_FRAME_RATE); in getSupportedFormatInfo()
DVideoEncoderDecoderTest.java439 (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()
/cts/tests/tests/view/src/android/view/cts/
DDisplayRefreshRateCtsActivity.java31 private float mFps; field in DisplayRefreshRateCtsActivity.FpsResult
37 mFps = fps; in notifyResult()
49 return mFps; in waitResult()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecTest.java1047 format.setInteger(MediaFormat.KEY_FRAME_RATE, info.mFps); in initCodecAndSurface()
1739 public int mFps; field in MediaCodecTest.CodecInfo
1832 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()