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

  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 64 boolean inTransaction, int originalWidth, int originalHeight, int originalRotation) {
72 mHeight = originalWidth;
74 mWidth = originalWidth;
79 mOriginalWidth = originalWidth;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 233 int originalWidth = frame->width(plane);
234 visibleWidth = originalWidth - 2;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 479 int originalWidth = 0, originalHeight = 0;
488 || !gst_video_format_parse_caps(caps, 0, &originalWidth, &originalHeight)
498 LOG_VERBOSE(Media, "Original video size: %dx%d", originalWidth, originalHeight);
502 displayWidth = originalWidth * pixelAspectRatioNumerator;
515 } else if (!(originalWidth % displayWidth)) {
517 height = gst_util_uint64_scale_int(originalWidth, displayHeight, displayWidth);
518 width = static_cast<guint64>(originalWidth);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 387 milliseconds