Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java2382 CamcorderProfile maxProfile = CamcorderProfile.get(mCameraId, quality); in getMaxRecordingSize() local
2383 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()