OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_count_hint_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc
43
buffer_count_hint_
(0),
178
buffers_.reserve(
buffer_count_hint_
);
183
for (size_t i = 0; i <
buffer_count_hint_
; ++i) {
350
buffer_count_hint_
= std::min(std::max(buffer_count, 1U), kMaxBuffers);
pepper_video_capture_host.h
92
size_t
buffer_count_hint_
;
member in class:content::PepperVideoCaptureHost
Completed in 980 milliseconds