Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/
H A DRenderEngine.cpp63 .setPixelFormat(args.pixelFormat) in create()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DRenderEngine.h270 Builder& setPixelFormat(int pixelFormat) { in setPixelFormat() function
/aosp12/frameworks/av/media/libstagefright/
H A DFrameCaptureProcessor.cpp122 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in onCreate()
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DRenderEngine.h236 Builder& setPixelFormat(int pixelFormat) { in setPixelFormat() function
/aosp12/frameworks/base/core/java/android/window/
H A DTaskSnapshot.java395 public Builder setPixelFormat(int pixelFormat) {
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java164 builder.setPixelFormat(pixelFormat); in testSnapshotBuilder()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineTest.cpp76 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in createGLESRenderEngine()
107 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in createGLESRenderEngine()
133 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in createRenderEngine()
159 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in createRenderEngine()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java887 public T setPixelFormat(int pixelFormat) { in setPixelFormat() method in SurfaceControl.CaptureArgs.Builder
2451 .setPixelFormat(format) in captureLayers()
2481 .setPixelFormat(format) in captureLayersExcluding()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java315 builder.setPixelFormat(pixelFormat);
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp590 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in processLoop()
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineTest.cpp44 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in SetUpTestSuite()
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp89 .setPixelFormat(static_cast<int>(ui::PixelFormat::RGBA_8888)) in SetUpBase()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp810 .setPixelFormat(static_cast<int32_t>(defaultCompositionPixelFormat)) in init()