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

  /frameworks/base/libs/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight;
238 mLocked.state.surfaceHeight = height;
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,
  /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;
  /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/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/skia/src/gpu/gl/
GrGLGpu.cpp 542 int surfaceHeight,
552 SkIRect bounds = SkIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 396 milliseconds