Searched defs:outBuf (Results 1 - 22 of 22) sorted by relevance

/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp452 void FDK_Fetch (HANDLE_FDK_BITBUF hBitBuf, UCHAR *outBuf, UINT *writeBytes) argument
454 UCHAR *RESTRICT outputBuffer = outBuf;
/external/lzma/C/
H A DBcj2.c40 Byte *outBuf, SizeT outSize)
73 outBuf[outPos++] = b;
121 outBuf[outPos++] = (Byte)dest;
124 outBuf[outPos++] = (Byte)(dest >> 8);
127 outBuf[outPos++] = (Byte)(dest >> 16);
130 outBuf[outPos++] = prevByte = (Byte)(dest >> 24);
35 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
H A DMtCoder.h54 Byte *outBuf; member in struct:__anon14031
H A DLzma2Enc.c74 static SRes Lzma2EncInt_EncodeSubblock(CLzma2EncInt *p, Byte *outBuf, argument
91 outBuf + lzHeaderSize, &packSize, LZMA2_PACK_SIZE_MAX, &unpackSize);
117 outBuf[destPos++] = (Byte)(p->srcPos == 0 ? LZMA2_CONTROL_COPY_RESET_DIC : LZMA2_CONTROL_COPY_NO_RESET);
118 outBuf[destPos++] = (Byte)((u - 1) >> 8);
119 outBuf[destPos++] = (Byte)(u - 1);
120 memcpy(outBuf + destPos, LzmaEnc_GetCurBuf(p->enc) - unpackSize, u);
127 if (outStream->Write(outStream, outBuf, destPos) != destPos)
146 outBuf[destPos++] = (Byte)(LZMA2_CONTROL_LZMA | (mode << 5) | ((u >> 16) & 0x1F));
147 outBuf[destPos++] = (Byte)(u >> 8);
148 outBuf[destPo
264 Byte *outBuf; member in struct:__anon14015
[all...]
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c60 Byte outBuf[OUT_BUF_SIZE]; local
83 res = LzmaDec_DecodeToBuf(state, outBuf + outPos, &outProcessed,
90 if (outStream->Write(outStream, outBuf, outPos) != outPos)
/external/svox/pico/lib/
H A Dpicowa.c62 picoos_uint8 outBuf[PICOWA_MAXITEMSIZE]; /* internal output buffer */ member in struct:wa_subobj
64 picoos_uint16 outLen; /* length of item in outBuf, 0 for empty buf */
293 wa->outBuf, wa->outBufSize,
297 if (PICO_OK != picodata_set_iteminfo1(wa->outBuf, wa->outLen,
331 wa->outBuf, wa->outBufSize,
341 wa->outBuf, wa->outBufSize,
345 if (PICO_OK != picodata_set_iteminfo1(wa->outBuf, wa->outLen,
437 * result in internal outBuf
472 wa->inLen, wa->outBuf,
535 /* feed state: copy item in internal outBuf t
[all...]
H A Dpicosig.c82 picoos_uint8 outBuf[PICOSIG_OUT_BUFF_SIZE]; /* internal output buffer */ member in struct:sig_subobj
84 picoos_uint16 outReadPos, outWritePos; /* next pos to read/write from/to outBuf*/
583 sig_subObj->outBuf[outWritePos]
585 sig_subObj->outBuf[outWritePos + 1]
587 sig_subObj->outBuf[outWritePos + 2]
589 sig_subObj->outBuf[outWritePos + 3]
591 s_data = (picoos_int16 *) &(sig_subObj->outBuf[outWritePos + 4]);
1054 &(sig_subObj->outBuf[sig_subObj->outWritePos]),
1126 s_data = (picoos_int16 *) &(sig_subObj->outBuf[sig_subObj->outWritePos + 4]);
1166 sig_subObj->outBuf[sig_subOb
[all...]
H A Dpicospho.c81 * - Items to be output are stored in outBuf
186 picoos_uint8 outBuf[PICODATA_BUFSIZE_DEFAULT]; /* internal output buffer to hold just one item */ member in struct:spho_subobj
187 picoos_uint16 outBufSize; /* actually allocated size (if one day outBuf is allocated dynamically) */
832 spho->outBuf, spho->outBufSize, &clen);
1121 spho->outBuf, spho->outBufSize,
1493 spho->outBuf, spho->outBufSize, &clen);
1581 PICODATA_BUFSIZE_DEFAULT, spho->outBuf,
1597 PICODBG_DEBUG(("FEED putting outBuf item into cb"));
1600 rv = picodata_cbPutItem(this->cbOut, spho->outBuf,
1605 spho->outBuf, sph
[all...]
H A Dpicocep.c184 picoos_uint8 outBuf[PICODATA_MAX_ITEMSIZE]; /* internal output buffer (one item) */ member in struct:cep_subobj
185 picoos_uint16 outBufSize; /* allocated outBuf size */
186 picoos_uint16 outReadPos, outWritePos; /* next pos to read/write from/to outBuf*/
304 /* outBuf */
1627 /* copy item to outBuf */
1628 PICODBG_DEBUG(("PARSE copy item in inBuf to outBuf"));
1631 cep->outBuf, cep->outBufSize, &blen);
1635 cep->outBuf, PICODATA_MAX_ITEMSIZE);
1770 /* copy item to outBuf */
1771 PICODBG_DEBUG(("FRAME copy item in inBuf to outBuf"));
[all...]
H A Dpicotok.c248 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */ member in struct:tok_subobj
249 picoos_uint16 outReadPos; /* next pos to read from outBuf */
250 picoos_uint16 outWritePos; /* next pos to write to outBuf */
490 tok->outBuf[tok->outWritePos++] = itemType;
491 tok->outBuf[tok->outWritePos++] = info1;
492 tok->outBuf[tok->outWritePos++] = info2;
493 tok->outBuf[tok->outWritePos++] = 0;
509 tok->outBuf[tok->outWritePos++] = itemType;
510 tok->outBuf[tok->outWritePos++] = info1;
511 tok->outBuf[to
[all...]
H A Dpicopam.c159 picoos_uint8 outBuf[PICOPAM_OUT_PAM_SIZE]; /* internal output buffer */ member in struct:pam_subobj
161 picoos_uint16 outReadPos, outWritePos; /* next pos to read/write from/to outBuf*/
2241 sResult = pam_put_item(this, pam->outBuf, pam->outWritePos, &bWr);
2275 pam_put_qItem(qItem, pam->outBuf, pam->outWritePos, &bWr);/*popped item has to be sent to next PU*/
2296 sResult = pam_put_qItem(qItem, pam->outBuf, pam->outWritePos, &bWr);
2624 sResult = pam_put_qItem(qItem, pam->outBuf,
2663 numinb, &(pam->outBuf[pam->outWritePos]),
2692 &(pam->outBuf[pam->outReadPos]), pam->outWritePos
2699 pam->outBuf + pam->outReadPos, pam->outBufSize);
H A Dpicopr.c291 picoos_uint8 outBuf[OUT_BUF_SIZE]; /* internal output buffer */ member in struct:pr_subobj
292 picoos_uint16 outReadPos; /* next pos to read from outBuf */
293 picoos_uint16 outWritePos; /* next pos to write to outBuf */
3361 if (picodata_cbPutItem(this->cbOut, &pr->outBuf[pr->outReadPos], pr->outWritePos - pr->outReadPos, numBytesOutput) == PICO_OK) {
3387 pr->outBuf[pr->outWritePos++] = PICODATA_ITEM_PUNC;
3388 pr->outBuf[pr->outWritePos++] = info1;
3389 pr->outBuf[pr->outWritePos++] = info2;
3390 pr->outBuf[pr->outWritePos++] = 0;
3392 (picoos_uint8 *)"pr: ", pr->outBuf, pr->outWritePos);
3398 pr->outBuf[p
[all...]
/external/valgrind/none/tests/x86/
H A Dx86locked.c137 static HChar outBuf[1024]; variable
138 // take output that's in outBuf, length as specified, and
142 assert( ((unsigned int)nbytes) < sizeof(outBuf)-1);
143 assert(outBuf[nbytes] == 0);
144 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
145 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
263 sprintf(outBuf, \
347 sprintf(outBuf, \
449 sprintf(outBuf, \
609 send( sprintf(outBuf,
[all...]
/external/icu/icu4c/source/common/
H A Dutrace.c90 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { argument
102 (c!='\n' && c!=0 && *outIx < capacity && outBuf[(*outIx)-1]=='\n') || /* case 2. */
108 outBuf[*outIx] = ' ';
115 outBuf[*outIx] = c;
126 char *outBuf, int32_t *outIx, int32_t capacity) {
131 outputChar(c, outBuf, outIx, capacity, 0);
136 static void outputPtrBytes(void *val, char *outBuf, int32_t *outIx, int32_t capacity) { argument
150 outputHexBytes(*p, 2, outBuf, outIx, capacity);
155 static void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { argument
163 outputChar(c, outBuf, outI
125 outputHexBytes(int64_t val, int32_t charsToOutput, char *outBuf, int32_t *outIx, int32_t capacity) argument
169 outputUString(const UChar *s, int32_t len, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) argument
189 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) argument
383 utrace_format(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, ...) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dunum.cpp403 char *outBuf,
410 if ((outBuf == NULL && outBufLength != 0) || outBufLength < 0) {
422 uprv_strncpy(outBuf, sp.data(), sp.size());
426 uprv_strcpy(outBuf, sp.data());
399 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
/external/valgrind/none/tests/amd64/
H A Damd64locked.c137 static HChar outBuf[1024]; variable
138 // take output that's in outBuf, length as specified, and
142 assert( ((unsigned int)nbytes) < sizeof(outBuf)-1);
143 assert(outBuf[nbytes] == 0);
144 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
145 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
278 sprintf(outBuf, \
369 sprintf(outBuf, \
485 sprintf(outBuf, \
702 send( sprintf(outBuf,
[all...]
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.h95 int16_t *outBuf; member in struct:__anon24624
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_mips.c338 int *outBuf = (int*)out; local
380 "sw %[r8], 0(%[outBuf]) \n\t"
381 "sw %[r1], 4(%[outBuf]) \n\t"
382 "sw %[r3], 8(%[outBuf]) \n\t"
383 "sw %[r5], 12(%[outBuf]) \n\t"
401 "sw %[r0], 0(%[outBuf]) \n\t"
402 "sw %[r2], 4(%[outBuf]) \n\t"
403 "sw %[r4], 8(%[outBuf]) \n\t"
404 "sw %[r6], 12(%[outBuf]) \n\t"
408 "addiu %[outBuf],
[all...]
/external/libchrome/crypto/third_party/nss/
H A Dsha512.cc1312 unsigned char outBuf[SHA256_LENGTH]; local
1315 SHA256_Hash(outBuf, abc);
1316 dumpHash32(outBuf, sizeof outBuf);
1319 SHA256_Hash(outBuf, abcdbc);
1320 dumpHash32(outBuf, sizeof outBuf);
1339 unsigned char outBuf[SHA512_LENGTH]; local
1342 SHA512_Hash(outBuf, abc);
1343 dumpHash64(outBuf, sizeo
1352 unsigned char outBuf[SHA512_LENGTH]; local
1360 unsigned char outBuf[SHA384_LENGTH]; local
[all...]
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h90 float outBuf[PART_LEN]; member in struct:AecCore
/external/libopus/silk/
H A Dstructs.h264 opus_int16 outBuf[ MAX_FRAME_LENGTH + 2 * MAX_SUB_FRAME_LENGTH ]; /* Buffer for output signal */ member in struct:__anon11323
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp2639 uint8_t* outBuf = reinterpret_cast<uint8_t*>(outBytes.get()); local
2642 if (!encrypt_decrypt_func(pkeyCtx, outBuf + outOffset, &outLength, inBuf + inOffset,

Completed in 527 milliseconds