HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 126 - 150 of 595) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 38 int pr_client_socket_id, cam_dimension_t dimension,
55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 38 int pr_client_socket_id, cam_dimension_t dimension,
55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.cpp 171 int32_t dimension = std::min(dimensionRight, dimensionTop); local
173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension));
257 int32_t dimension) {
258 FX_FLOAT corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimension;
264 corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimension;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
__init__.py 107 def build_dimension_param(self, dimension, params):
110 for dim_name in dimension:
111 dim_value = dimension[dim_name]
211 :param dimensions: A dictionary of dimension key/values where
212 the key is the dimension name and the value
215 dimension.
258 the dictionary is the name of a Dimension. The value in
259 the dictionary is either a scalar value of that Dimension
261 metrics with that Dimension name. To be included in the
264 the requested metrics. The Dimension names, and values mus
    [all...]
  /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 128 * Return the number of stored values for the default dimension
130 * @return the number of stored values for the default dimension
140 * Return the number of stored values for the given dimension.
142 * @param dim_id The id of the dimension (see {@link Dim#getId()})
143 * @return the number of stored values for the given dimension
187 * Returns the standard deviation of the default dimension computed
200 * Returns the standard deviation of the given dimension computed
203 * @param dim_id The id of the dimension (see {@link Dim#getId()})
240 * Return the index of the dimension corresponding to the given
241 * dimension id (see {@link Dim#getId()}
460 Dim dimension = (Dim) PerformanceTestPlugin.getDimension(dim_id); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 557 * Adds padding to an existing dimension.
574 * @param s the dimension value from an XML attribute
614 // We only support dimension-type values, so try to parse the unit for dimension
615 DimensionEntry dimension = parseDimension(end); local
616 if (dimension != null) {
619 switch (dimension.type) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseFieldVector.java 44 /** Dimension of the vector. */
63 * Construct a (dimension)-length vector of zeros.
65 * @param dimension Size of the vector
67 public SparseFieldVector(Field<T> field, int dimension) {
69 virtualSize = dimension;
88 * @param dimension The size of the vector
91 public SparseFieldVector(Field<T> field, int dimension, int expectedSize) {
93 virtualSize = dimension;
558 * Check if instance dimension is equal to some expected value.
561 * expected dimension
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DeprecatedAPIChecker.java 447 int dimension = idx; local
448 char sigChar = tName.charAt(dimension);
453 elemType = tName.substring(dimension + 1, tName.length() - 1);
469 for (int i = 0; i < dimension; i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h 154 int cloog_domain_lazy_isconstant(CloogDomain *domain, int dimension,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
domain.h 154 int cloog_domain_lazy_isconstant(CloogDomain *domain, int dimension,
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 302 const char* getTestDimensionName (TestDimension dimension)
317 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension);
323 TestDimension dimension; member in struct:vkt::wsi::__anon9054::TestParameters
327 , dimension (dimension_)
332 , dimension (TEST_DIMENSION_LAST)
337 TestDimension dimension,
368 switch (dimension)
536 TestDimension dimension,
551 return generateSwapchainParameterCases(wsiType, dimension, capabilities, formats, presentModes);
560 const vector<VkSwapchainCreateInfoKHR> cases (generateSwapchainParameterCases(params.wsiType, params.dimension, instHelper.vki, devHelper.physicalDevice, *surface))
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names.cpp 339 static const unsigned dimension = 3; member in struct:PR11421::X
340 template<unsigned dim=dimension>
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
ColorCutQuantizer.java 35 * The color space is represented as a 3-dimensional cube with each dimension being an RGB
292 * Split this color box at the mid-point along it's longest dimension
301 // find median along the longest dimension
314 * @return the dimension which this box is largest in
333 * This is calculated by finding the longest color dimension, and then sorting the
334 * sub-array based on that dimension value in each color. The colors are then iterated over
335 * until a color is found with at least the midpoint of the whole box's dimension midpoint.
344 // We need to sort the colors in this box based on the longest color dimension.
346 // it's most significant is the desired dimension
401 static void modifySignificantOctet(final int[] a, final int dimension,
    [all...]
  /system/tools/aidl/
ast_java.h 89 int dimension = 0; member in struct:android::aidl::java::Variable
93 Variable(const Type* type, const std::string& name, int dimension);
ast_java.cpp 95 : type(t), name(n), dimension(0) {}
98 : type(t), name(n), dimension(d) {}
102 for (int i = 0; i < this->dimension; i++) {
  /external/libchrome/base/strings/
string_util.cc 680 size_t dimension = 0; local
683 dimension < arraysize(kByteStringsUnlocalized) - 1) {
685 dimension++;
689 if (bytes != 0 && dimension > 0 && unit_amount < 100) {
691 kByteStringsUnlocalized[dimension]);
694 kByteStringsUnlocalized[dimension]);
    [all...]
  /frameworks/rs/api/
rs_allocation_create.spec 79 arg: uint32_t dimX, "Size along the X dimension"
80 arg: uint32_t dimY, "Size along the Y dimension"
81 arg: uint32_t dimZ, "Size along the Z dimension"
89 dimX specifies the size of the X dimension.
91 dimY, if present and non-zero, indicates that the Y dimension is present and
94 dimZ, if present and non-zero, indicates that the Z dimension is present and
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 478 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension()); local
479 const std::string texelCoordStr = (dimension == 1 ? "gx" : dimension == 2 ? "ivec2(gx, gy)" : dimension == 3 ? "ivec3(gx, gy, gz)" : "");
917 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension()); local
    [all...]
  /external/ImageMagick/www/api/
image-view.php 103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
wand-view.php 103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
  /external/ImageMagick/coders/
sgi.c 83 dimension,
338 iris_info.dimension=ReadBlobMSBShort(image);
944 iris_info.dimension=3;
954 iris_info.dimension=2;
970 (void) WriteBlobMSBShort(image,iris_info.dimension);
81 dimension, member in struct:_SGIInfo
    [all...]
  /external/eigen/lapack/
slarfg.f 76 *> X is REAL array, dimension
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 124 int dimension = validDescriptors.cols; local
128 DistanceType dist = distance( validDescriptors.ptr<ValueType>(y), calcDescriptors.ptr<ValueType>(y), dimension );
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
PsipData.java 491 public RegionalRating(int dimension, int rating) {
492 mDimension = dimension;

Completed in 758 milliseconds

1 2 3 4 56 7 8 91011>>