Searched refs:captureFrameRate (Results 1 – 1 of 1) sorted by relevance
287 … double captureFrameRate = metrics.getDouble(MediaRecorder.MetricsConstants.CAPTURE_FPS, -2); in testRecorderCamera() local288 if (captureFrameRate < 0.) { in testRecorderCamera()289 … assertEquals("getMetrics() capture framerate=" + captureFrameRate, -1.0, captureFrameRate, 0.001); in testRecorderCamera()362 … double captureFrameRate = metrics.getDouble(MediaRecorder.MetricsConstants.CAPTURE_FPS, -2); in testRecorderMPEG2TS() local363 if (captureFrameRate < 0.) { in testRecorderMPEG2TS()364 … assertEquals("getMetrics() capture framerate=" + captureFrameRate, -1.0, captureFrameRate, 0.001); in testRecorderMPEG2TS()