HomeSort by relevance Sort by last modified time
    Searched defs:surfaceWidth (Results 1 - 11 of 11) 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 261 int surfaceWidth = mGraphicBufferParam.graphicBufferWidth;
285 surfExtBuf->width = surfaceWidth;
313 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 95 int surfaceWidth;
479 EGL_WIDTH, config.surfaceWidth,
1041 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1126 basicConfig.surfaceWidth = 256;
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 540 final int surfaceWidth = mSurfaceFrame.right;
542 realSizeChanged = mLastSurfaceWidth != surfaceWidth
544 mLastSurfaceWidth = surfaceWidth;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 205 uint32_t surfaceWidth;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 233 int surfaceWidth = Math.max(p.x, mBackgroundWidth);
241 if (surfaceWidth == dw && surfaceHeight == dh) {
250 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);

Completed in 1299 milliseconds