Home
last modified time | relevance | path

Searched defs:pixelFormat (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java122 public CompositorScore measureCompositionScore(int pixelFormat) { in measureCompositionScore()
149 public AllocationScore measureAllocationScore(int pixelFormat) { in measureAllocationScore()
198 final int pixelFormat = PIXEL_FORMATS[mPixelFormatSelector.getSelectedItemPosition()]; in doTest() local
402 private double measureCompositionScore(Measurement ok, Measurement fail, int pixelFormat) { in measureCompositionScore()
420 private double measureFPS(int surfaceCnt, int pixelFormat) { in measureFPS()
433 private void waitForSurfacesConfigured(final int pixelFormat) { in waitForSurfacesConfigured()
457 private void configureSurfaces(int surfaceCnt, int pixelFormat, boolean invalidate) { in configureSurfaces()
469 private void configureSurfacesAndWait(final int surfaceCnt, final int pixelFormat, in configureSurfacesAndWait()
512 private void updateSystemInfo(int pixelFormat) { in updateSystemInfo()
549 public static String getPixelFormatInfo(int pixelFormat) { in getPixelFormatInfo()
H A DSurfaceCompositionTest.java75 int pixelFormat = TEST_PIXEL_FORMATS[i]; in testSurfaceCompositionPerformance() local
98 int pixelFormat = TEST_PIXEL_FORMATS[i]; in testSurfaceAllocationPerformance() local
H A DCustomSurfaceView.java96 public void setMode(int pixelFormat, boolean drawNameOnReady) { in setMode()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAbsAppSnapshotController.java208 TaskSnapshot snapshot(TYPE source, int pixelFormat) { in snapshot()
240 float scaleFraction, int pixelFormat, Point outTaskSize, TaskSnapshot.Builder builder) { in createSnapshot()
315 boolean prepareTaskSnapshot(TYPE source, int pixelFormat, TaskSnapshot.Builder builder) { in prepareTaskSnapshot()
H A DTaskSnapshotController.java213 int pixelFormat) { in createImeSnapshot()
242 final int pixelFormat = mPersistInfoProvider.use16BitFormat() in snapshotImeFromAttachedTask() local
/aosp14/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp61 AHardwareBuffer_Format pixelFormat; in updateDisplayInfo() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java156 final int pixelFormat = PixelFormat.RGBA_8888; in testSnapshotBuilder() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_HardwareBuffer.cpp76 int pixelFormat = android_hardware_HardwareBuffer_convertToPixelFormat(format); in android_hardware_HardwareBuffer_create() local
H A Dandroid_window_ScreenCapture.cpp40 jfieldID pixelFormat; member
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java403 int pixelFormat, IBinder token) { in createLayoutParameters()
H A DScreenCapture.java373 public T setPixelFormat(int pixelFormat) { in setPixelFormat()
/aosp14/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp434 jint pixelFormat = postProcessAndRelease(env, jdecoder, std::move(canvas)); in ImageDecoder_nDecodeBitmap() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java237 CharSequence title, int pixelFormat, IBinder appToken) { in createLayoutParameters()