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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_oracle_unittest.cc 35 int redundant_capture_goal,
51 for (int i = 0; i < redundant_capture_goal; i++) {
67 const int redundant_capture_goal = 200; local
70 SmoothEventSampler sampler(capture_period, true, redundant_capture_goal);
74 TestRedundantCaptureStrategy(capture_period, redundant_capture_goal,
107 const int redundant_capture_goal = 2; local
110 SmoothEventSampler sampler(capture_period, true, redundant_capture_goal);
114 TestRedundantCaptureStrategy(capture_period, redundant_capture_goal,
153 const int redundant_capture_goal = 32; local
156 SmoothEventSampler sampler(capture_period, true, redundant_capture_goal);
203 const int redundant_capture_goal = 1; local
239 const int redundant_capture_goal = 333; local
    [all...]
video_capture_oracle.h 20 int redundant_capture_goal);
video_capture_oracle.cc 81 int redundant_capture_goal)
84 redundant_capture_goal_(redundant_capture_goal),

Completed in 105 milliseconds