HomeSort by relevance Sort by last modified time
    Searched full:surfaceheight (Results 1 - 25 of 27) sorted by null

1 2

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 38 int SurfaceHeight() const { return mSurfaceHeight; }
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 484 int surfaceHeight = mLayout.getHeight();
489 if (surfaceWidth * height < surfaceHeight * width) {
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
557 int surfaceHeight = getWindow().getDecorView().getHeight();
560 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceHeight * width / height;
565 lp.height = surfaceHeight;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 484 int surfaceHeight = mLayout.getHeight();
489 if (surfaceWidth * height < surfaceHeight * width) {
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
557 int surfaceHeight = getWindow().getDecorView().getHeight();
560 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceHeight * width / height;
565 lp.height = surfaceHeight;
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 487 int surfaceHeight = mLayout.getHeight();
492 if (surfaceWidth * height < surfaceHeight * width) {
500 lp.width = surfaceHeight * width / height;
501 lp.height = surfaceHeight;
560 int surfaceHeight = getWindow().getDecorView().getHeight();
563 if (surfaceWidth * height < surfaceHeight * width) {
567 lp.width = surfaceHeight * width / height;
568 lp.height = surfaceHeight;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 484 int surfaceHeight = mLayout.getHeight();
489 if (surfaceWidth * height < surfaceHeight * width) {
497 lp.width = surfaceHeight * width / height;
498 lp.height = surfaceHeight;
557 int surfaceHeight = getWindow().getDecorView().getHeight();
560 if (surfaceWidth * height < surfaceHeight * width) {
564 lp.width = surfaceHeight * width / height;
565 lp.height = surfaceHeight;
  /frameworks/base/libs/input/
SpriteController.cpp 141 update.state.surfaceHeight = update.state.icon.bitmap.height();
145 update.state.surfaceWidth, update.state.surfaceHeight);
161 || update.state.surfaceHeight < desiredHeight) {
170 status, update.state.surfaceWidth, update.state.surfaceHeight,
174 update.state.surfaceHeight = desiredHeight;
337 update.state.surfaceWidth, update.state.surfaceHeight,
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight;
238 mLocked.state.surfaceHeight = height;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 137 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight;
167 mVideoFormatInfo.surfaceHeight = buffer->graphicBufferHeight;
804 if (mStoreMetaData || (!mStoreMetaData && (mVideoFormatInfo.surfaceWidth < mVideoFormatInfo.width || mVideoFormatInfo.surfaceHeight < mVideoFormatInfo.height))) {
915 mVASurfaceAttrib->height = mVideoFormatInfo.surfaceHeight;
916 mVASurfaceAttrib->data_size = mConfigBuffer.graphicBufferStride * mVideoFormatInfo.surfaceHeight * 1.5;
923 mVASurfaceAttrib->offsets[1] = mConfigBuffer.graphicBufferStride * mVideoFormatInfo.surfaceHeight;
949 mVideoFormatInfo.surfaceHeight,
966 mVideoFormatInfo.surfaceHeight = mVideoFormatInfo.height;
975 mVideoFormatInfo.surfaceHeight,
993 mVideoFormatInfo.surfaceHeight,
    [all...]
VideoDecoderDefs.h 208 uint32_t surfaceHeight;
VideoDecoderMPEG2.cpp 120 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
VideoDecoderWMV.cpp 122 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
VideoDecoderMPEG4.cpp 118 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
VideoDecoderAVC.cpp 851 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight)
    [all...]
  /frameworks/rs/
rsProgramVertex.cpp 221 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 258 int surfaceHeight = mGraphicBufferParam.graphicBufferHeight;
263 extActualBufferHeightStride = surfaceHeight;
282 surfExtBuf->height = surfaceHeight;
283 surfExtBuf->data_size = surfaceStride * surfaceHeight * 1.5;
290 surfExtBuf->offsets[1] = surfaceStride * surfaceHeight;
310 surfaceHeight,
OMXVideoDecoderBase.cpp     [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 544 final int surfaceHeight = mSurfaceFrame.bottom;
546 || mLastSurfaceHeight != surfaceHeight;
548 mLastSurfaceHeight = surfaceHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 214 int surfaceHeight = Math.max(displayInfo.logicalHeight, mBackgroundHeight);
220 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
222 mLastRequestedHeight = surfaceHeight;
  /external/deqp/framework/common/
tcuCommandLine.cpp 69 DE_DECLARE_COMMAND_LINE_OPT(SurfaceHeight, int);
150 << Option<SurfaceHeight> (DE_NULL, "deqp-surface-height", "Use given surface height if possible", "-1")
797 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHeight>(); }
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 98 int surfaceHeight;
467 EGL_HEIGHT, config.surfaceHeight,
1032 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1118 basicConfig.surfaceHeight = 256;
    [all...]
  /external/mesa3d/src/egl/docs/
EGL_MESA_screen_surface 454 [0, surfaceWidth - screenWidth] and [0, surfaceHeight - screenHeight],
  /docs/source.android.com/src/devices/input/
diagnostics.jd 242 SurfaceHeight: 1280px
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 542 int surfaceHeight,
552 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]

Completed in 1856 milliseconds

1 2