HomeSort by relevance Sort by last modified time
    Searched full:next_empty_index_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
dtmf_queue.cc 18 next_empty_index_(0) {
31 if (next_empty_index_ >= DTMF_OUTBAND_MAX) {
34 int32_t index = next_empty_index_;
38 next_empty_index_++;
44 if (next_empty_index_ == 0)
52 next_empty_index_ * sizeof(uint8_t));
54 next_empty_index_ * sizeof(uint16_t));
56 next_empty_index_ * sizeof(uint8_t));
58 next_empty_index_--;
64 return next_empty_index_ > 0
    [all...]
dtmf_queue.h 31 uint8_t next_empty_index_; member in class:webrtc::DTMFqueue

Completed in 539 milliseconds