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.java575 int frameRate = getMaxFrameRateForCodec(codec); in setupRecorder()
813 private static int getMaxFrameRateForCodec(int codec) { in getMaxFrameRateForCodec() method in MediaRecorderTest
838 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()
937 final float frameRate = getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in testRecordFromSurface()