Searched refs:first_packet_ (Results 1 – 6 of 6) sorted by relevance
42 if (!first_packet_) { in PopPacket()43 first_packet_ = source_->PopPacket(); in PopPacket()44 if (!first_packet_) { in PopPacket()50 RTC_CHECK(first_packet_); in PopPacket()52 dummy_packet->header = first_packet_->header; in PopPacket()53 dummy_packet->payload = rtc::Buffer(first_packet_->payload.data(), in PopPacket()54 first_packet_->payload.size()); in PopPacket()55 dummy_packet->time_ms = first_packet_->time_ms; in PopPacket()
41 std::unique_ptr<PacketData> first_packet_; variable
151 first_packet_(true), in NetEqImpl()441 if (first_packet_ || last_mode_ == Mode::kRfc3389Cng || in GetPlayoutTimestamp()492 first_packet_ = true; in FlushBuffers()569 bool update_sample_rate_and_channels = first_packet_; in InsertPacketInternal()741 if (first_packet_) { in InsertPacketInternal()742 first_packet_ = false; in InsertPacketInternal()837 first_packet_ in GetAudioInternal()1041 first_packet_ in GetAudioInternal()
381 bool first_packet_ RTC_GUARDED_BY(mutex_);
150 : test_base_(test), side_(side), in_(in), out_(out), first_packet_(true) { in SSLDummyStreamBase()221 bool first_packet_; member in SSLDummyStreamBase931 if (first_packet_) { in Write()932 first_packet_ = false; in Write()
540 if (!first_packet_) { in OnSendRtp()553 first_packet_ = false; in OnSendRtp()635 bool first_packet_ = true; member in webrtc::UlpfecObserver