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

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface.
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 37 int SurfaceWidth() const { return mSurfaceWidth; }
60 int mSurfaceWidth; // Width of target surface.
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java 49 private int mSurfaceWidth;
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
141 mSurfaceWidth = width;
153 "video/avc", mSurfaceWidth, mSurfaceHeight);
234 mBuffer.putInt(mSurfaceWidth);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 45 private int mSurfaceWidth;
65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight);
70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight);
82 mSurfaceWidth = width;
  /frameworks/rs/
rsFont.h 161 float mSurfaceWidth;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 161 float mSurfaceWidth;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 161 float mSurfaceWidth;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 161 float mSurfaceWidth;
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 81 private int mSurfaceWidth, mSurfaceHeight;
202 mSurfaceWidth = width + mInsetLeft + surfaceInsets.right;
211 mSurfaceWidth = width;
214 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
215 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight,
282 HardwareCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
  /frameworks/base/core/java/android/widget/
VideoView.java 102 private int mSurfaceWidth;
453 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
613 mSurfaceWidth = w;
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvView.java 96 private int mSurfaceWidth;
115 mSurfaceWidth = width;
118 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 187 int mSurfaceWidth;
679 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight);
729 mSurfaceWidth = width;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 486 private int mSurfaceWidth;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 152 private int mSurfaceWidth;
    [all...]

Completed in 1394 milliseconds