Searched refs:kBlockLength (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Drrtr.h24 static const uint16_t kBlockLength = 2; member in class:webrtc::rtcp::Rrtr
25 static const size_t kLength = 4 * (kBlockLength + 1); // 12
H A Dvoip_metric.h24 static const uint16_t kBlockLength = 8; member in class:webrtc::rtcp::VoipMetric
25 static const size_t kLength = 4 * (kBlockLength + 1); // 36
H A Drrtr.cc33 RTC_DCHECK(ByteReader<uint16_t>::ReadBigEndian(&buffer[2]) == kBlockLength);
43 ByteWriter<uint16_t>::WriteBigEndian(&buffer[2], kBlockLength);
H A Dvoip_metric.cc48 RTC_DCHECK(ByteReader<uint16_t>::ReadBigEndian(&buffer[2]) == kBlockLength);
79 ByteWriter<uint16_t>::WriteBigEndian(&buffer[2], kBlockLength);
/external/webrtc/webrtc/common_audio/
H A Dlapped_transform_unittest.cc95 const size_t kBlockLength = 64; local
100 float window[kBlockLength];
101 std::fill(window, &window[kBlockLength], 1.0f);
104 kBlockLength, kShiftAmount, &noop);
127 ASSERT_EQ(kChunkLength / kBlockLength, noop.block_num());
132 const size_t kBlockLength = 64; local
137 float window[kBlockLength];
138 std::fill(window, &window[kBlockLength], std::sqrt(0.5f));
140 LappedTransform trans(1, 1, kChunkLength, window, kBlockLength, kShiftAmount,
154 (i < kBlockLength
163 const size_t kBlockLength = 64; local
186 const size_t kBlockLength = 64; local
[all...]

Completed in 179 milliseconds