Searched refs:waiting_for_completion_ (Results 1 – 2 of 2) sorted by relevance
319 waiting_for_completion_.frame_size = 0; in Start()320 waiting_for_completion_.timestamp = 0; in Start()321 waiting_for_completion_.latest_packet_time = -1; in Start()367 waiting_for_completion_.frame_size = 0; in Flush()368 waiting_for_completion_.timestamp = 0; in Flush()369 waiting_for_completion_.latest_packet_time = -1; in Flush()583 if (waiting_for_completion_.latest_packet_time >= 0) { in ExtractAndSetDecode()584 UpdateJitterEstimate(waiting_for_completion_, true); in ExtractAndSetDecode()590 waiting_for_completion_.frame_size = frame->Length(); in ExtractAndSetDecode()591 waiting_for_completion_.latest_packet_time = frame->LatestPacketTimeMs(); in ExtractAndSetDecode()[all …]
365 VCMJitterSample waiting_for_completion_; variable