Searched refs:temp (Results 126 - 150 of 225) sorted by relevance

123456789

/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/base/obex/javax/obex/
H A DServerOperation.java411 byte[] temp = new byte[length - 3];
413 bytesReceived = mInput.read(temp);
415 while (bytesReceived != temp.length) {
416 bytesReceived += mInput.read(temp, bytesReceived,
417 temp.length - bytesReceived);
600 Long temp = (Long)requestHeader.getHeader(HeaderSet.LENGTH);
602 if (temp == null) {
605 return temp.longValue();
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp290 float temp[16]; local
291 temp[0] = m[0];
292 temp[1] = m[1];
293 temp[2] = m[2];
294 temp[3] = 0.f;
296 temp[4] = m[3];
297 temp[5] = m[4];
298 temp[6] = m[5];
299 temp[7] = 0.f;
301 temp[
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java107 char[] temp = obtain(INDEX_INCREMENT);
114 getChars(s, start, segend, temp, 0);
118 if (temp[i] == ch) {
119 recycle(temp);
127 recycle(temp);
165 char[] temp = obtain(INDEX_INCREMENT);
172 getChars(s, segstart, end, temp, 0);
176 if (temp[i] == ch) {
177 recycle(temp);
185 recycle(temp);
1342 recycle(char[] temp) argument
[all...]
H A DBoringLayout.java255 char[] temp = TextUtils.obtain(500);
266 TextUtils.getChars(text, i, j, temp, 0);
271 char c = temp[a];
279 if (textDir != null && textDir.isRtl(temp, 0, n)) {
285 TextUtils.recycle(temp);
/frameworks/base/libs/input/
H A DPointerController.cpp316 int32_t temp = height; local
318 width = temp;
343 float temp; local
348 temp = x;
350 y = temp;
357 temp = x;
359 y = mLocked.displayHeight - temp;
366 temp = x;
368 y = mLocked.displayWidth - temp;
375 temp
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java179 File temp = null;
207 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
211 FileOutputStream foutput = new FileOutputStream(temp);
236 long len = temp.length();
238 Slog.w(TAG, "Dropping: " + tag + " (" + temp.length() + " > " + max + " bytes)");
239 temp.delete();
240 temp = null; // Pass temp = null to createEntry() to leave a tombstone
245 long time = createEntry(temp, tag, flags);
246 temp
492 EntryFile(File temp, File dir, String tag,long timestampMillis, int flags, int blockSize) argument
648 createEntry(File temp, String tag, int flags) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.cpp675 Word16 temp; local
700 temp = ~((~(st->log_en_hist[i])) >> 2);
704 temp = st->log_en_hist[i] >> 2;
706 log_en = add(log_en, temp, pOverflow);
H A Dgain_q.cpp502 Word16 temp; local
551 temp =
560 temp,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpitch_f4.c81 Word16 max, t0, step, temp; local
136 temp = Interpol_4(&corr[t0], i);
137 if(temp > max)
139 max = temp;
/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java376 int temp = width;
378 height = temp;
412 Cell temp = first;
414 second = temp;
H A DRectF.java527 float temp = left;
529 right = temp;
532 float temp = top;
534 bottom = temp;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java131 " vec4 temp = texture2D(tex_sampler_1, vec2(index, 0.5));\n" +
132 " float value = temp.g + temp.r * shift_scale;\n" +
134 " temp = texture2D(tex_sampler_2, vec2(index, 0.5));\n" +
135 " value = temp.g + temp.r * shift_scale;\n" +
205 long temp = normal_cdf[i] * precision / histDim;
206 densityTable[i] = (int) temp;
293 long temp = (256 * 256 - 1l) * histArray[i] / pixels;
294 histArray[i] = (int) temp;
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java139 Map<String, Object> temp = new HashMap<String, Object>();
140 temp.put("title", name);
141 temp.put("intent", intent);
142 data.add(temp);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java138 Map<String, Object> temp = new HashMap<String, Object>();
139 temp.put("title", name);
140 temp.put("intent", intent);
141 data.add(temp);
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp327 EAS_I32 temp; local
338 result = EAS_ParseMetaData(easData, easHandle, &temp);
352 mDuration = *duration = int(temp);
443 int temp; local
506 if ((temp = mAudioSink->write(mAudioBuffer, num_output)) < 0) {
507 ALOGE("Error in writing:%d",temp);
508 return temp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp1213 Int temp = 0; local
1220 temp += (*cur++ - *pred++);
1221 temp += (*cur++ - *pred++);
1222 temp += (*cur++ - *pred++);
1223 temp += (*cur++ - *pred++);
1224 temp += (*cur++ - *pred++);
1225 temp += (*cur++ - *pred++);
1226 temp += (*cur++ - *pred++);
1227 temp += (*cur++ - *pred++);
1234 out[0] = temp >>
1250 Int temp = 0; local
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp105 uint32_t temp = *inYVU_4++; local
106 uint32_t tempU = temp & 0xFF;
107 tempU = tempU | ((temp >> 8) & 0xFF00);
109 uint32_t tempV = (temp >> 8) & 0xFF;
110 tempV = tempV | ((temp >> 16) & 0xFF00);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp76 int temp; local
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
93 sad += AVC_ABS(temp);
117 int temp; local
131 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
132 sad += AVC_ABS(temp);
152 int temp; local
165 temp = ((p1[j] + p1[j+1] + 1) >> 1) - *kk++;
166 sad += AVC_ABS(temp);
/frameworks/base/data/keyboards/
H A DAndroid.mk37 # Reset temp vars.
/frameworks/rs/
H A DrsComponent.cpp269 uint8_t temp = stream->loadU8(); local
270 mNormalized = temp != 0;
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp159 int temp; local
230 if ((temp = mAudioTrack->write(mAudioBuffer, num_output)) < 0) {
231 ALOGE("JetPlayer::render(): Error in writing:%d",temp);
232 return temp;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c124 Word32 center_freq, temp, bvalFFTLine; local
128 temp = atan_1000((center_freq << 2) / (3*10));
130 (26600 * atan_1000((center_freq*76) / 100) + 7*temp*temp) / (2*1000*1000 / BARC_SCALE);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java245 float temp;
247 temp = orientation.floatValue();
249 temp = 90.0f;
251 orientationFrame.setValue(temp);
/frameworks/wilhelm/src/itf/
H A DIPlay.c166 SLmillisecond temp; local
169 result = android_audioPlayer_getDuration(thiz, &temp);
172 result = android_Player_getDuration(thiz, &temp);
179 duration = temp;

Completed in 2741 milliseconds

123456789