Home | History | Annotate | Download | only in acm2

Lines Matching refs:last_packet_type_

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;