Searched defs:count (Results 151 - 175 of 519) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.cpp64 1. Modified FOR loops to count down.
226 CLOCK CYCLES: (cycle count equation for this function) + (variable
227 used to represent cycle count for each subroutine
229 where: (cycle count variable) = cycle count for [subroutine
347 CLOCK CYCLES: (cycle count equation for this function) + (variable
348 used to represent cycle count for each subroutine
350 where: (cycle count variable) = cycle count for [subroutine
454 CLOCK CYCLES: (cycle count equatio
1126 Word16 count; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c334 void H264SwDecMemcpy(void *dest, void *src, u32 count) argument
336 memcpy(dest, src, count);
349 void H264SwDecMemset(void *ptr, i32 value, u32 count) argument
351 memset(ptr, value, count);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s41 count RN 2 label
149 ;// pack values to count register
158 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
159 ADD count, count, tmp2, LSL #24 ;// loop_y
160 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
161 AND tmp2, count, #0x00F00000 ;// loop_x
175 ADD count, coun
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s42 count RN 2 label
155 ;// pack values to count register
164 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
165 ADD count, count, tmp2, LSL #24 ;// loop_y
166 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
167 AND tmp2, count, #0x00F00000 ;// loop_x
190 ADD count, coun
[all...]
H A Dh264bsd_interpolate_chroma_ver.s40 count RN 2 label
147 ;// pack values to count register
156 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1
157 ADD count, count, tmp2, LSL #24 ;// loop_y
158 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
159 AND tmp2, count, #0x00F00000 ;// loop_x
173 ADD count, coun
[all...]
H A Dh264bsd_interpolate_hor_ver_quarter.s39 count RN 2 label
153 ;// pack values to count register
159 MOV count, width
163 ADD count, count, tmp5, LSL #16
169 AND tmp4, count, #0x000F0000 ;// partHeight-1
170 AND tmp6, count, #0x00F00000 ;// partWidth-1
171 ADD count, count, tmp4, LSL #8 ;// partH-1 to lower part of top byte
177 ADD count, coun
[all...]
/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp100 uint32_t count; local
101 if (!getUInt32(count))
104 for (uint32_t i = 0; i < count; i++) {
116 uint32_t count; local
117 if (!getUInt32(count))
120 for (uint32_t i = 0; i < count; i++) {
132 uint32_t count; local
133 if (!getUInt32(count))
136 for (uint32_t i = 0; i < count; i++) {
148 uint32_t count; local
164 uint32_t count; local
180 uint32_t count; local
196 uint32_t count; local
212 uint32_t count; local
[all...]
H A DMtpProperty.cpp294 void MtpProperty::setFormEnum(const int* values, int count) { argument
297 mEnumValues = new MtpPropertyValue[count];
298 mEnumLength = count;
300 for (int i = 0; i < count; i++) {
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h75 int count,
85 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
160 } while (count -= 8);
183 int count,
193 ALOG_ASSERT(count > 0 && (count & 7) == 0); // multiple of 8
335 } while (count -= 8);
358 int count,
368 ALOG_ASSERT(count >
74 ProcessNeonIntrinsic(int32_t* out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int16_t* coefsP1, const int16_t* coefsN1) argument
182 ProcessNeonIntrinsic(int32_t* out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int32_t* coefsP1, const int32_t* coefsN1) argument
357 ProcessNeonIntrinsic(float* out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* volumeLR, float lerpP, const float* coefsP1, const float* coefsN1) argument
526 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
583 ProcessL(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
646 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
722 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
803 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
869 ProcessL(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* const volumeLR) argument
954 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1044 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1153 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1166 ProcessL(float* const out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* const volumeLR) argument
1179 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
1195 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
[all...]
H A DFastMixerDumpState.cpp147 uint32_t count = n / kTailDenominator; local
149 for (uint32_t i = 0; i < count; ++i) {
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java153 public boolean onKeyMultiple(int keyCode, int count, KeyEvent event) { argument
154 if (mKeyEventCallback != null && mKeyEventCallback.onKeyMultiple(keyCode, count, event)) {
157 return super.onKeyMultiple(keyCode, count, event);
/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/text/
H A DPackedIntVector.java182 throw new IndexOutOfBoundsException("value count " + values.length);
210 * @param count the number of rows to delete.
213 * are out of range (row &lt; 0 || count &lt; 0 ||
214 * row + count > size()).
216 public void deleteAt(int row, int count) { argument
217 if (((row | count) < 0) || (row + count > size())) {
218 throw new IndexOutOfBoundsException(row + ", " + count);
221 moveRowGapTo(row + count);
223 mRowGapStart -= count;
[all...]
H A DTextDirectionHeuristics.java148 public boolean isRtl(char[] array, int start, int count) { argument
149 return isRtl(CharBuffer.wrap(array), start, count);
153 public boolean isRtl(CharSequence cs, int start, int count) { argument
154 if (cs == null || start < 0 || count < 0 || cs.length() - count < start) {
160 return doCheck(cs, start, count);
163 private boolean doCheck(CharSequence cs, int start, int count) { argument
164 switch(mAlgorithm.checkRtl(cs, start, count)) {
197 int checkRtl(CharSequence cs, int start, int count); argument
207 public int checkRtl(CharSequence cs, int start, int count) { argument
242 checkRtl(CharSequence cs, int start, int count) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DQwertyKeyListener.java114 int count = event.getRepeatCount();
115 if (count > 0 && selStart == selEnd && selStart > 0) {
119 if (showCharacterPicker(view, content, c, false, count)) {
497 boolean insert, int count) {
503 if (count == 1) {
496 showCharacterPicker(View view, Editable content, char c, boolean insert, int count) argument
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java380 final float totalDelay = delay * params.count;
406 return params.count - 1 - params.index;
411 return (int) (params.count * mRandomizer.nextFloat());
429 public int count; field in class:LayoutAnimationController.AnimationParameters
/frameworks/base/core/java/android/widget/
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/core/java/com/android/internal/util/
H A DIndentingPrintWriter.java101 public void write(char[] buf, int offset, int count) { argument
103 final int bufferEnd = offset + count;
/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp38 int count = autoInterval.length() & ~1; // even number local
44 SkPathEffect* effect = SkDashPathEffect::Create(intervals, count, phase);
/frameworks/base/core/jni/
H A Dandroid_os_MemoryFile.cpp75 jint count, jboolean unpinned)
84 env->SetByteArrayRegion(buffer, destOffset, count, (const jbyte *)address + srcOffset);
89 return count;
94 jint count, jboolean unpinned)
103 env->GetByteArrayRegion(buffer, srcOffset, count, (jbyte *)address + destOffset);
108 return count;
73 android_os_MemoryFile_read(JNIEnv* env, jobject clazz, jobject fileDescriptor, jlong address, jbyteArray buffer, jint srcOffset, jint destOffset, jint count, jboolean unpinned) argument
92 android_os_MemoryFile_write(JNIEnv* env, jobject clazz, jobject fileDescriptor, jlong address, jbyteArray buffer, jint srcOffset, jint destOffset, jint count, jboolean unpinned) argument
H A Dandroid_view_DisplayEventReceiver.cpp68 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
92 void NativeDisplayEventReceiver::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count) { argument
99 gDisplayEventReceiverClassInfo.dispatchVsync, timestamp, id, count);
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java175 public void beforeTextChanged(CharSequence s, int start, int count, argument
178 int count) {
177 onTextChanged(CharSequence s, int start, int before, int count) argument
/frameworks/base/libs/common_time/
H A Dutils.cpp96 ++last->count;
100 mRingBuffer[mWr].count = 1;
125 size_t count = mIsFull ? mSize : mWr; local
132 for (size_t i = 0; i < count; ++i) {
138 if (1 != mRingBuffer[ndx].count) {
143 mRingBuffer[ndx].count,
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.cpp43 int count = 0; member in struct:android::uirenderer::TypeStats
59 gObjectStats[static_cast<int>(mType)].count++;
67 gObjectStats[static_cast<int>(mType)].count--;
97 stream << ", count = " << stats.count;
103 return gObjectStats[static_cast<int>(type)].count;
118 ATRACE_INT(buf, stats.count);

Completed in 2400 milliseconds

1234567891011>>