Searched refs:length_bytes (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/
H A Dpcm16b.h68 * - length_bytes : Number of bytes in speechIn16b
78 int16_t length_bytes,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
H A Dpcm16b.c66 int16_t length_bytes,
71 memcpy(speechOut16b, speechIn16b, length_bytes);
74 int samples = length_bytes >> 1;
86 return length_bytes >> 1;
64 WebRtcPcm16b_DecodeW16(void *inst, int16_t *speechIn16b, int16_t length_bytes, int16_t *speechOut16b, int16_t* speechType) argument
/external/openssl/ssl/
H A Ds3_cbc.c421 unsigned char length_bytes[MAX_HASH_BIT_COUNT_BYTES]; local
588 memset(length_bytes,0,md_length_size-4);
589 length_bytes[md_length_size-4] = (unsigned char)(bits>>24);
590 length_bytes[md_length_size-3] = (unsigned char)(bits>>16);
591 length_bytes[md_length_size-2] = (unsigned char)(bits>>8);
592 length_bytes[md_length_size-1] = (unsigned char)bits;
596 memset(length_bytes,0,md_length_size);
597 length_bytes[md_length_size-5] = (unsigned char)(bits>>24);
598 length_bytes[md_length_size-6] = (unsigned char)(bits>>16);
599 length_bytes[md_length_siz
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_chacha20poly1305.c72 uint8_t length_bytes[8]; local
75 for (i = 0; i < sizeof(length_bytes); i++) {
76 length_bytes[i] = j;
81 CRYPTO_poly1305_update(poly1305, length_bytes, sizeof(length_bytes));
/external/elfutils/0.153/libdw/
H A Ddwarf_getaranges.c133 unsigned int length_bytes = 4; local
137 length_bytes = 8;
161 length_bytes, &offset, IDX_debug_info, 4))
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c406 unsigned char length_bytes[MAX_HASH_BIT_COUNT_BYTES]; local
544 memset(length_bytes,0,md_length_size-4);
545 length_bytes[md_length_size-4] = (unsigned char)(bits>>24);
546 length_bytes[md_length_size-3] = (unsigned char)(bits>>16);
547 length_bytes[md_length_size-2] = (unsigned char)(bits>>8);
548 length_bytes[md_length_size-1] = (unsigned char)bits;
617 b = (b&~is_block_b) | (is_block_b&length_bytes[j-(md_block_size-md_length_size)]);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc317 int16_t length_bytes = 0; local
458 length_bytes = 0;
460 length_bytes += fragmentation_.fragmentationLength[n];
471 length_bytes,
490 // TODO(turajs): |length_bytes| & |red_length_bytes| can be of type int if
492 int16_t length_bytes = 2 * MAX_PAYLOAD_SIZE_BYTE; local
493 int16_t red_length_bytes = length_bytes;
510 status = codecs_[current_send_codec_idx_]->Encode(stream, &length_bytes,
517 length_bytes = 0;
527 length_bytes
1946 REDPayloadISAC(int isac_rate, int isac_bw_estimate, uint8_t* payload, int16_t* length_bytes) argument
[all...]
H A Daudio_coding_module_impl.h223 int16_t* length_bytes);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc693 int length_bytes = PictureIdLength();
695 ++length_bytes;
697 ++length_bytes;
698 if (length_bytes > 0)
699 ++length_bytes; // Include the extension field.
700 return length_bytes;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
H A Dneteq.h133 int length_bytes,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.h84 int length_bytes,
209 int length_bytes,
H A Dneteq_impl.cc119 int length_bytes,
126 ", len=" << length_bytes;
127 int error = InsertPacketInternal(rtp_header, payload, length_bytes,
398 int length_bytes,
438 packet->payload_length = length_bytes;
117 InsertPacket(const WebRtcRTPHeader& rtp_header, const uint8_t* payload, int length_bytes, uint32_t receive_timestamp) argument
396 InsertPacketInternal(const WebRtcRTPHeader& rtp_header, const uint8_t* payload, int length_bytes, uint32_t receive_timestamp, bool is_sync_packet) argument
H A Dpayload_splitter_unittest.cc551 int length_bytes = expected_size_ms[i] * bytes_per_ms_; local
554 VerifyPacket((*it), length_bytes, kPayloadType, kSequenceNumber,

Completed in 305 milliseconds