HomeSort by relevance Sort by last modified time
    Searched refs:mSurfaceHeight (Results 1 - 25 of 32) sorted by null

1 2

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
61 int mSurfaceHeight; // Height of target surface.
Renderer.cpp 30 mSurfaceHeight(0)
133 mSurfaceHeight = height;
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
164 mSurfaceHeight = mFrameBuffer->GetHeight();
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
YVURenderer.cpp 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
SurfaceTextureRenderer.cpp 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
WarpRenderer.cpp 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
61 int mSurfaceHeight; // Height of target surface.
Renderer.cpp 30 mSurfaceHeight(0)
133 mSurfaceHeight = height;
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
164 mSurfaceHeight = mFrameBuffer->GetHeight();
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
YVURenderer.cpp 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
SurfaceTextureRenderer.cpp 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
WarpRenderer.cpp 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
61 int mSurfaceHeight; // Height of target surface.
Renderer.cpp 30 mSurfaceHeight(0)
133 mSurfaceHeight = height;
135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
164 mSurfaceHeight = mFrameBuffer->GetHeight();
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
179 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
YVURenderer.cpp 82 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
SurfaceTextureRenderer.cpp 122 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
WarpRenderer.cpp 113 SetupGraphics(mSurfaceWidth, mSurfaceHeight) :
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 83 mSurfaceHeight(0),
100 mSurfaceHeight(0),
131 uint32_t mSurfaceHeight;
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java 50 private int mSurfaceHeight;
136 if (mSurface == surface && mSurfaceWidth == width && mSurfaceHeight == height) {
142 mSurfaceHeight = height;
153 "video/avc", mSurfaceWidth, mSurfaceHeight);
235 mBuffer.putInt(mSurfaceHeight);
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 81 private int mSurfaceWidth, mSurfaceHeight;
203 mSurfaceHeight = height + mInsetTop + surfaceInsets.bottom;
212 mSurfaceHeight = height;
214 mRootNode.setLeftTopRightBottom(-mInsetLeft, -mInsetTop, mSurfaceWidth, mSurfaceHeight);
215 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight,
282 HardwareCanvas canvas = mRootNode.start(mSurfaceWidth, mSurfaceHeight);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 46 private int mSurfaceHeight;
65 drawOffscreenImage(gl, mSurfaceWidth, mSurfaceHeight);
70 drawOnscreen(gl, mSurfaceWidth, mSurfaceHeight);
83 mSurfaceHeight = height;
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 91 mSurfaceHeight = grallocHandle->iHeight;
125 int32_t err = mpGralloc->lock(mpGralloc, (buffer_handle_t)mGrallocHandle, usage, 0, 0, mStride, mSurfaceHeight, &vaddr[0]);
132 int32_t buffer_size = mStride * mSurfaceHeight * 3 / 2;
  /frameworks/base/media/java/android/media/tv/
TvView.java 97 private int mSurfaceHeight;
116 mSurfaceHeight = height;
118 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 103 private int mSurfaceHeight;
453 if (mSurfaceWidth == mVideoWidth && mSurfaceHeight == mVideoHeight) {
614 mSurfaceHeight = h;
    [all...]
  /frameworks/rs/
rsFont.h 162 float mSurfaceHeight;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 162 float mSurfaceHeight;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 162 float mSurfaceHeight;

Completed in 1545 milliseconds

1 2