Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java224 if (screenWidthAligned % vc.getWidthAlignment() != 0) { in getSupportedSize()
225 screenWidthAligned -= (screenWidthAligned % vc.getWidthAlignment()); in getSupportedSize()
251 if (scaledWidth % vc.getWidthAlignment() != 0) { in getSupportedSize()
252 scaledWidth -= (scaledWidth % vc.getWidthAlignment()); in getSupportedSize()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1740 public int getWidthAlignment() { in getWidthAlignment() method in MediaCodecInfo.VideoCapabilities
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt23086 method public int getWidthAlignment();