Searched refs:end_bit (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.cc81 event->end_bit = ((payload[1] & 0x80) != 0);
130 if (!it->end_bit) {
150 event->end_bit = it->end_bit;
156 if (it->end_bit &&
170 event->end_bit = it->end_bit;
221 if (!it->end_bit) {
226 if (event.end_bit) {
227 it->end_bit
[all...]
H A Ddtmf_buffer_unittest.cc50 && a.end_bit == b.end_bit
64 bool end_bit = true; local
68 uint32_t payload = MakeDtmfPayload(event_no, end_bit, volume, duration);
75 EXPECT_EQ(end_bit, event.end_bit);
86 bool end_bit = true; local
90 DtmfEvent event(timestamp, event_no, volume, duration, end_bit);
121 bool end_bit = false; local
125 DtmfEvent event(timestamp, event_no, volume, duration, end_bit);
147 bool end_bit = true; local
191 bool end_bit = false; local
232 bool end_bit = true; local
268 bool end_bit = true; local
[all...]
H A Ddtmf_buffer.h27 bool end_bit; member in struct:webrtc::DtmfEvent
35 end_bit(false) {
42 end_bit(end) {
/external/puffin/src/
H A Dpuffin_stream.cc436 uint64_t end_bit = cur_deflate_->offset + cur_deflate_->length; local
437 if ((end_bit & 7) && ((end_bit + 7) & ~7ull) <= (cur_deflate_ + 1)->offset) {
/external/v8/src/heap/
H A Dslot-set.h103 int end_bucket, end_cell, end_bit; local
104 SlotToIndices(end_offset, &end_bucket, &end_cell, &end_bit);
106 uint32_t end_mask = ~((1u << end_bit) - 1);
/external/v8/src/s390/
H A Dsimulator-s390.cc4974 uint32_t end_bit = rieInstr->I4Value() & 0x3F; local
4985 int32_t width = end_bit - start_bit + 1;
4993 selection_mask = selection_mask << (63 - end_bit);
6424 uint32_t end_bit = i4 & 0x3F; local
6435 int32_t width = end_bit - start_bit + 1;
6443 selection_mask = selection_mask << (63 - end_bit);
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc4615 static inline uint64_t Bits(uint64_t val, int start_bit, int end_bit) { argument
4616 return ExtractUnsignedBitfield64(start_bit, end_bit, val);

Completed in 269 milliseconds