Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java3372 Size biggestSize = mCamera.new Size(-1, -1); in testVideoSnapshotByCamera() local
3374 if (biggestSize.width < size.width) { in testVideoSnapshotByCamera()
3375 biggestSize = size; in testVideoSnapshotByCamera()
3378 parameters.setPictureSize(biggestSize.width, biggestSize.height); in testVideoSnapshotByCamera()