/external/svox/pico/lib/ |
picodata.c | 491 PICODBG_WARN(("buffer problem, out: %d > in: %d", outlenmax, inlenmax)); 700 picoos_int16 * restdur /* in/out, rest in ms */ 726 picoos_int16 * restdur /* in/out, rest in ms */ 730 picoos_int32 fact, rest, out, weighted_sum; local 753 out = inout[i] + (rest >> PICODATA_PRECISION); 754 if (out < 0) { 755 out = 0; 757 rest -= ((out-inout[i]) << PICODATA_PRECISION); 758 inout[i] = out; 776 picoos_int16 * dur_rest /* in/out, rest in ms * [all...] |
picotrns.c | 211 picoos_uint16 i = 0, j = 0, out = 0, numInserted = 0; local 246 outSeq[out++] = inSeq[i++]; 251 insertSym(outSeq,out++,picoktab_getSyllboundID(phones)); 253 insertSym(outSeq,out++,accent); 262 outSeq[out++] = inSeq[i++]; 268 outSeq[out++] = inSeq[i++]; 274 outSeq[out++] = inSeq[i++]; 277 *outSeqLen = out; 279 PICODBG_ASSERT((out == inSeqLen + numInserted));
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTVector.h | 31 @param[out] pRes Result 84 PVRTVec2 out(*this); 85 return out += rhs; 94 PVRTVec2 out(*this); 95 return out -= rhs; 137 PVRTVec2 out(lhs); 138 return out *= rhs; 149 PVRTVec2 out(lhs); 150 return out /= rhs; 160 PVRTVec2 out(*this) 372 PVRTVec3 out; local 385 PVRTVec3 out; local 433 PVRTVec3 out; local 448 PVRTVec3 out; local 476 PVRTVec3 out; local 504 PVRTVec3 out; local 604 PVRTVec3 out; local 647 PVRTVec3 out; local 736 PVRTVec4 out; local 751 PVRTVec4 out; local 808 PVRTVec4 out; local 838 PVRTVec4 out; local 870 PVRTVec4 out; local 942 PVRTVec4 out; local 1057 PVRTMat3 out; local 1082 PVRTMat3 out; local 1099 PVRTMat3 out; local 1148 PVRTMat3 out; local 1201 PVRTVec3 out; local 1233 PVRTMat3 out; local 1271 PVRTMat3 out; local 1295 PVRTMat3 out; local 1474 PVRTMat4 out; local 1491 PVRTMat4 out; local 1615 PVRTVec4 out; local 1631 PVRTVec4 out; local 1660 PVRTMat4 out; local 1696 PVRTMat4 out; local 1775 PVRTMat4 out; local [all...] |
/external/syslinux/memdisk/ |
unzip.c | 120 error("out of memory"); 149 die("failed\nDecompression error: ran out of input data\n"); 160 uch *in, *out, ch; local 166 out = output_data; 168 ch = *out++ = *in++; 172 output_data = out;
|
/external/toybox/toys/net/ |
netstat.c | 280 char *out = toybuf, *flag_val; local 303 if (inet_ntop(AF_INET, &dest, out, 16)) destip = out; 305 out += 16; 308 if (inet_ntop(AF_INET, &gate, out, 16)) gateip = out; 310 out += 16; 314 if (inet_ntop(AF_INET, &mask, out, 16)) maskip = out; 316 out += 16 [all...] |
/external/toybox/toys/pending/ |
traceroute.c | 113 void *out; local 121 out = send_data4; 129 out = send_icmp4; 136 res = sendto(TT.snd_sock, out, len, 0, (struct sockaddr *) &dest, 144 void *out; local 154 out = send_data6; 156 if (sendto(TT.snd_sock, out, TT.msg_len, 0,
|
/external/vogar/src/vogar/ |
Console.java | 49 protected final MarkResetConsole out = new MarkResetConsole(System.out); field in class:Console 95 ? out.mark() 100 currentVerboseMark = out.mark(); 101 out.print(s); 114 out.println(colorString("Warning: " + message, Color.WARN)); 116 out.println(colorString(indent + item, Color.WARN)); 122 out.println(s); 127 out.println(message); 128 throwable.printStackTrace(System.out); [all...] |
/external/webp/src/dec/ |
webp_dec.c | 266 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on 419 // fill out headers, ignore width/height/has_alpha. 660 uint8_t* const out = Decode(MODE_YUV, data, data_size, local 663 if (out != NULL) { 671 return out; 804 return 0; // out of frame boundary error
|
/external/webp/src/dsp/ |
rescaler_sse2.c | 30 static void LoadTwoPixels(const uint8_t* const src, __m128i* out) { 35 *out = _mm_unpacklo_epi16(B, C); 39 static void LoadHeightPixels(const uint8_t* const src, __m128i* out) { 42 *out = _mm_unpacklo_epi8(A, zero); 64 const __m128i out = _mm_madd_epi16(cur_pixels, mult); local 65 _mm_storeu_si128((__m128i*)frow, out); 87 const __m128i out = _mm_madd_epi16(cur_pixels, mult); local 89 WebPUint32ToMem((uint8_t*)frow, _mm_cvtsi128_si32(out));
|
/external/webp/src/utils/ |
quant_levels_dec_utils.c | 85 uint16_t* const out = p->end_; local 93 out[x] = new_value - cur[x]; // vertical sum of 'r' pixels. 111 uint16_t* const out = p->average_; local 119 out[x] = (delta * scale) >> FIX; 123 out[x] = (delta * scale) >> FIX; 128 out[x] = (delta * scale) >> FIX;
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
digital_agc.c | 33 // in = 10*log10(lvl); out = 20*log10(gains/65536); 34 // subplot(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)'); 35 // subplot(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)'); 266 // start out with 0 dB gain 297 int16_t* const* out, 333 if (in_near[i] != out[i]) 336 memcpy(out[i], in_near[i], 10 * L * sizeof(in_near[i][0])); 340 logratio = WebRtcAgc_ProcessVad(&stt->vadNearend, out[0], L * 10); 406 int32_t nrg = out[0][k * L + n] * out[0][k * L + n] 638 int32_t out, nrg, tmp32, tmp32b; local [all...] |
/external/webrtc/webrtc/modules/audio_processing/ns/ |
nsx_core_mips.c | 332 int16_t* out, 338 int *outBuf = (int*)out; 503 // For the noise supression process, synthesis, read out fully processed 514 int16_t *out = out_frame; local 594 "sh %[r0], 0(%[out]) \n\t" 595 "sh %[r2], 2(%[out]) \n\t" 596 "sh %[r4], 4(%[out]) \n\t" 597 "sh %[r6], 6(%[out]) \n\t" 601 "addiu %[out], %[out], 8 \n\t 866 int16_t *out = &inst->real[0]; local [all...] |
/frameworks/av/media/libaudioprocessing/tests/ |
test-resampler.cpp | 291 printf("getNextBuffer() requested %zu frames out of %zu frames available," 312 printf("releaseBuffer() released %zu frames out of %zu frames available " 421 time = diff_ns; // save the best out of our trials. 473 // mono takes left channel only (out of stereo output pair) 475 int32_t* out = (int32_t*) output_vaddr; local 484 int32_t s = out[i * output_channels + j] + roundVal; // add offset here
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerCCDecoder.cpp | 60 AString out; local 108 if (out.size() > 0) { 109 out.append(", "); 112 out.append(tmp); 117 ALOGI("%s", out.c_str());
|
/frameworks/av/media/libstagefright/rtsp/ |
AMPEG4AudioAssembler.cpp | 70 uint8_t *out = buffer->data(); local 89 *out++ = accum; 365 sp<ABuffer> out = new ABuffer(buffer->size()); local 366 out->setRange(0, 0); 384 return out; 414 memcpy(out->data() + out->size(), &ptr[offset], payloadLength); 415 out->setRange(0, out->size() + payloadLength); 433 return out; [all...] |
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 318 sp<ABuffer> out = new ABuffer(kMaxUDPPacketSize); local 333 if (outBytesUsed + bytesNeeded > out->capacity()) { 337 && outBytesUsed + nalSize <= out->capacity()) { 342 memcpy(out->data() + outBytesUsed, nalStart, nalSize); 349 out->setRange(0, outBytesUsed); 350 packets.push_back(out); 351 out = new ABuffer(kMaxUDPPacketSize); 360 if (outBytesUsed + bytesNeeded <= out->capacity()) { 361 uint8_t *dst = out->data() + outBytesUsed; 385 size_t copy = out->capacity() - outBytesUsed - 2 420 sp<ABuffer> out = *packets.begin(); local [all...] |
/frameworks/base/cmds/am/src/com/android/commands/am/ |
Instrument.java | 131 System.out.print(pretty); 135 System.out.println( 139 System.out.println("INSTRUMENTATION_STATUS_CODE: " + resultCode); 152 System.out.println(pretty); 156 System.out.println( 160 System.out.println("INSTRUMENTATION_CODE: " + resultCode); 167 System.out.println("onError: commandError=" + commandError + " message=" 172 System.out.println(errorText); 269 System.out.write(proto.getBytes()); 270 System.out.flush() [all...] |
/frameworks/base/core/java/android/app/admin/ |
DeviceAdminInfo.java | 460 public void writePoliciesToXml(XmlSerializer out) 462 out.attribute(null, "flags", Integer.toString(mUsesPolicies));
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCharacteristic.java | 282 public void writeToParcel(Parcel out, int flags) { 283 out.writeParcelable(new ParcelUuid(mUuid), 0); 284 out.writeInt(mInstance); 285 out.writeInt(mProperties); 286 out.writeInt(mPermissions); 287 out.writeInt(mKeySize); 288 out.writeInt(mWriteType); 289 out.writeTypedList(mDescriptors); 468 * Returns a descriptor with a given UUID out of the list of
|
/frameworks/base/core/java/android/net/ |
NetworkTemplate.java | 509 DataOutputStream out = new DataOutputStream(baos); local 511 out.writeInt(BACKUP_VERSION); 513 out.writeInt(mMatchRule); 514 BackupUtils.writeString(out, mSubscriberId); 515 BackupUtils.writeString(out, mNetworkId);
|
/frameworks/base/core/java/android/text/method/ |
QwertyKeyListener.java | 390 String out; local 393 out = replacement; 395 out = toTitleCase(replacement); 397 out = replacement.toUpperCase(); 399 out = toTitleCase(replacement); 401 if (out.length() == len && 402 TextUtils.regionMatches(src, start, out, 0, len)) 405 return out;
|
/frameworks/base/libs/hwui/ |
VectorDrawable.cpp | 220 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); local 221 *out = mPrimitiveFields; 336 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); local 337 *out = mPrimitiveFields;
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
KeyValueAdbBackupEngine.java | 112 // We are either done, failed or have timed out, so do cleanup and kill the agent. 209 FileOutputStream out = new FileOutputStream(mPipe.getFileDescriptor()); local 211 out.write(buf); 219 // we'll time out anyway, so we're safe
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
FingerprintsUserState.java | 170 FileOutputStream out = null; local 172 out = destination.startWrite(); 175 serializer.setOutput(out, "utf-8"); 193 destination.finishWrite(out); 198 destination.failWrite(out); 201 IoUtils.closeQuietly(out);
|
/frameworks/base/tools/aapt2/ |
ResourceUtils.cpp | 664 std::stringstream out; local 665 out << "res/" << res_file.name.type; 667 out << "-" << res_file.config; 669 out << "/"; 672 out << NameMangler::MangleEntry(res_file.name.package, res_file.name.entry); 674 out << res_file.name.entry; 676 out << file::GetExtension(res_file.source.path); 677 return out.str();
|