Searched refs:last_packet_type_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dinitial_delay_manager.cc19 : 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_
[all...]
H A Dinitial_delay_manager.h80 bool PacketBuffered() { return last_packet_type_ != kUndefinedPacket; }
95 PacketType last_packet_type_; member in class:webrtc::acm2::InitialDelayManager

Completed in 145 milliseconds