HomeSort by relevance Sort by last modified time
    Searched refs:kFrameTimerMs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/cast/test/
end2end_unittest.cc 48 // The tests are commonly implemented with |kFrameTimerMs| RunTask function;
50 static const int kFrameTimerMs = 33;
479 int audio_diff = kFrameTimerMs;
509 RunTasks(kFrameTimerMs);
510 audio_diff += kFrameTimerMs;
533 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
562 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
603 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
616 int audio_diff = kFrameTimerMs;
633 RunTasks(kFrameTimerMs);
    [all...]
sender.cc 48 // The tests are commonly implemented with |kFrameTimerMs| RunTask function;
51 static const int kFrameTimerMs = 33;
202 audio_diff_(kFrameTimerMs),
232 audio_diff_ += kFrameTimerMs - num_10ms_blocks * 10;
260 base::TimeDelta::FromMilliseconds(kFrameTimerMs);
receiver.cc 52 static const int kFrameTimerMs = 33;
151 GetAudioFrame(base::TimeDelta::FromMilliseconds(kFrameTimerMs));
178 // Default diff time is kFrameTimerMs.
180 base::TimeDelta::FromMilliseconds(kFrameTimerMs);

Completed in 41 milliseconds