Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/rs/script_api/include/
Drs_for_each.rsh73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
77 uint32_t xStart; // Starting index in the X dimension.
78 uint32_t xEnd; // Ending index (exclusive) in the X dimension.
79 uint32_t yStart; // Starting index in the Y dimension.
80 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
81 uint32_t zStart; // Starting index in the Z dimension.
82 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
83 uint32_t arrayStart; // Starting index in the Array0 dimension.
84 uint32_t arrayEnd; // Ending index (exclusive) in the Array0 dimension.
85 uint32_t array1Start; // Starting index in the Array1 dimension.
[all …]
Drs_object_info.rsh79 * Use rsGetDimHasFaces() to get the dimension of a currently running kernel.
92 * Use rsGetDimLod() to get the dimension of a currently running kernel.
100 * rsAllocationGetDimX: Size of the X dimension
102 * Returns the size of the X dimension of the Allocation.
104 * Use rsGetDimX() to get the dimension of a currently running kernel.
106 * Returns: X dimension of the Allocation.
112 * rsAllocationGetDimY: Size of the Y dimension
114 * Returns the size of the Y dimension of the Allocation. If the Allocation has less
117 * Use rsGetDimY() to get the dimension of a currently running kernel.
119 * Returns: Y dimension of the Allocation.
[all …]
Drs_allocation_create.rsh83 * dimX specifies the size of the X dimension.
85 * dimY, if present and non-zero, indicates that the Y dimension is present and
88 * dimZ, if present and non-zero, indicates that the Z dimension is present and
99 * dimX: Size along the X dimension
100 * dimY: Size along the Y dimension
101 * dimZ: Size along the Z dimension
/frameworks/rs/script_api/
Drs_for_each.spec83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
236 summary: Index in the Array0 dimension for the specified kernel context
238 Returns the index in the Array0 dimension of the cell being processed, as specified
254 This function returns 0 if the Array0 dimension is not present.
262 summary: Index in the Array1 dimension for the specified kernel context
264 Returns the index in the Array1 dimension of the cell being processed, as specified
267 Returns 0 if the Array1 dimension is not present.
275 summary: Index in the Array2 dimension for the specified kernel context
277 Returns the index in the Array2 dimension of the cell being processed,
281 Returns 0 if the Array2 dimension is not present.
[all …]
Drs_allocation_create.spec89 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
/frameworks/base/core/java/com/android/internal/ml/clustering/
DKMeans.java65 int dimension = inputData[0].length; in predict() local
69 Mean m = new Mean(dimension); in predict()
70 for (int j = 0; j < dimension; j++) { in predict()
124 final int dimension = inputData[0].length; in checkDataSetSanity() local
127 if (inputData[i] == null || inputData[i].length != dimension) { in checkDataSetSanity()
221 public Mean(int dimension) { in Mean() argument
222 mCentroid = new float[dimension]; in Mean()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DRenderPatch.java45 public RenderPatch(int triangleCount, float dimension, int tessellation) { in RenderPatch() argument
46 mDimension = dimension; in RenderPatch()
87 mVertexBuffer.putFloat((float) (dimension * Math.sin(angle))); in RenderPatch()
88 mVertexBuffer.putFloat((float) (dimension * Math.cos(angle))); in RenderPatch()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto51 // This is intended to be used as a dimension in collecting per-render rate
55 // Note: This stat is not sliced by dimension. It will be duplicated for metrics
56 // using render_rate_bucket as a dimension.
59 // Note: This stat is not sliced by dimension. It will be duplicated for metrics
60 // using render_rate_bucket as a dimension.
63 // Note: This stat is not sliced by dimension. It will be duplicated for metrics
64 // using render_rate_bucket as a dimension.
67 // Note: This stat is not sliced by dimension. It will be duplicated for metrics
68 // using render_rate_bucket as a dimension.
72 // Note: This stat is not sliced by dimension. It will be duplicated for metrics
[all …]
/frameworks/proto_logging/stats/atoms/expresslog/
Dexpresslog_extension_atoms.proto57 // will be used as uid dimension.
70 // will be used as a dimension to represent the bin index
87 // will be used as a dimension to represent the bin index
94 // will be used as uid dimension.
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DEmbeddingTestUtils.java73 final int dimension = (int) ( in getSplitBounds() local
82 TASK_BOUNDS.top + dimension) in getSplitBounds()
85 TASK_BOUNDS.top + dimension, in getSplitBounds()
93 TASK_BOUNDS.left + dimension, in getSplitBounds()
96 TASK_BOUNDS.left + dimension, in getSplitBounds()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh6 // width-by-height is the dimension of a padded image with a margin.
9 // The dimension of the original unpadded image is
/frameworks/compile/slang/tests/F_float3_v13/
Dstderr.txt.expect1 float3_v13.rscript:9:10: error: structs containing vectors of dimension 3 cannot be exported at thi…
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java216 int dimension = a.getDimensionPixelOffset(index, 0); in getInset() local
217 if (dimension != 0) { in getInset()
218 return new InsetValue(0, dimension); in getInset()
395 public InsetValue(float fraction, int dimension) { in InsetValue() argument
397 mDimension = dimension; in InsetValue()
/frameworks/opt/setupwizard/library/
Drules.gradle21 dimension 'compat'
28 dimension 'compat'
/frameworks/av/media/module/codecs/amrwb/enc/inc/
Dqpisf_2s.tab51 * codebook vector dimension number of vectors *
1022 * codebook vector dimension number of vectors *
Dqisf_ns.tab47 * codebook vector dimension number of vectors *
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DDataCallSessionStats.java286 copy.dimension = call.dimension; in copyOf()
320 proto.dimension = RANDOM.nextInt(); in getDefaultProto()
DRcsStats.java394 stat.dimension = RANDOM.nextInt(); in getDefaultSipDelegateStat()
404 newStat.dimension = source.dimension; in copyOf()
1667 + " [" + stat.dimension + "]" in printAllMetrics()
/frameworks/base/core/tests/coretests/src/android/view/
DZeroSizedTest.java46 mWithDimension = activity.findViewById(R.id.dimension); in setUp()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardLayout.java614 float dimension = mPartnerConfigHelper.getDimension( in setButtonTextSize() local
617 if (dimension != 0) { in setButtonTextSize()
618 button.setTextSize(TypedValue.COMPLEX_UNIT_PX, dimension); in setButtonTextSize()
DCarSetupWizardBaseLayout.java814 float dimension = mPartnerConfigHelper.getDimension( in setButtonTextSize() local
817 if (dimension != 0) { in setButtonTextSize()
818 button.setTextSize(TypedValue.COMPLEX_UNIT_PX, dimension); in setButtonTextSize()
/frameworks/base/core/java/com/android/internal/graphics/palette/
DColorCutQuantizer.java411 static void modifySignificantOctet(final int[] a, final int dimension, in modifySignificantOctet() argument
413 switch (dimension) { in modifySignificantOctet()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp265 size_t dimension; in ProfileLevelSetter() member
280 size_t dimension = std::max(size.v.width, size.v.height); in ProfileLevelSetter() local
294 bitrate.v.value <= limit.bitrate && dimension <= limit.dimension) { in ProfileLevelSetter()
/frameworks/base/tools/aapt2/
DConfiguration.proto158 // The smallest screen dimension, regardless of orientation, in dp.
/frameworks/proto_logging/stats/atoms/telephony/
Dtelephony_extension_atoms.proto87 // Used as a dimension

12