HomeSort by relevance Sort by last modified time
    Searched refs:pad_length (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_framer.cc 88 size_t pad_length = 0; local
101 pad_length = delta - overhead;
103 len += overhead + pad_length;
139 if (!WritePadTag(&writer, pad_length, &end_offset)) {
156 if (!WritePadTag(&writer, pad_length, &end_offset)) {
166 if (!writer.WriteRepeatedByte('-', pad_length)) {
179 if (!writer.WriteRepeatedByte('-', pad_length)) {
276 size_t pad_length,
282 *end_offset += pad_length;
crypto_framer.h 82 size_t pad_length,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc 311 const int pad_length = static_cast<int>(expand_->overlap_length() - 1); local
312 const int correlation_buffer_size = 2 * pad_length + kMaxCorrelationLength;
315 int16_t* correlation_ptr = &correlation16[pad_length];
338 kMaxCorrelationLength + pad_length - start_index_downsamp);
  /external/chromium_org/net/spdy/
spdy_framer_test.cc 3418 const size_t pad_length = local
    [all...]

Completed in 94 milliseconds