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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.cc 15 VideoCaptureBufferPool::VideoCaptureBufferPool(size_t size, int count)
20 VideoCaptureBufferPool::~VideoCaptureBufferPool() {
23 bool VideoCaptureBufferPool::Allocate() {
36 base::SharedMemoryHandle VideoCaptureBufferPool::ShareToProcess(
49 base::SharedMemoryHandle VideoCaptureBufferPool::GetHandle(int buffer_id) {
57 void* VideoCaptureBufferPool::GetMemory(int buffer_id) {
65 int VideoCaptureBufferPool::ReserveForProducer() {
70 void VideoCaptureBufferPool::RelinquishProducerReservation(int buffer_id)
    [all...]
video_capture_buffer_pool.h 39 class CONTENT_EXPORT VideoCaptureBufferPool
40 : public base::RefCountedThreadSafe<VideoCaptureBufferPool> {
42 VideoCaptureBufferPool(size_t size, int count);
97 friend class base::RefCountedThreadSafe<VideoCaptureBufferPool>;
116 virtual ~VideoCaptureBufferPool();
131 DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureBufferPool);

Completed in 97 milliseconds