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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
MutableFrameFormat.java 52 public void setDimensions(int[] dimensions) {
53 mDimensions = (dimensions == null) ? null : Arrays.copyOf(dimensions, dimensions.length);
58 int[] dimensions = new int[1]; local
59 dimensions[0] = size;
60 mDimensions = dimensions;
65 int[] dimensions = new int[2]; local
66 dimensions[0] = width;
67 dimensions[1] = height
73 int[] dimensions = new int[3]; local
    [all...]
  /external/chromium_org/remoting/host/
screen_resolution.cc 19 ScreenResolution::ScreenResolution(const webrtc::DesktopSize& dimensions,
21 : dimensions_(dimensions),
23 // Check that dimensions are not negative.
24 DCHECK(!dimensions.is_empty() || dimensions.equals(webrtc::DesktopSize()));
34 // Scale the screen dimensions to new DPI.
47 return dimensions_.equals(other.dimensions()) && dpi_.equals(other.dpi());
screen_resolution.h 14 // Describes a screen's dimensions and DPI.
18 ScreenResolution(const webrtc::DesktopSize& dimensions,
21 // Returns the screen dimensions scaled according to the passed |new_dpi|.
25 // Dimensions of the screen in pixels.
26 const webrtc::DesktopSize& dimensions() const { return dimensions_; } function in class:remoting::ScreenResolution
35 // Returns true if the dimensions and DPI of the two resolutions match.
resizing_host_observer.cc 34 if ((candidate.dimensions().width() > preferred.dimensions().width()) ||
35 (candidate.dimensions().height() > preferred.dimensions().height())) {
37 static_cast<float>(preferred.dimensions().width()) /
38 candidate.dimensions().width();
40 static_cast<float>(preferred.dimensions().height()) /
41 candidate.dimensions().height();
55 static_cast<float>(candidate.dimensions().width()) /
56 candidate.dimensions().height()
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values-sw720dp-land/
dimens.xml 2 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/res/values/values-sw720dp-land/
dimens.xml 2 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
  /developers/build/templates/CardStream/_MODULE_/src/template/res/values-sw720dp-land/
dimens.xml 2 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as