Home
last modified time | relevance | path

Searched refs:RGBA_8888 (Results 1 – 25 of 101) sorted by relevance

12345

/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java32 @IntDef({RGBA_8888, RGBX_8888, RGBA_F16, RGBA_1010102, RGB_888, RGB_565, R_8})
51 public static final int RGBA_8888 = 1; field in PixelFormat
111 case RGBA_8888: in getPixelFormatInfo()
163 case PixelFormat.RGBA_8888: in formatHasAlpha()
188 case RGBA_8888: in isPublicFormat()
211 case RGBA_8888: in formatToString()
DImageFormat.java36 PixelFormat.RGBA_8888,
/frameworks/base/services/companion/java/com/android/server/companion/virtual/camera/
DVirtualCameraConversionUtil.java96 case PixelFormat.RGBA_8888 -> Format.RGBA_8888;
104 case Format.RGBA_8888 -> PixelFormat.RGBA_8888;
/frameworks/base/media/java/android/media/
DImageUtils.java56 case PixelFormat.RGBA_8888: in getNumPlanesForFormat()
92 case HardwareBuffer.RGBA_8888: in getNumPlanesForHardwareBufferFormat()
269 case PixelFormat.RGBA_8888: in getEstimatedNativeAllocBytes()
303 case PixelFormat.RGBA_8888: in getEffectivePlaneSizeForImage()
/frameworks/av/services/camera/virtualcamera/tests/
DVirtualCameraSessionTest.cc336 .pixelFormat = Format::RGBA_8888, in TEST_F()
364 .pixelFormat = Format::RGBA_8888, in TEST_F()
376 Format::RGBA_8888)); in TEST_F()
391 .pixelFormat = Format::RGBA_8888, in TEST_F()
403 Format::RGBA_8888)); in TEST_F()
435 .pixelFormat = Format::RGBA_8888, in TEST_F()
/frameworks/av/services/camera/virtualcamera/aidl/android/companion/virtualcamera/
DFormat.aidl27 RGBA_8888 = 1, enumConstant
/frameworks/base/services/core/java/com/android/server/wm/
DStrictModeFlash.java67 1 /* height */, PixelFormat.RGBA_8888); in StrictModeFlash()
78 mBlastBufferQueue.update(mSurfaceControl, dw, dh, PixelFormat.RGBA_8888); in drawIfNeeded()
DWatermark.java130 1 /* height */, PixelFormat.RGBA_8888); in Watermark()
152 mBlastBufferQueue.update(mSurfaceControl, dw, dh, PixelFormat.RGBA_8888); in drawIfNeeded()
/frameworks/native/libs/ui/tests/
DHdrRenderTypeUtils_test.cpp39 std::optional<ui::PixelFormat>(ui::PixelFormat::RGBA_8888), 2.f), in TEST_F()
42 std::optional<ui::PixelFormat>(ui::PixelFormat::RGBA_8888), 2.f), in TEST_F()
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
DRsYuv.java54 mYuv = ScriptIntrinsicYuvToRGB.create(rs, Element.RGBA_8888(mRS)); in RsYuv()
78 Type.Builder tb = new Type.Builder(mRS, Element.RGBA_8888(mRS)); in reset()
/frameworks/native/libs/ui/include/ui/
DPublicFormat.h35 RGBA_8888 = 0x1, enumerator
/frameworks/native/include/ui/
DPublicFormat.h35 RGBA_8888 = 0x1, enumerator
/frameworks/native/libs/gui/include/gui/
DDisplayCaptureArgs.h37 ui::PixelFormat pixelFormat{ui::PixelFormat::RGBA_8888};
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionUtils.java60 public int mFormat = PixelFormat.RGBA_8888;
185 (surfaceInfo.mFormat == PixelFormat.RGBA_8888)) { in getRepeatingRequestSurface()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerThumbnailTest.java48 final HardwareBuffer buffer = HardwareBuffer.create(1, 1, HardwareBuffer.RGBA_8888, in buildThumbnail()
/frameworks/base/core/proto/android/graphics/
Dpixelformat.proto27 RGBA_8888 = 1; enumerator
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/camera/
DVirtualCameraStreamConfigTest.java51 VGA_HEIGHT, PixelFormat.RGBA_8888, MAX_FPS_1); in testEquals()
DVirtualCameraControllerTest.java24 import static android.graphics.PixelFormat.RGBA_8888;
78 private static final int CAMERA_FORMAT_2 = RGBA_8888;
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp41 sp<const Element> e = Element::RGBA_8888(rs); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java54 RGBA_8888,
79 public static final int RGBA_8888 = 1; field in HardwareBuffer
/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/
DBufferFlinger.java49 PixelFormat.RGBA_8888, in BufferFlinger()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/
DFrameBuffer.kt32 class FrameBuffer(width: Int, height: Int, format: Int = HardwareBuffer.RGBA_8888) { in <lambda>()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DPenStylusActivity.kt46 mImageReader = ImageReader.newInstance(width, height, PixelFormat.RGBA_8888, 1,
DMyLittleTextureView.java47 ImageReader reader = ImageReader.newInstance(100, 100, PixelFormat.RGBA_8888, 3, in onCreate()
DHardwareBufferRendererActivity.java57 HardwareBuffer buffer = HardwareBuffer.create(100, 100, PixelFormat.RGBA_8888, 1, in onCreate()

12345