OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoCaptureBufferPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.cc
17
const int
VideoCaptureBufferPool
::kInvalidId = -1;
19
VideoCaptureBufferPool
::
VideoCaptureBufferPool
(int count)
25
VideoCaptureBufferPool
::~
VideoCaptureBufferPool
() {
29
base::SharedMemoryHandle
VideoCaptureBufferPool
::ShareToProcess(
46
bool
VideoCaptureBufferPool
::GetBufferInfo(int buffer_id,
63
int
VideoCaptureBufferPool
::ReserveForProducer(size_t size,
69
void
VideoCaptureBufferPool
::RelinquishProducerReservation(int buffer_id) {
80
void
VideoCaptureBufferPool
::HoldForConsumers
[
all
...]
video_capture_buffer_pool.h
46
class CONTENT_EXPORT
VideoCaptureBufferPool
47
: public base::RefCountedThreadSafe<
VideoCaptureBufferPool
> {
50
explicit
VideoCaptureBufferPool
(int count);
96
friend class base::RefCountedThreadSafe<
VideoCaptureBufferPool
>;
114
virtual ~
VideoCaptureBufferPool
();
132
DISALLOW_IMPLICIT_CONSTRUCTORS(
VideoCaptureBufferPool
);
Completed in 295 milliseconds