Searched refs:getMaxFrameRateForCodec (Results 1 – 1 of 1) sorted by relevance
1145 int frameRate = getMaxFrameRateForCodec(codec); in setupRecorder()1384 private static int getMaxFrameRateForCodec(int codec) { in getMaxFrameRateForCodec() method in MediaRecorderTest1409 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()1514 final float frameRate = getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in testRecordFromSurface()