Searched refs:kFrameTimerMs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/cast/test/
H A Dend2end_unittest.cc64 // The tests are commonly implemented with |kFrameTimerMs| RunTask function;
69 static const int kFrameTimerMs = 33; member in namespace:media::cast::__anon8076
794 int audio_diff = kFrameTimerMs;
824 RunTasks(kFrameTimerMs - kAudioFrameDurationMs);
825 audio_diff += kFrameTimerMs;
829 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
850 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
869 RunTasks(2 * kFrameTimerMs + 1); // Empty the receiver pipeline.
887 int audio_diff = kFrameTimerMs;
896 base::TimeDelta::FromMilliseconds(test_delay_ms + kFrameTimerMs);
[all...]
H A Dcast_benchmarks.cc73 // The tests are commonly implemented with |kFrameTimerMs| RunTask function;
75 static const int kFrameTimerMs = 33; member in namespace:media::cast::__anon8075
447 RunTasks(kFrameTimerMs);
449 RunTasks(100 * kFrameTimerMs); // Empty the pipeline.
488 double seconds = (kFrameTimerMs * frames_sent_ / 1000.0);
495 double seconds = (kFrameTimerMs * frames_sent_ / 1000.0);

Completed in 123 milliseconds