HomeSort by relevance Sort by last modified time
    Searched defs:surfaceWidth (Results 1 - 21 of 21) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 121 public abstract int surfaceWidth();
EglBase10.java 193 public int surfaceWidth() {
EglBase14.java 137 public int surfaceWidth() {
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 134 assertEquals(eglOesBase.surfaceWidth(), width);
201 assertEquals(eglOesBase.surfaceWidth(), width);
381 assertEquals(eglBase.surfaceWidth(), width);
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp 53 int surfaceWidth;
  /frameworks/rs/
rsProgramVertex.cpp 219 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
223 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaPipeline.cpp 167 const int surfaceWidth = ceilf(node->getWidth() / float(LAYER_SIZE)) * LAYER_SIZE;
171 if (!layer || layer->width() != surfaceWidth || layer->height() != surfaceHeight) {
174 info = SkImageInfo::Make(surfaceWidth, surfaceHeight, kRGBA_F16_SkColorType,
177 info = SkImageInfo::MakeN32Premul(surfaceWidth, surfaceHeight);
  /frameworks/base/libs/input/
SpriteController.h 184 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
198 int32_t surfaceWidth;
240 mLocked.state.surfaceWidth = width;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 159 int surfaceWidth = Math.max(displayInfo.logicalWidth, mBackgroundWidth);
165 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
166 mLastRequestedWidth = surfaceWidth;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 483 int surfaceWidth = mLayout.getWidth();
489 if (surfaceWidth * height < surfaceHeight * width) {
492 lp.width = surfaceWidth;
493 lp.height = surfaceWidth * height / width;
558 int surfaceWidth = getWindow().getDecorView().getWidth();
560 if (surfaceWidth * height < surfaceHeight * width) {
561 lp.width = surfaceWidth;
562 lp.height = surfaceWidth * height / width;
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 97 int surfaceWidth;
466 EGL_WIDTH, config.surfaceWidth,
1029 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1114 basicConfig.surfaceWidth = 256;
    [all...]
  /frameworks/base/core/java/android/widget/
Magnifier.java 267 final int surfaceWidth =
272 new SurfaceInfo(mainWindowSurface, surfaceWidth, surfaceHeight, true);
    [all...]
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
LocalPlayer.java 496 int surfaceWidth = mLayout.getWidth();
502 if (surfaceWidth * height < surfaceHeight * width) {
505 lp.width = surfaceWidth;
506 lp.height = surfaceWidth * height / width;
579 int surfaceWidth = getWindow().getDecorView().getWidth();
581 if (surfaceWidth * height < surfaceHeight * width) {
582 lp.width = surfaceWidth;
583 lp.height = surfaceWidth * height / width;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 208 uint32_t surfaceWidth;
  /frameworks/base/core/java/android/view/
SurfaceView.java 604 final int surfaceWidth = mSurfaceFrame.right;
606 realSizeChanged = mLastSurfaceWidth != surfaceWidth
608 mLastSurfaceWidth = surfaceWidth;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 1917 milliseconds