OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_capture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_device_impl.cc
75
const bool
should_capture
=
local
86
if (
should_capture
&& !output_buffer) {
93
} else if (!
should_capture
&& output_buffer) {
103
} else if (!
should_capture
&& !output_buffer) {
video_capture_oracle_unittest.cc
351
bool
should_capture
;
member in struct:content::__anon7854::DataPoint
363
ASSERT_EQ(data_points[i].
should_capture
,
366
if (data_points[i].
should_capture
)
Completed in 491 milliseconds