Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java1145 int frameRate = getMaxFrameRateForCodec(codec); in setupRecorder()
1384 private static int getMaxFrameRateForCodec(int codec) { in getMaxFrameRateForCodec() method in MediaRecorderTest
1409 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()
1514 final float frameRate = getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in testRecordFromSurface()