Searched
full:dimension (Results
376 -
400 of
1501) sorted by null
<<11121314151617181920>>
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 116 CDBG("Thumbnail Dimension = %dX%d",fmt->width,fmt->height); 129 CDBG("Snapshot Dimension = %dX%d",fmt->width,fmt->height); 141 CDBG("Livesnapshot Dimension = %dX%d",fmt->width,fmt->height); 344 cam_ctrl_dimension_t dimension; 357 dimension.orig_picture_dx = pme->dim.picture_width; 358 dimension.orig_picture_dy = pme->dim.picture_height; 359 dimension.thumbnail_width = pme->dim.ui_thumbnail_width; 360 dimension.thumbnail_height = pme->dim.ui_thumbnail_height; 361 dimension.main_img_format = pme->dim.main_img_format; 362 dimension.thumb_format = pme->dim.thumb_format [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/ui/ |
PerformanceResultsPreferencePage.java | 243 // Default dimension layout 244 tooltip = new StringBuffer("Select the default dimension which will be used for performance results\n"); 245 tooltip.append("When changed, the new selected dimension is automatically added to the dimensions list below..."); 248 createLabel(compositeDefaultDimension, "Default dimension: ", false); 255 tooltip.append("When changed, the default dimension above is automatically added to the new list..."); 560 // Init default default dimension 630 // Init default dimension 723 // Add default dimension to results if necessary 730 // Default dim is already set as a results dimension, hence nothing has to be done 739 // Add default dimension to results if necessar [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-swing.jar | |
/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/aac/libSBRdec/src/ |
sbr_ram.cpp | 110 Dimension: (8) */ 113 Dimension: (8) */ 117 Dimension: #(8) * (#QMF_FILTER_STATE_SYN_SIZE-#(64)) */
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaFragmentURIParser.cpp | 187 // occurs multiple times, only the last occurrence of that dimension is used: 189 // Multiple occurrences of the same dimension: only the last valid occurrence of a dimension
|
/external/eigen/Eigen/src/Core/ |
DiagonalMatrix.h | 114 * \param SizeAtCompileTime the dimension of the matrix, or Dynamic 115 * \param MaxSizeAtCompileTime the dimension of the matrix, or Dynamic. This parameter is optional and defaults 161 /** Constructs a diagonal matrix with given dimension */
|
Ref.h | 27 * \tparam StrideType optionally specifies strides. By default, Ref implies a contiguous storage along the inner dimension (inner stride==1), 28 * but accept a variable outer stride (leading dimension). 45 * the possibility to have a constant space inbetween each column, i.e.: the inner stride mmust be equal to 1, but the outer-stride (or leading dimension),
|
/external/eigen/blas/ |
chpmv.f | 46 * AP - COMPLEX array of DIMENSION at least 62 * X - COMPLEX array of dimension at least 78 * Y - COMPLEX array of dimension at least
|
dspmv.f | 46 * AP - DOUBLE PRECISION array of DIMENSION at least 60 * X - DOUBLE PRECISION array of dimension at least 76 * Y - DOUBLE PRECISION array of dimension at least
|
sspmv.f | 46 * AP - REAL array of DIMENSION at least 60 * X - REAL array of dimension at least 76 * Y - REAL array of dimension at least
|
zhpmv.f | 46 * AP - COMPLEX*16 array of DIMENSION at least 62 * X - COMPLEX*16 array of dimension at least 78 * Y - COMPLEX*16 array of dimension at least
|
/external/eigen/unsupported/Eigen/src/BVH/ |
KdBVH.h | 58 * \param _Dim The dimension of the space in which the hierarchy lives 173 struct VectorComparator //compares vectors, or, more specificall, VIPairs along a particular dimension 181 //This routine partitions the objCenters in [from, to) along the dimension dim, recursively constructs
|
/frameworks/base/rs/java/android/renderscript/ |
Script.java | 423 * Set the X range. If the end value is set to 0 the X dimension is not 441 * Set the Y range. If the end value is set to 0 the Y dimension is not 459 * Set the Z range. If the end value is set to 0 the Z dimension is not
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 77 // now opts.outWidth and opts.outHeight are the dimension of the
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
BitmapUtils.java | 86 * dimension (width or height).
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_intf.h | 151 /* dimension and supported output format of raw dump from camif */ 378 cam_dimension_t input; /* input dimension of the image */ 379 cam_dimension_t output; /* output dimension of the image */ 409 /* image dimension */ [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
WorkSpaceView.java | 99 this.setPreferredSize(new Dimension(900, 500));
|
/external/ceres-solver/examples/ |
helloworld_analytic_diff.cc | 62 // has 1 dimension, there is only 1 element to fill in the
|
/external/ceres-solver/include/ceres/internal/ |
autodiff.h | 65 // appropriately for each dimension of x: 79 // to take the derivative of y separately with respect to each dimension of x. 154 // Extends src by a 1st order pertubation for every dimension and puts it in 203 // C++0x). N0 through N5 are the dimension of the input arguments to
|
/external/ceres-solver/internal/ceres/ |
solver_impl_test.cc | 53 // A 4-dimension axis-aligned quadratic.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
NullAwViewMethods.java | 46 // and using the last measured dimension is the best we can do.
|
/external/chromium_org/ash/desktop_background/ |
wallpaper_resizer.cc | 63 // The dimension with the smallest ratio must be cropped, the other
|
Completed in 2443 milliseconds
<<11121314151617181920>>