Home
last modified time | relevance | path

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

12

/aosp12/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()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp98 int32_t ReadbackHelper::GetBytesPerPixel(PixelFormat pixelFormat) { in GetBytesPerPixel()
110 PixelFormat pixelFormat, in fillBuffer()
154 bool ReadbackHelper::readbackSupported(const PixelFormat& pixelFormat, const Dataspace& dataspace, in readbackSupported()
172 const PixelFormat pixelFormat) { in compareColorBuffers()
190 uint32_t height, PixelFormat pixelFormat, Dataspace dataspace) { in ReadbackBuffer()
/aosp12/packages/services/Car/cpp/computepipe/runner/
H A DPixelFormatUtils.cpp38 AHardwareBuffer_Format PixelFormatToHardwareBufferFormat(PixelFormat pixelFormat) { in PixelFormatToHardwareBufferFormat()
/aosp12/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp61 AHardwareBuffer_Format pixelFormat; in updateDisplayInfo() local
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOmxGraphicBufferSource.cpp55 int32_t dataSpace, int32_t aspects, int32_t pixelFormat) override { in dispatchDataSpaceChanged()
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/
H A DPixelMemHandleFuzzer.cpp39 PixelFormat pixelFormat = static_cast<PixelFormat>(frame.format()); in convertToInputFrame() local
/aosp12/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h99 std::string pixelFormat; variable
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java143 final int pixelFormat = PixelFormat.RGBA_8888; in testSnapshotBuilder() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp109 void RenderSurface::setBufferPixelFormat(ui::PixelFormat pixelFormat) { in setBufferPixelFormat()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DRenderEngine.h238 int pixelFormat; member
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DRenderEngine.h201 int pixelFormat; member
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp39 uint32_t pixelFormat, in AllocateGraphicBuffer()
1015 uint32_t pixelFormat = PIXEL_FORMAT_UNKNOWN; in extractPixelFormat() local
1027 uint32_t pixelFormat = extractPixelFormat(mFormat); in toArrayMode() local
H A DC2OMXNode.cpp493 uint32_t pixelFormat = msg.u.event_data.data3; in dispatchMessage() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_HardwareBuffer.cpp76 int pixelFormat = android_hardware_HardwareBuffer_convertToPixelFormat(format); in android_hardware_HardwareBuffer_create() local
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h135 int32_t pixelFormat; member
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp401 jint pixelFormat = postProcessAndRelease(env, jdecoder, std::move(canvas)); in ImageDecoder_nDecodeBitmap() local
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/
H A DVtsHalGraphicsComposerV2_3TargetTest.cpp268 PixelFormat pixelFormat; in TEST_P() local
/aosp12/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp591 android_dataspace dataspace, android_pixel_format pixelFormat) { in onDataspaceChanged_l()
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecBuffers_test.cpp160 for (uint32_t pixelFormat : flexPixelFormats) { in TEST() local
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp115 const ui::PixelFormat pixelFormat = static_cast<ui::PixelFormat>(format); in selectEGLConfig() local
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp1289 int pixelFormat) in initUsbCamera()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp157 const ui::PixelFormat pixelFormat = static_cast<ui::PixelFormat>(format); in selectEGLConfig() local
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp181 const ui::PixelFormat pixelFormat = static_cast<ui::PixelFormat>(format); in selectEGLConfig() local

12