Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java309 int camcorderProfileList[] = new int[] {minFpsProfileId, maxFpsProfileId}; in testRecordingFramerateLowToHigh() local
593 private void basicRecordingTestByCamera(int[] camcorderProfileList) throws Exception { in basicRecordingTestByCamera()