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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc 19 : last_packet_type_(kUndefinedPacket),
56 (last_packet_type_ != kUndefinedPacket &&
88 if (last_packet_type_ == kUndefinedPacket) {
105 if (last_packet_type_ == kAudioPacket)
116 sync_stream->num_sync_packets = last_packet_type_ == kSyncPacket ?
157 last_packet_type_ = type;
174 last_packet_type_ == kCngPacket ||
175 last_packet_type_ == kUndefinedPacket ||
186 if (last_packet_type_ != kSyncPacket) {
218 last_packet_type_ = kSyncPacket
    [all...]
initial_delay_manager.h 80 bool PacketBuffered() { return last_packet_type_ != kUndefinedPacket; }
95 PacketType last_packet_type_; member in class:webrtc::acm2::InitialDelayManager

Completed in 36 milliseconds