Home
last modified time | relevance | path

Searched defs:frameRate (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java268 int frameRate = params.getPreviewFrameRate(); in recordVideoUsingCamera() local
309 float frameRate) throws Exception { in checkTracksAndDuration()
575 int frameRate = getMaxFrameRateForCodec(codec); in setupRecorder() local
937 final float frameRate = getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in testRecordFromSurface() local
DVp8CodecTestBase.java205 int frameRate; field in Vp8CodecTestBase.EncoderOutputStreamParameters
243 int frameRate, in getDefaultEncodingParameterList()
292 int frameRate, in getDefaultEncodingParameters()
514 int frameRate, in decode()
DVideoEncoderTest.java403 public void setFrameAndBitRates(int frameRate, int bitRate) { in setFrameAndBitRates()
1062 int width, int height, int frameRate, int bitRate, boolean flexYUV) { in testDetailed()
1075 public boolean testSupport(int width, int height, int frameRate, int bitRate) { in testSupport()
1095 int width, int height, int frameRate, int bitRate, boolean optional, in test()
1772 Encoder[] encoders, int width, int height, int frameRate, int bitRate, in detailed()
1791 private void support(Encoder[] encoders, int width, int height, int frameRate, int bitRate) { in support()
DVideoDecoderPerfTest.java152 int frameRate = cap.getSupportedFrameRatesFor(w, h).getUpper().intValue(); in doDecode() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java355 public void writeVideoMetaInfo(int width, int height, float frameRate, float fovW, float fovH) { in writeVideoMetaInfo()
/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java650 int frameRate = Math.min( in setMaxEncoderFrameAndBitrates() local