OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waiting_for_completion_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc
319
waiting_for_completion_
.frame_size = 0;
320
waiting_for_completion_
.timestamp = 0;
321
waiting_for_completion_
.latest_packet_time = -1;
367
waiting_for_completion_
.frame_size = 0;
368
waiting_for_completion_
.timestamp = 0;
369
waiting_for_completion_
.latest_packet_time = -1;
583
if (
waiting_for_completion_
.latest_packet_time >= 0) {
584
UpdateJitterEstimate(
waiting_for_completion_
, true);
590
waiting_for_completion_
.frame_size = frame->Length();
591
waiting_for_completion_
.latest_packet_time = frame->LatestPacketTimeMs()
[
all
...]
jitter_buffer.h
365
VCMJitterSample
waiting_for_completion_
;
member in class:webrtc::VCMJitterBuffer
Completed in 63 milliseconds