Home
last modified time | relevance | path

Searched defs:bufferWidth (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h131 uint32_t bufferWidth, uint32_t bufferHeight) { in fillBufferQueueLayerColor()
141 int32_t bufferWidth, int32_t bufferHeight) { in fillBufferLayerColor()
156 uint32_t bufferWidth, uint32_t bufferHeight) { in fillLayerColor()
170 int32_t bufferWidth, int32_t bufferHeight, const Color& topLeft, in fillLayerQuadrant()
187 virtual void fillBufferQueueLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferQueueLayerQuadrant()
210 virtual void fillBufferStateLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferStateLayerQuadrant()
H A DTransactionTestHarnesses.h164 void fillLayerColor(const sp<SurfaceControl>& layer, const Color& color, uint32_t bufferWidth, in fillLayerColor()
170 void fillLayerQuadrant(const sp<SurfaceControl>& layer, uint32_t bufferWidth, in fillLayerQuadrant()
H A DLayerTypeAndRenderTypeTransaction_test.cpp314 const uint32_t bufferWidth = 1500; in TEST_P() local
371 const uint32_t bufferWidth = 150 * 2; in TEST_P() local
441 const uint32_t bufferWidth = 1500; in TEST_P() local
H A DScreenCapture_test.cpp747 const uint32_t bufferWidth = 60; in TEST_F() local
/aosp_15_r20/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp333 float bufferWidth = buf->getWidth(); in computeTransformMatrix() local
387 Rect SurfaceTexture::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/aosp_15_r20/frameworks/native/libs/gui/
H A DGLConsumerUtils.cpp34 void GLConsumer::computeTransformMatrix(float outTransform[16], float bufferWidth, in computeTransformMatrix()
H A DGLConsumer.cpp799 Rect GLConsumer::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DSurfaceControlTestCase.java37 int layoutWidth, int layoutHeight, int bufferWidth, int bufferHeight) { in SurfaceControlTestCase()
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp80 static void adjustCropForYUV(uint32_t format, int bufferWidth, int bufferHeight, SkRect* cropRect) { in adjustCropForYUV()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/utils/
H A DTransactionUtils.h110 int32_t bufferWidth = int32_t(outBuffer->getWidth()); in expectBufferColor() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DHdrSdrRatioOverlay.cpp47 const int32_t bufferWidth = kBufferWidth; in draw() local
H A DLayerFE.cpp301 float bufferWidth = static_cast<float>(mSnapshot->bufferSize.getWidth()); in prepareBufferStateClientComposition() local
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp432 uint32_t bufferWidth = *bufferWidthOpt; in GetBufferSpec() local
1153 std::uint32_t bufferWidth, // in applyColorTransformToRGBA()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/tracing/
H A DTransactionTraceTestSuite.cpp104 uint32_t bufferWidth; member
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DRequestedLayerState.cpp354 uint32_t bufferWidth = externalTexture->getWidth(); in getUnrotatedBufferSize() local
/aosp_15_r20/cts/tests/tests/media/misc/jni/
H A DAImageReaderCts.cpp375 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/bufferMgr/
H A Dvp_allocator.cpp186 uint32_t bufferWidth = 0; in AllocateVpSurface() local
/aosp_15_r20/frameworks/av/media/ndk/
H A DNdkImageReader.cpp458 const int bufferWidth = getBufferWidth(buffer); in acquireImageLocked() local
/aosp_15_r20/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp580 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/
H A Dvp_pipeline_common.h114 …uint32_t bufferWidth = 0; //!< 1D buffer Width, n/a if 2D… member
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DHardwareBufferRendererTests.kt212 val bufferWidth: Int in <lambda>() constant
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
Degl.cpp503 int bufferWidth = anwHelper->getWidth(buffer); in init() local