HomeSort by relevance Sort by last modified time
    Searched refs:surfaceSize (Results 1 - 18 of 18) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java 90 // |layoutSize|/|surfaceSize| is the actual current layout/surface size. They are updated in
95 private final Point surfaceSize = new Point();
386 surfaceSize.x = 0;
387 surfaceSize.y = 0;
400 surfaceSize.x = width;
401 surfaceSize.y = height;
446 return layoutSize.equals(desiredLayoutSize) && surfaceSize.equals(layoutSize);
481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) {
509 drawer.drawYuv(yuvTextures, texMatrix, 0, 0, surfaceSize.x, surfaceSize.y)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 176 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
177 if (!highSpeedSizes.contains(surfaceSize)) {
178 throw new IllegalArgumentException("Surface size " + surfaceSize.toString() + " is"
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 288 * @param surfaceSize Size for the deferred surface.
295 public <T> OutputConfiguration(@NonNull Size surfaceSize, @NonNull Class<T> klass) {
296 checkNotNull(klass, "surfaceSize must not be null");
307 if (surfaceSize.getWidth() == 0 || surfaceSize.getHeight() == 0) {
314 mConfiguredSize = surfaceSize;
459 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
460 if (!surfaceSize.equals(mConfiguredSize)) {
461 Log.w(TAG, "Added surface size " + surfaceSize +
    [all...]
StreamConfigurationMap.java 404 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
417 if (config.getSize().equals(surfaceSize)) {
    [all...]
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 65 int[] surfaceSize = { EGL10.EGL_WIDTH, 1, EGL10.EGL_HEIGHT, 1, EGL10.EGL_NONE };
66 mEGLSurface = egl.eglCreatePbufferSurface(mEGLDisplay, mEGLConfig, surfaceSize);
  /cts/tests/tests/security/src/android/security/cts/
OutputConfigurationTest.java 85 Size surfaceSize = new Size(10, 10);
87 surfaceSize, SurfaceTexture.class);
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 105 * @param surfaceSize eglCreatePbufferSurface generic parameters
113 int[] surfaceSize,
125 EGLSurface surface = egl.eglCreatePbufferSurface(display, config, surfaceSize);
180 int[] surfaceSize =
213 addExtensionsForConfig(egl, display, configs[i], surfaceSize, null, glExtensions);
216 addExtensionsForConfig(egl, display, configs[i], surfaceSize, gles2, glExtensions);
  /external/deqp/modules/egl/
teglColorClearCase.cpp 172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
173 const int width = surfaceSize.x();
174 const int height = surfaceSize.y();
335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
336 const int width = surfaceSize.x();
337 const int height = surfaceSize.y();
teglNativeCoordMappingTests.cpp 374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface);
386 clear(gl, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, surfaceSize.x(), surfaceSize.y());
389 render(gl, program, surfaceSize.x(), surfaceSize.y(), rectX, rectY, rectW, rectH);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 680 Size surfaceSize = p.second;
685 holder.width = surfaceSize.getWidth();
686 holder.height = surfaceSize.getHeight();
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
StubsTest.kt     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 337 milliseconds