Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java580 getAvailableMinFrameDurationsForFormatChecked(ImageFormat.JPEG); in videoSnapshotTestByCamera()
778 getAvailableMinFrameDurationsForFormatChecked(ImageFormat.PRIVATE); in updatePreviewSurfaceWithVideo()
H A DCamera2SwitchPreviewTest.java492 getAvailableMinFrameDurationsForFormatChecked(ImageFormat.PRIVATE); in updatePreviewSurfaceWithVideo()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewTestCase.java628 mStaticInfo.getAvailableMinFrameDurationsForFormatChecked(ImageFormat.YUV_420_888); in openDevice()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java1497 public HashMap<Size, Long> getAvailableMinFrameDurationsForFormatChecked(int format) { in getAvailableMinFrameDurationsForFormatChecked() method in StaticMetadata