Home
last modified time | relevance | path

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

/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionMeasuringActivity.java123 public CompositorScore measureCompositionScore(int pixelFormat) { in measureCompositionScore()
150 public AllocationScore measureAllocationScore(int pixelFormat) { in measureAllocationScore()
199 final int pixelFormat = PIXEL_FORMATS[mPixelFormatSelector.getSelectedItemPosition()]; in doTest() local
403 private double measureCompositionScore(Measurement ok, Measurement fail, int pixelFormat) { in measureCompositionScore()
421 private double measureFPS(int surfaceCnt, int pixelFormat) { in measureFPS()
434 private void waitForSurfacesConfigured(final int pixelFormat) { in waitForSurfacesConfigured()
458 private void configureSurfaces(int surfaceCnt, int pixelFormat, boolean invalidate) { in configureSurfaces()
470 private void configureSurfacesAndWait(final int surfaceCnt, final int pixelFormat, in configureSurfacesAndWait()
513 private void updateSystemInfo(int pixelFormat) { in updateSystemInfo()
551 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/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp49 int32_t dataSpace, int32_t aspects, int32_t pixelFormat) override { in dispatchDataSpaceChanged()
DOMXNodeInstance.cpp2146 android_pixel_format pixelFormat = (android_pixel_format)msg.u.event_data.data3; in handleDataSpaceChanged() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java731 int height, int pixelFormat) in produceFrame()
742 static void setSurfaceFormat(Surface surface, int pixelFormat) in setSurfaceFormat()
854 int height, int pixelFormat); in nativeProduceFrame()
856 private static native int nativeSetSurfaceFormat(Surface surface, int pixelFormat); in nativeSetSurfaceFormat()
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.h92 PixelFormat pixelFormat; member
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h99 std::string pixelFormat; variable
/frameworks/native/services/surfaceflinger/
DLayerStats.cpp165 std::string LayerStats::layerPixelFormat(int32_t pixelFormat) { in layerPixelFormat()
/frameworks/native/opengl/libagl/
Dtexture.cpp278 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]); in copyPixels() local
366 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in createTextureSurface() local
1188 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in glTexImage2D() local
1271 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in glTexSubImage2D() local
1508 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in glReadPixels() local
Dmipmap.cpp34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]); in buildAPyramid() local
Degl.cpp1122 int32_t& pixelFormat, int32_t& depthFormat) in getConfigFormatInfo()
1311 int32_t pixelFormat; in createWindowSurface() local
1360 int32_t pixelFormat; in createPixmapSurface() local
1399 int32_t pixelFormat; in createPbufferSurface() local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp603 jbyteArray pixelBuffer, jint width, jint height, jint pixelFormat) { in LegacyCameraDevice_nativeProduceFrame()
637 jint pixelFormat) { in LegacyCameraDevice_nativeSetSurfaceFormat()
Dandroid_hardware_HardwareBuffer.cpp77 int pixelFormat = android_hardware_HardwareBuffer_convertToPixelFormat(format); in android_hardware_HardwareBuffer_create() local
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp45 PixelFormat pixelFormat; member
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp433 uint32_t pixelFormat = msg.u.event_data.data3; in dispatchMessage() local
DCCodecBuffers.cpp35 uint32_t pixelFormat, in AllocateGraphicBuffer()
/frameworks/base/core/jni/android/graphics/
DImageDecoder.cpp424 jint pixelFormat = postProcessAndRelease(env, jdecoder, std::move(canvas)); in ImageDecoder_nDecodeBitmap() local
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp590 android_dataspace dataspace, android_pixel_format pixelFormat) { in onDataspaceChanged_l()
/frameworks/av/media/codec2/core/include/
DC2Config.h2004 uint32_t pixelFormat; member
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp568 hardware::graphics::common::V1_0::PixelFormat pixelFormat) { in mapToFrameworkFormat()