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

1 2

  /external/skia/src/gpu/
GrSurfacePriv.h 24 int surfaceHeight,
30 int surfaceHeight,
GrSurface.cpp 74 int surfaceHeight,
84 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
100 int surfaceHeight,
105 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
110 int surfaceHeight,
115 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
  /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/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/support/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 497 int surfaceHeight = mLayout.getHeight();
502 if (surfaceWidth * height < surfaceHeight * width) {
510 lp.width = surfaceHeight * width / height;
511 lp.height = surfaceHeight;
578 int surfaceHeight = getWindow().getDecorView().getHeight();
581 if (surfaceWidth * height < surfaceHeight * width) {
585 lp.width = surfaceHeight * width / height;
586 lp.height = surfaceHeight;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 123 public abstract int surfaceHeight();
EglBase10.java 200 public int surfaceHeight() {
EglBase14.java 144 public int surfaceHeight() {
SurfaceTextureHelper.java 251 eglBase.surfaceHeight() != total_height){
SurfaceViewRenderer.java 481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) {
  /frameworks/base/libs/input/
SpriteController.h 184 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
199 int32_t surfaceHeight;
241 mLocked.state.surfaceHeight = height;
SpriteController.cpp 140 update.state.surfaceHeight = update.state.icon.bitmap.height();
144 update.state.surfaceWidth, update.state.surfaceHeight);
160 || update.state.surfaceHeight < desiredHeight) {
169 status, update.state.surfaceWidth, update.state.surfaceHeight,
173 update.state.surfaceHeight = desiredHeight;
336 update.state.surfaceWidth, update.state.surfaceHeight,
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 164 int surfaceHeight,
170 , m_surfaceHeight (surfaceHeight)
210 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
218 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
227 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
vktPipelineReferenceRenderer.hpp 227 int surfaceHeight,
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceTextureHelperTest.java 135 assertEquals(eglOesBase.surfaceHeight(), height);
202 assertEquals(eglOesBase.surfaceHeight(), height);
382 assertEquals(eglBase.surfaceHeight(), height);
GlRectDrawerTest.java 236 assertEquals(eglBase.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;
949 mVideoFormatInfo.surfaceHeight,
966 mVideoFormatInfo.surfaceHeight = mVideoFormatInfo.height;
975 mVideoFormatInfo.surfaceHeight,
993 mVideoFormatInfo.surfaceHeight,
1003 mVideoFormatInfo.surfaceHeight,
    [all...]
VideoDecoderDefs.h 209 uint32_t surfaceHeight;
VideoDecoderMPEG2.cpp 133 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
VideoDecoderWMV.cpp 135 || (mVideoFormatInfo.height > mVideoFormatInfo.surfaceHeight);
  /frameworks/rs/
rsProgramVertex.cpp 220 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
223 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/core/java/android/view/
SurfaceView.java 598 final int surfaceHeight = mSurfaceFrame.bottom;
600 || mLastSurfaceHeight != surfaceHeight;
602 mLastSurfaceHeight = surfaceHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 211 int surfaceHeight = Math.max(displayInfo.logicalHeight, mBackgroundHeight);
217 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
219 mLastRequestedHeight = surfaceHeight;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 98 int surfaceHeight;
467 EGL_HEIGHT, config.surfaceHeight,
1025 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1111 basicConfig.surfaceHeight = 256;
    [all...]

Completed in 2074 milliseconds

1 2