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

  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc 86 const bool should_capture = local
97 if (should_capture && !output_buffer.get()) {
104 } else if (!should_capture && output_buffer.get()) {
114 } else if (!should_capture && !output_buffer.get()) {
video_capture_oracle_unittest.cc 370 bool should_capture; member in struct:content::__anon11872::DataPoint
381 ASSERT_EQ(data_points[i].should_capture,
384 if (data_points[i].should_capture)
    [all...]

Completed in 557 milliseconds