OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HoldForConsumers
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h
34
// ownership to the consumer by calling
HoldForConsumers
(), or drop the buffer
70
//
HoldForConsumers
(), or back to the pool with
85
// ReserveForProducer(), and not already passed to
HoldForConsumers
().
86
void
HoldForConsumers
(int buffer_id, int num_clients);
89
// effectively is the opposite of
HoldForConsumers
(). Once the consumers are
video_capture_buffer_pool_unittest.cc
121
pool_->
HoldForConsumers
(buffer_id3, 2);
150
pool_->
HoldForConsumers
(buffer_id1, 5);
video_capture_buffer_pool.cc
80
void VideoCaptureBufferPool::
HoldForConsumers
(
video_capture_controller.cc
646
buffer_pool_->
HoldForConsumers
(buffer->id(), count);
Completed in 445 milliseconds