/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/BatchStepSensorSample/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/HorizontalPagingSample/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
|
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/res/values/values-sw720dp-land/ |
dimens.xml | 2 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
|
/development/samples/browseable/HorizontalPaging/res/values/values-sw720dp-land/ |
dimens.xml | 2 <!-- Customize dimensions originally defined in res/values/dimens.xml (such as
|
/development/tutorials/MoarRam/res/values-sw600dp/ |
dimens.xml | 4 Customize dimensions originally defined in res/values/dimens.xml (such as
|
/development/tutorials/MoarRam/res/values-sw720dp-land/ |
dimens.xml | 4 Customize dimensions originally defined in res/values/dimens.xml (such as
|
/external/chromium/chrome/browser/userfeedback/proto/ |
math.proto | 12 // 2D Dimensions. 13 message Dimensions {
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
ArraySerializer.java | 55 int[] dimensions = new int[depth]; local 56 dimensions[0] = Array.getLength(array); 57 if (depth > 1) collectDimensions(array, 1, dimensions); 58 return dimensions; 61 private void collectDimensions (Object array, int dimension, int[] dimensions) { 62 boolean elementsAreArrays = dimension < dimensions.length - 1; 66 dimensions[dimension] = Math.max(dimensions[dimension], Array.getLength(element)); 67 if (elementsAreArrays) collectDimensions(element, dimension + 1, dimensions); 76 int[] dimensions = new int[dimensionCount] [all...] |
/external/chromium_org/chrome/android/java/res/values/ |
dimens.xml | 9 <!-- Certificate Viewer Dimensions --> 12 <!-- Custom Menu dimensions --> 20 <!-- Menu button dragging related dimensions -->
|
/external/chromium_org/chrome/browser/feedback/proto/ |
math.proto | 13 // 2D Dimensions. 14 message Dimensions {
|
/external/skia/tools/tests/skdiff/identical-bits/output-expected/ |
stdout | 8 [_] 0 file pairs have identical dimensions but some differing pixels 9 [_] 0 file pairs have differing dimensions
|
/external/skia/tools/tests/skdiff/identical-bits-or-pixels/output-expected/ |
stdout | 8 [_] 0 file pairs have identical dimensions but some differing pixels 9 [_] 0 file pairs have differing dimensions
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
TransformUtils.java | 41 public static FrameImage2D makeMipMappedFrame(FrameImage2D current, int[] dimensions) { 44 int[] pow2Dims = new int[] { powOf2(dimensions[0]), powOf2(dimensions[1]) }; 49 } else if (!Arrays.equals(dimensions, current.getDimensions())) { 55 public static FrameImage2D makeTempFrame(FrameImage2D current, int[] dimensions) { 59 current = Frame.create(imageType, dimensions).asFrameImage2D(); 60 } else if (!Arrays.equals(dimensions, current.getDimensions())) { 61 current.resize(dimensions);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ImageCanvas.java | 27 * Dimensions holds the desired width, height, and scale for a bitmap being 30 public static class Dimensions { 39 public Dimensions() { 42 public Dimensions(int w, int h, float s) { 56 * to whatever {@link #getDesiredDimensions(Object, Dimensions)} reported when the 70 * Outputs the desired dimensions that the object with key 'id' would like to be drawn to. 73 * @param outDim caller-allocated {@link Dimensions} object to house the result 75 void getDesiredDimensions(Object key, Dimensions outDim);
|
/frameworks/av/media/libeffects/testlibs/ |
AudioCoefInterpolator.h | 38 // nInDims Number of input dimensions (limited to MAX_IN_DIMS). 41 // nOutDims Number of output dimensions (limited to MAX_OUT_DIMS). 57 // Maximum allowed number of input dimensions. 59 // Maximum allowed number of output dimensions. 62 // Number of input dimensions. 64 // Number of input dimensions. 69 // Number of output dimensions. 75 // The recursion depth is the number of input dimensions. 77 // by two recursive calls to this method for the next dimensions. We then 81 // dimensions [all...] |
/external/chromium_org/chrome/android/java/res/values-hdpi/ |
dimens.xml | 9 <!-- Custom Menu dimensions -->
|
/external/chromium_org/chrome/android/java/res/values-xhdpi/ |
dimens.xml | 9 <!-- Custom Menu dimensions -->
|
/external/chromium_org/chrome_frame/infobars/internal/ |
displaced_window_manager.h | 17 // requested dimensions. 18 // 2) Allows the client to request a recalculation of the window's dimensions 26 // Triggers an immediate re-evaluation of the dimensions of the displaced 28 // natural dimensions of the displaced window.
|
host_window_manager.h | 17 // modify the child window's requested dimensions. 19 // dimensions (resulting in a callback as in [2]). 28 // Triggers an immediate re-evaluation of the dimensions of the displaced 30 // natural dimensions of the displaced window.
|
/external/chromium_org/content/public/android/java/res/values/ |
dimens.xml | 9 <!-- Link Preview dimensions -->
|