Home
last modified time | relevance | path

Searched defs:surfaceWidth (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
DLocalPlayer.java483 int surfaceWidth = mLayout.getWidth(); in updateSize() local
558 int surfaceWidth = getWindow().getDecorView().getWidth(); in updateSize() local
/aosp_15_r20/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
H A DLocalPlayer.java483 int surfaceWidth = mLayout.getWidth(); in updateSize() local
558 int surfaceWidth = getWindow().getDecorView().getWidth(); in updateSize() local
/aosp_15_r20/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
H A DLocalPlayer.java483 int surfaceWidth = mLayout.getWidth(); in updateSize() local
558 int surfaceWidth = getWindow().getDecorView().getWidth(); in updateSize() local
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DSurfaceView.java1046 private void replacePositionUpdateListener(int surfaceWidth, int surfaceHeight) { in replacePositionUpdateListener()
1165 final int surfaceWidth = mSurfaceFrame.right; in performSurfaceTransaction() local
1683 SurfaceViewPositionUpdateListener(int surfaceWidth, int surfaceHeight) { in SurfaceViewPositionUpdateListener()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_nv12top010.cpp90 uint32_t surfaceWidth, surfaceHeight; in Execute() local
H A Dcodechal_encode_tracked_buffer.cpp668 uint32_t surfaceWidth, surfaceHeight; in AllocateSurface2xDS() local
H A Dcodechal_encode_csc_ds.cpp1045 uint32_t surfaceWidth, surfaceHeight; in GetCscAllocation() local
H A Dcodechal_memdecomp.cpp121 uint32_t surfaceWidth; member
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java79 float surfaceWidth = thumbnailBounds.width() / scale; in updateThumbnailMatrix() local
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaCpuPipeline.cpp55 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
H A DSkiaGpuPipeline.cpp76 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE; in createOrUpdateLayer() local
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DEglBase14Impl.java126 public int surfaceWidth() { in surfaceWidth() method in EglBase14Impl
H A DEglBase10Impl.java229 public int surfaceWidth() { in surfaceWidth() method in EglBase10Impl
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.hpp54 int surfaceWidth; member
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DEglBase.java239 int surfaceWidth(); in surfaceWidth() method
H A DSurfaceViewRenderer.java41 private int surfaceWidth; field in SurfaceViewRenderer
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp201 ReferenceRenderer::ReferenceRenderer(int surfaceWidth, int surfaceHeight, int numSamples, in ReferenceRenderer()
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
H A DTask.kt41 val surfaceWidth: Int, in <lambda>() constant in android.tools.traces.wm.Task
/aosp_15_r20/frameworks/rs/
H A DrsProgramVertex.cpp219 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth(); in updateSize() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DMagnifier.java635 final int surfaceWidth = in obtainSurfaces() local
1006 final int surfaceWidth = mContentWidth + 2 * mOffsetX; in InternalPopupWindow() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp97 int surfaceWidth; member
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/
H A DSimpleExoPlayer.java377 private int surfaceWidth; field in SimpleExoPlayer
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/
H A DExoPlayerImpl.java180 private int surfaceWidth; field in ExoPlayerImpl
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFramebufferTest.cpp6695 const EGLint surfaceWidth = static_cast<EGLint>(getWindowWidth()); in TEST_P() local
6762 const EGLint surfaceWidth = static_cast<EGLint>(getWindowWidth()); in TEST_P() local
H A DFramebufferFetchTest.cpp4409 const EGLint surfaceWidth = static_cast<EGLint>(getWindowWidth()); in TEST_P() local

1234