Searched refs:count (Results 251 - 275 of 1169) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h170 void H264SwDecMemcpy(void *dest, void *src, u32 count);
173 void H264SwDecMemset(void *ptr, i32 value, u32 count);
/frameworks/base/core/java/android/nfc/
H A DApduList.java41 int count = in.readInt();
43 for (int i = 0 ; i < count ; i++) {
/frameworks/base/core/java/android/os/health/
H A DHealthStatsWriter.java92 public void addTimer(int timerId, int count, long time) { argument
96 mTimerCounts[index] = count;
225 int count = 0;
229 count++;
232 return count;
239 int count = 0;
243 count++;
246 return count;
/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSession.aidl34 int index, int count);
/frameworks/base/core/java/android/widget/
H A DCursorFilter.java53 results.count = cursor.getCount();
56 results.count = 0;
H A DSimpleAdapter.java191 final int count = to.length;
193 for (int i = 0; i < count; i++) {
372 results.count = list.size();
377 int count = unfilteredValues.size();
379 ArrayList<Map<String, ?>> newValues = new ArrayList<Map<String, ?>>(count);
381 for (int i = 0; i < count; i++) {
406 results.count = newValues.size();
416 if (results.count > 0) {
H A DDayPickerViewPager.java62 int count = getChildCount();
72 for (int i = 0; i < count; i++) {
108 count = mMatchParentChildren.size();
109 if (count > 1) {
110 for (int i = 0; i < count; i++) {
H A DFilter.java194 public int count; field in class:Filter.FilterResults
205 * @param count the number of values computed by the filter
207 public void onFilterComplete(int count); argument
284 int count = args.results != null ? args.results.count : -1;
285 args.listener.onFilterComplete(count);
/frameworks/base/core/java/com/android/internal/midi/
H A DMidiConstants.java85 * @param count
89 int count) {
92 for (int i = 0; i < count; i++) {
88 isAllActiveSensing(byte[] msg, int offset, int count) argument
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DPaintTest.java45 final int count = end - start;
46 final float[][] advanceArrays = new float[4][count];
52 final float advance_c = p.getTextRunAdvances(chars, start, count, contextStart,
56 for (int c = 1; c < count; ++c) {
67 count - c, contextStart, contextEnd - contextStart, isRtl,
74 for (int j = 0; j < count; j++) {
85 final float[] widths = new float[count];
87 for (int i = 0; i < count; i++) {
/frameworks/base/libs/hwui/
H A DPathTessellator.h85 * @param count The number of floats making up the point vertices
91 static void tessellatePoints(const float* points, int count, const SkPaint* paint,
99 * @param count The number of floats making up the line vertices
105 static void tessellateLines(const float* points, int count, const SkPaint* paint,
/frameworks/base/location/java/com/android/internal/location/
H A DProviderRequest.java53 int count = in.readInt();
54 for (int i = 0; i < count; i++) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java81 public void setDimensionCount(int count) { argument
82 mDimensions = new int[count];
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DNewLayersActivity.java65 int count = canvas.saveLayer(0.0f, 0.0f, 200.0f, 100.0f, mLayerPaint, saveFlags);
74 canvas.restoreToCount(count);
H A DTextPathActivity.java71 int count = text.length();
72 mHugePaint.getTextPath(text, 0, count, 0, 0, path);
/frameworks/base/tools/aapt2/
H A DNameMangler.h52 mPolicy.packagesToMangle.count(name.package) == 0) {
67 return mPolicy.packagesToMangle.count(package) != 0;
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanResult.java83 int count = in.readInt();
84 while (count-- > 0) {
/frameworks/native/include/gui/
H A DBufferItem.h41 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
42 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
/frameworks/native/include/ui/
H A DFence.h99 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
100 status_t unflatten(void const*& buffer, size_t& size, int const*& fds, size_t& count);
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.cpp32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count) argument
34 for (size_t i=0 ; i<count ; i++) {
H A DGravitySensor.cpp32 GravitySensor::GravitySensor(sensor_t const* list, size_t count) { argument
33 for (size_t i=0 ; i<count ; i++) {
H A DLinearAccelerationSensor.cpp32 LinearAccelerationSensor::LinearAccelerationSensor(sensor_t const* list, size_t count) : argument
33 mGravitySensor(list, count) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java54 results.count = cursor.getCount();
57 results.count = 0;
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcess.h181 size_t count,
197 for (size_t i = 0; i < count; ++i) {
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP);
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP);
221 for (size_t i = 0; i < count; ++i) {
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
233 for (size_t i = 0; i < count; ++i) {
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
237 mac(l, TFUNC::interpolaten(coefsN[count], coefs
180 ProcessBase(TO* const out, size_t count, const TC* coefsP, const TC* coefsN, const TI* sP, const TI* sN, TINTERP lerpP, const TO* const volumeLR) argument
251 ProcessL(TO* const out, int count, const TC* coefsP, const TC* coefsN, const TI* sP, const TI* sN, const TO* const volumeLR) argument
297 Process(TO* const out, int count, const TC* coefsP, const TC* coefsN, const TC* coefsP1 __unused, const TC* coefsN1 __unused, const TI* sP, const TI* sN, TINTERP lerpP, const TO* const volumeLR) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock.c203 OMX_U8 x,y,count,index; local
206 for (y = 0, count = 0, index = 0; y < 8; y++,index += (srcStep -8), count += (dstStep - 8))
208 for (x = 0; x < 8; x++, count++,index++)
210 pDst[count] = pSrc[index];

Completed in 3507 milliseconds

<<11121314151617181920>>