HomeSort by relevance Sort by last modified time
    Searched full:dimensions (Results 101 - 125 of 1870) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 56 Size dimensions,
67 mDimensions = dimensions;
123 * Dimensions of this item.
168 sb.append(",dimensions:");
261 public Builder withDimensions(Size dimensions) {
262 mDimensions = dimensions;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 37 // Dimensions information
38 Dim[] dimensions; field in class:BuildResults
212 * Returns the dimensions supported for the current build.
214 * @return An array of dimensions.
217 return this.dimensions;
244 if (this.dimensions == null) return -1;
245 int length = this.dimensions.length;
247 if (this.dimensions[i] == null) break;
248 if (this.dimensions[i].getId() == dim_id) {
407 this.dimensions = new Dim[length]
    [all...]
DB_Results.java 218 * The list of all the dimensions stored in the database.
220 private static int[] DIMENSIONS;
229 * The list of all the dimensions displayed while generating results.
375 DIMENSIONS = null;
561 * Get all dimensions read from the database.
563 * @return A list of dimensions.
566 if (DIMENSIONS == null) return NO_DIMENSION;
567 int length = DIMENSIONS.length;
568 Dim[] dimensions = new Dim[length];
570 Dimension dimension = PerformanceTestPlugin.getDimension(DIMENSIONS[i])
    [all...]
  /external/mesa3d/src/mesa/main/
texgetimage.c 75 get_tex_depth(struct gl_context *ctx, GLuint dimensions,
101 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels,
125 get_tex_depth_stencil(struct gl_context *ctx, GLuint dimensions,
146 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels,
170 get_tex_ycbcr(struct gl_context *ctx, GLuint dimensions,
191 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels,
223 get_tex_rgba_compressed(struct gl_context *ctx, GLuint dimensions,
300 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels,
317 get_tex_rgba_uncompressed(struct gl_context *ctx, GLuint dimensions,
383 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels
537 GLuint dimensions; local
704 const GLuint dimensions = (target == GL_TEXTURE_3D) ? 3 : 2; local
    [all...]
  /frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd 14 <li><a href="#read-bitmap">Read Bitmap Dimensions and Type</a></li>
42 <h2 id="read-bitmap">Read Bitmap Dimensions and Type</h2>
60 dimensions and type of the image data prior to construction (and memory allocation) of the
72 <p>To avoid {@code java.lang.OutOfMemory} exceptions, check the dimensions of a bitmap before
78 <p>Now that the image dimensions are known, they can be used to decide if the full image should be
86 <li>Dimensions of the target {@link android.widget.ImageView} or UI component that the image
143 // First decode with inJustDecodeBounds=true to check dimensions
  /frameworks/av/include/camera/
CameraParameters2.h 70 // Set the dimensions in pixels to the given width and height
72 // of the supported dimensions returned from
76 // Retrieve the current dimensions (width and height)
78 // supported dimensions returned from getSupportedVideoSizes().
82 // Retrieve a Vector of supported dimensions (width and height)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DecompositionSolver.java 43 * @exception IllegalArgumentException if matrices dimensions don't match
54 * @exception IllegalArgumentException if matrices dimensions don't match
65 * @exception IllegalArgumentException if matrices dimensions don't match
FieldDecompositionSolver.java 45 * @exception IllegalArgumentException if matrices dimensions don't match
56 * @exception IllegalArgumentException if matrices dimensions don't match
67 * @exception IllegalArgumentException if matrices dimensions don't match
  /external/ceres-solver/internal/ceres/
conditioned_cost_function.cc 44 // This cost function has the same dimensions (parameters, residuals) as
53 // Set up our dimensions.
58 // Sanity-check the conditioners' dimensions.
  /external/webp/src/utils/
rescaler.h 33 int src_width, src_height; // source dimensions
34 int dst_width, dst_height; // destination dimensions
40 // Initialize a rescaler given scratch area 'work' and dimensions of src & dst.
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 104 * Selects the preview buffer dimensions that are closest in size to the
110 // Swap dimensions if the device is not in its natural orientation.
112 // Swap dimensions if the device's natural orientation doesn't match
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 162 * Makes the upper 2x2 a scale matrix of given dimensions
174 * Sets current values to be a scale matrix of given dimensions
189 * dimensions
264 * post-multiplying it with a scale matrix of given dimensions
277 * scale matrix of given dimensions
291 * translation matrix of given dimensions
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 165 * Makes the upper 2x2 a scale matrix of given dimensions
177 * Sets current values to be a scale matrix of given dimensions
192 * dimensions
267 * post-multiplying it with a scale matrix of given dimensions
280 * scale matrix of given dimensions
294 * translation matrix of given dimensions
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java 41 // Get the dimensions of the bitmap
52 // Get the dimensions of the bitmap
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
BitmapHelper.java 41 // Get the dimensions of the bitmap
52 // Get the dimensions of the bitmap
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
BitmapHelper.java 41 // Get the dimensions of the bitmap
52 // Get the dimensions of the bitmap
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 27 * A potentially expensive operation to crop the given Bitmap so that it fills the given dimensions. This operation
28 * is significantly less expensive in terms of memory if a mutable Bitmap with the given dimensions is passed in
31 * @param recycled A mutable Bitmap with dimensions width and height that we can load the cropped portion of toCrop
76 * An expensive operation to resize the given Bitmap down so that it fits within the given dimensions maintain
83 * @return A new Bitmap shrunk to fit within the given dimensions, or toFit if toFit's width or height matches the
84 * given dimensions and toFit fits within the given dimensions
252 * @param pool A pool that may or may not contain an image of the necessary dimensions.
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp2.txt 9 > The arrays with size lists the dimensions and the type in a single list.
14 > It is too confusing to have a list of 3 things, some of which are dimensions
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
MultiANewArrayInsnNode.java 50 * Number of dimensions of the array to allocate.
58 * @param dims number of dimensions of the array to allocate.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 39 * Set up a stream for formats that have 2 dimensions, such as RAW and YUV.
47 * dimensions, such as compressed JPEG.
  /frameworks/base/core/java/android/transition/
PathMotion.java 28 * have these motions move in a curve can change how Views interpolate in two dimensions
48 * <code>(endX, endY)</code>. This allows controlled curved motion along two dimensions.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 115 public abstract Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize);
135 public Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize) {
173 public Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize) {
179 && dimensionsCompatible(backing.getDimensions(), dimensions)
187 //Log.w("FrameManager", "Could not find backing for dimensions " + Arrays.toString(dimensions));
409 Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize) {
410 return mCache.fetchBacking(mode, access, dimensions, elemSize);
PixelUtils.java 59 "Input buffer size does not match given dimensions!");
62 "Output buffer size does not match given dimensions!");
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/src/main/res/values/
template-dimens.xml 19 <!-- Define standard dimensions to comply with Holo-style grids and rhythm. -->
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/res/values/
template-dimens.xml 19 <!-- Define standard dimensions to comply with Holo-style grids and rhythm. -->

Completed in 2747 milliseconds

1 2 3 45 6 7 8 91011>>