HomeSort by relevance Sort by last modified time
    Searched full:dimension (Results 251 - 275 of 1501) sorted by null

<<11121314151617181920>>

  /external/opencv/cv/src/
cvcondens.cpp 49 // DP - dimension of the dynamical vector
50 // MP - dimension of the measurement vector
108 // DP - dimension of the dynamical vector
109 // MP - dimension of the measurement vector
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ListModes.3 11 Return a pointer to an array of available screen dimensions for the given format and video flags, sorted largest to smallest\&. Returns \fBNULL\fP if there are no dimensions available for a particular format, or \fB-1\fR if any dimension is okay for the given format\&.
  /external/skia/dm/
DMQuiltTask.cpp 9 DEFINE_int32(quiltTile, 16, "Dimension of (square) quilt tile.");
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 61 * Sets the dimension hint for the wallpaper. These hints indicate the desired
  /frameworks/base/core/tests/coretests/res/layout/
zero_sized.xml 28 <View android:id="@+id/dimension"
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 180 v->dimension = arg->type.dimension;
188 if (arg->type.dimension == 0) {
191 else if (arg->type.dimension == 1) {
222 method->type.dimension);
607 if (v->dimension == 0) {
610 if (v->dimension == 1) {
620 if (v->dimension == 0) {
623 if (v->dimension == 1) {
654 "_result", method->type.dimension));
    [all...]
  /hardware/intel/common/libva/va/
va_dec_vp8.h 207 * the token probability array. The outermost dimension is indexed by the
208 * type of plane being decoded; the next dimension is selected by the
209 * position of the coefficient being decoded; the third dimension, * roughly
211 * coefficients are non-zero; the fourth, and final, dimension of the token
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_bundle.h 36 dimension is n and d should point to n allocated doubles of scratch memory
  /packages/apps/Camera2/res/values/
attrs.xml 18 <attr name="listPreferredItemHeightSmall" format="dimension" />
  /packages/apps/Gallery2/res/values/
attrs.xml 18 <attr name="listPreferredItemHeightSmall" format="dimension" />
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_bundle.h 36 dimension is n and d should point to n allocated doubles of scratch memory
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 204 // preview fills up at least 1 dimension
206 // just center. The shorter dimension stays the same while the
207 // longer dimension is cropped
211 // dimension is cropped
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
99 // Sort out which dimension to scale, if either can be. There are 9 combinations of
112 // This means keeping one dimension as large as possible and shrinking the other
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
99 // Sort out which dimension to scale, if either can be. There are 9 combinations of
112 // This means keeping one dimension as large as possible and shrinking the other
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
99 // Sort out which dimension to scale, if either can be. There are 9 combinations of
112 // This means keeping one dimension as large as possible and shrinking the other
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 91 /* src img dimension */
94 /* jpeg output dimension */
150 /* main image dimension */
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 422 /* set_parm will return corrected dimension based on aspect ratio and
1437 cam_ctrl_dimension_t dimension; local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
transfer_buffer.cc 109 static unsigned int ComputePOTSize(unsigned int dimension) {
110 return (dimension == 0) ? 0 : 1 << base::bits::Log2Ceiling(dimension);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameViewAutoSizeInfo.cpp 99 // Check to see if a scrollbar is needed for a given dimension and
100 // if so, increase the other dimension to account for the scrollbar.
102 // dimension exceeds the maximum, there is no need to increase it further.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDimensionTest.cpp 40 void PrintTo(const HTMLDimension& dimension, ::std::ostream* os)
42 *os << "HTMLDimension => type: " << dimension.type() << ", value=" << dimension.value();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
FontView.js 122 var dimension = this._measureElement();
124 const height = dimension.height;
125 const width = dimension.width;
  /external/chromium_org/third_party/polymer/components/core-splitter/
core-splitter.html 115 this.dimension = this.horizontal ? 'height' : 'width';
129 this.size = parseInt(getComputedStyle(this.target)[this.dimension]);
137 this.target.style[this.dimension] =
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 22 * \param _AmbientDim the dimension of the ambient space, can be a compile time value or Dynamic.
40 /** Constructs a null box with \a _dim the dimension of the ambient space. */
52 /** \returns the dimension in which the box holds */
  /external/eigen/blas/
drotm.f 34 * DX (input/output) DOUBLE PRECISION array, dimension N
40 * DY (input/output) DOUBLE PRECISION array, dimension N
46 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5
srotm.f 35 * SX (input/output) REAL array, dimension N
41 * SY (input/output) REAL array, dimension N
47 * SPARAM (input/output) REAL array, dimension 5

Completed in 2901 milliseconds

<<11121314151617181920>>