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

  /frameworks/rs/
rsProgramVertex.cpp 220 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/libs/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
195 int32_t surfaceWidth;
237 mLocked.state.surfaceWidth = width;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 257 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth;
281 surfExtBuf->width = surfaceWidth;
309 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/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 486 int surfaceWidth = mLayout.getWidth();
492 if (surfaceWidth * height < surfaceHeight * width) {
495 lp.width = surfaceWidth;
496 lp.height = surfaceWidth * height / width;
561 int surfaceWidth = getWindow().getDecorView().getWidth();
563 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceWidth;
565 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,
1032 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1117 basicConfig.surfaceWidth = 256;
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 543 final int surfaceWidth = mSurfaceFrame.right;
545 realSizeChanged = mLastSurfaceWidth != surfaceWidth
547 mLastSurfaceWidth = surfaceWidth;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 207 uint32_t surfaceWidth;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 213 int surfaceWidth = Math.max(displayInfo.logicalWidth, mBackgroundWidth);
220 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
221 mLastRequestedWidth = surfaceWidth;
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 815 milliseconds