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

  /frameworks/rs/
rsProgramVertex.cpp 221 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/libs/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight;
238 mLocked.state.surfaceHeight = height;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 260 int surfaceHeight = mGraphicBufferParam.graphicBufferHeight;
265 extActualBufferHeightStride = surfaceHeight;
284 surfExtBuf->height = surfaceHeight;
285 surfExtBuf->data_size = surfaceStride * surfaceHeight * 1.5;
292 surfExtBuf->offsets[1] = surfaceStride * surfaceHeight;
312 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;
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 96 int surfaceHeight;
480 EGL_HEIGHT, config.surfaceHeight,
1041 log << TestLog::Message << "Surface size: " << config.surfaceWidth << "x" << config.surfaceHeight << TestLog::EndMessage;
1127 basicConfig.surfaceHeight = 256;
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 542 final int surfaceHeight = mSurfaceFrame.bottom;
544 || mLastSurfaceHeight != surfaceHeight;
546 mLastSurfaceHeight = surfaceHeight;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 206 uint32_t surfaceHeight;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 206 int surfaceHeight = Math.max(p.y, mBackgroundHeight);
213 if (surfaceWidth == dw && surfaceHeight == dh) {
222 surfaceHolder.setFixedSize(surfaceWidth, surfaceHeight);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1127 milliseconds