Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2SwitchPreviewTest.java325 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local
327 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
330 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()
H A DCamera2RecordingTest.java460 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize() local
462 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
465 getSupportedVideoSizes(cameraId, mCameraManager, maxVideoSize); in initSupportedVideoSize()
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h81 Size maxVideoSize; member