Home
last modified time | relevance | path

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

12

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
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()
DSurfaceCompositionTest.java75 int pixelFormat = TEST_PIXEL_FORMATS[i]; in testSurfaceCompositionPerformance() local
98 int pixelFormat = TEST_PIXEL_FORMATS[i]; in testSurfaceAllocationPerformance() local
DCustomSurfaceView.java96 public void setMode(int pixelFormat, boolean drawNameOnReady) { in setMode()
/frameworks/base/libs/hwui/
DDeviceInfo.cpp61 AHardwareBuffer_Format pixelFormat; in updateDisplayInfo() local
/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp55 int32_t dataSpace, int32_t aspects, int32_t pixelFormat) override { in dispatchDataSpaceChanged()
DOMXNodeInstance.cpp2235 android_pixel_format pixelFormat = (android_pixel_format)msg.u.event_data.data3; in handleDataSpaceChanged() local
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h99 std::string pixelFormat; variable
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotControllerTest.java143 final int pixelFormat = PixelFormat.RGBA_8888; in testSnapshotBuilder() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp109 void RenderSurface::setBufferPixelFormat(ui::PixelFormat pixelFormat) { in setBufferPixelFormat()
/frameworks/native/libs/renderengine/include/renderengine/
DRenderEngine.h238 int pixelFormat; member
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DRenderEngine.h201 int pixelFormat; member
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp39 uint32_t pixelFormat, in AllocateGraphicBuffer()
1012 uint32_t pixelFormat = PIXEL_FORMAT_UNKNOWN; in extractPixelFormat() local
1024 uint32_t pixelFormat = extractPixelFormat(mFormat); in toArrayMode() local
DC2OMXNode.cpp493 uint32_t pixelFormat = msg.u.event_data.data3; in dispatchMessage() local
DCCodec.cpp1376 uint32_t pixelFormat = PIXEL_FORMAT_UNKNOWN; in configure() local
/frameworks/base/core/jni/
Dandroid_hardware_HardwareBuffer.cpp76 int pixelFormat = android_hardware_HardwareBuffer_convertToPixelFormat(format); in android_hardware_HardwareBuffer_create() local
Dandroid_view_SurfaceControl.cpp128 jfieldID pixelFormat; member
/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp401 jint pixelFormat = postProcessAndRelease(env, jdecoder, std::move(canvas)); in ImageDecoder_nDecodeBitmap() local
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp591 android_dataspace dataspace, android_pixel_format pixelFormat) { in onDataspaceChanged_l()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp160 for (uint32_t pixelFormat : flexPixelFormats) { in TEST() local
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp115 const ui::PixelFormat pixelFormat = static_cast<ui::PixelFormat>(format); in selectEGLConfig() local
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp157 const ui::PixelFormat pixelFormat = static_cast<ui::PixelFormat>(format); in selectEGLConfig() local
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp181 const ui::PixelFormat pixelFormat = static_cast<ui::PixelFormat>(format); in selectEGLConfig() local
/frameworks/av/media/codec2/core/include/
DC2Config.h2154 uint32_t pixelFormat; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java802 public T setPixelFormat(int pixelFormat) { in setPixelFormat()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp585 hardware::graphics::common::V1_0::PixelFormat pixelFormat) { in mapToFrameworkFormat()

12