HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1851 - 1875 of 4560) sorted by null

<<71727374757677787980>>

  /external/svox/pico/lib/
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/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/v8/test/unittests/wasm/
module-decoder-unittest.cc 234 uint32_t out = val & 0x7f; local
236 buffer.push_back(static_cast<byte>(0x80 | out));
239 buffer.push_back(static_cast<byte>(out));
    [all...]
  /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.c 266 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on
422 // fill out headers, ignore width/height/has_alpha.
661 uint8_t* const out = Decode(MODE_YUV, data, data_size, local
664 if (out != NULL) {
672 return out;
790 return 0; // out of frame boundary error
  /external/webp/src/dsp/
alpha_processing_sse2.c 39 __m128i* out = (__m128i*)dst; local
47 const __m128i b0_lo = _mm_loadu_si128(out + 0);
48 const __m128i b0_hi = _mm_loadu_si128(out + 1);
56 _mm_storeu_si128(out + 0, b2_lo);
57 _mm_storeu_si128(out + 1, b2_hi);
60 out += 2;
lossless_enc_sse2.c 34 const __m128i out = _mm_sub_epi8(in, C); local
35 _mm_storeu_si128((__m128i*)&argb_data[i], out);
68 const __m128i out = _mm_sub_epi8(in, I); local
69 _mm_storeu_si128((__m128i*)&argb_data[i], out);
174 static void AddVector(const uint32_t* a, const uint32_t* b, uint32_t* out,
191 _mm_storeu_si128((__m128i*)&out[i + 0], _mm_add_epi32(a0, b0));
192 _mm_storeu_si128((__m128i*)&out[i + 4], _mm_add_epi32(a1, b1));
194 _mm_storeu_si128((__m128i*)&out[i + 8], _mm_add_epi32(a2, b2));
195 _mm_storeu_si128((__m128i*)&out[i + 12], _mm_add_epi32(a3, b3));
200 static void AddVectorEq(const uint32_t* a, uint32_t* out, int size)
    [all...]
rescaler_sse2.c 29 static void LoadTwoPixels(const uint8_t* const src, __m128i* out) {
34 *out = _mm_unpacklo_epi16(B, C);
38 static void LoadHeightPixels(const uint8_t* const src, __m128i* out) {
41 *out = _mm_unpacklo_epi8(A, zero);
63 const __m128i out = _mm_madd_epi16(cur_pixels, mult); local
64 _mm_storeu_si128((__m128i*)frow, out);
86 const __m128i out = _mm_madd_epi16(cur_pixels, mult); local
88 WebPUint32ToMem((uint8_t*)frow, _mm_cvtsi128_si32(out));
  /external/webp/src/utils/
quant_levels_dec.c 84 uint16_t* const out = p->end_; local
92 out[x] = new_value - cur[x]; // vertical sum of 'r' pixels.
110 uint16_t* const out = p->average_; local
118 out[x] = (delta * scale) >> FIX;
122 out[x] = (delta * scale) >> FIX;
127 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/camera/ndk/impl/
ACameraManager.cpp 121 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get());
367 ACameraIdList *out = new ACameraIdList; local
368 if (!out) {
372 out->numCameras = numCameras;
373 out->cameraIds = new const char*[numCameras];
374 if (!out->cameraIds) {
387 out->cameraIds[i] = dst;
389 *cameraIdList = out;
443 /*out*/ACameraDevice** outDevice) {
467 // Send a zero length package name and let camera service figure it out from UI
    [all...]
  /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());
NuPlayerDriver.cpp 701 FILE *out = fdopen(dup(fd), "w"); local
702 fprintf(out, "%s", logString.c_str());
703 fclose(out);
704 out = NULL;
737 // The renderer has stopped the sink at the end in order to play out
  /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/av/services/audioflinger/
test-resample.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/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);
460 * Returns a descriptor with a given UUID out of the list of
  /frameworks/base/core/java/android/net/
NetworkTemplate.java 477 DataOutputStream out = new DataOutputStream(baos); local
479 out.writeInt(BACKUP_VERSION);
481 out.writeInt(mMatchRule);
482 BackupUtils.writeString(out, mSubscriberId);
483 BackupUtils.writeString(out, mNetworkId);
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 385 String out; local
388 out = replacement;
390 out = toTitleCase(replacement);
392 out = replacement.toUpperCase();
394 out = toTitleCase(replacement);
396 if (out.length() == len &&
397 TextUtils.regionMatches(src, start, out, 0, len))
400 return out;
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 271 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); local
272 *out = mPrimitiveFields;
395 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); local
396 *out = mPrimitiveFields;
  /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/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessExpressions.java 162 String out = Joiner.on(StringUtils.LINE_SEPARATOR).join(classNames); local
163 L.d("Writing list of classes to %s . \nList:%s", exportClassNamesTo, out);
166 FileUtils.write(new File(exportClassNamesTo), out);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 257 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
258 out.write(0x00);
259 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray());
266 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
267 out.write(testType.getBytes("US-ASCII"));
268 out.write(WSP_STRING_TERMINATOR);
270 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray());
281 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
282 out.write(testType.length() + 1);
283 out.write(testType.getBytes("US-ASCII"))
297 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
313 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
329 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
348 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
368 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
386 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
403 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
424 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
446 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
470 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
493 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
510 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
533 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
557 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
582 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
606 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
627 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
648 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
673 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
694 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
717 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
738 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
759 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
782 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
793 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
815 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
839 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
863 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
    [all...]

Completed in 1037 milliseconds

<<71727374757677787980>>