VideoCaptureBufferPool  316 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     buffer_pool_ = new VideoCaptureBufferPool(2);
VideoCaptureBufferPool  326 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     int buffer_id_to_drop = VideoCaptureBufferPool::kInvalidId;  // Ignored.
VideoCaptureBufferPool  329 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     if (buffer_id == VideoCaptureBufferPool::kInvalidId)
VideoCaptureBufferPool  371 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     PoolBuffer(const scoped_refptr<VideoCaptureBufferPool>& pool,
VideoCaptureBufferPool  379 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     const scoped_refptr<VideoCaptureBufferPool> pool_;
VideoCaptureBufferPool  382 content/browser/media/capture/web_contents_video_capture_device_unittest.cc   scoped_refptr<VideoCaptureBufferPool> buffer_pool_;
VideoCaptureBufferPool   17 content/browser/renderer_host/media/video_capture_buffer_pool.cc const int VideoCaptureBufferPool::kInvalidId = -1;
VideoCaptureBufferPool   19 content/browser/renderer_host/media/video_capture_buffer_pool.cc VideoCaptureBufferPool::VideoCaptureBufferPool(int count)
VideoCaptureBufferPool   24 content/browser/renderer_host/media/video_capture_buffer_pool.cc VideoCaptureBufferPool::~VideoCaptureBufferPool() {
VideoCaptureBufferPool   28 content/browser/renderer_host/media/video_capture_buffer_pool.cc base::SharedMemoryHandle VideoCaptureBufferPool::ShareToProcess(
VideoCaptureBufferPool   45 content/browser/renderer_host/media/video_capture_buffer_pool.cc bool VideoCaptureBufferPool::GetBufferInfo(int buffer_id,
VideoCaptureBufferPool   62 content/browser/renderer_host/media/video_capture_buffer_pool.cc int VideoCaptureBufferPool::ReserveForProducer(size_t size,
VideoCaptureBufferPool   68 content/browser/renderer_host/media/video_capture_buffer_pool.cc void VideoCaptureBufferPool::RelinquishProducerReservation(int buffer_id) {
VideoCaptureBufferPool   79 content/browser/renderer_host/media/video_capture_buffer_pool.cc void VideoCaptureBufferPool::HoldForConsumers(
VideoCaptureBufferPool   97 content/browser/renderer_host/media/video_capture_buffer_pool.cc void VideoCaptureBufferPool::RelinquishConsumerHold(int buffer_id,
VideoCaptureBufferPool  110 content/browser/renderer_host/media/video_capture_buffer_pool.cc VideoCaptureBufferPool::Buffer::Buffer()
VideoCaptureBufferPool  113 content/browser/renderer_host/media/video_capture_buffer_pool.cc int VideoCaptureBufferPool::ReserveForProducerInternal(size_t size,
VideoCaptureBufferPool  162 content/browser/renderer_host/media/video_capture_buffer_pool.cc VideoCaptureBufferPool::Buffer* VideoCaptureBufferPool::GetBuffer(
VideoCaptureBufferPool   46 content/browser/renderer_host/media/video_capture_buffer_pool.h class CONTENT_EXPORT VideoCaptureBufferPool
VideoCaptureBufferPool   47 content/browser/renderer_host/media/video_capture_buffer_pool.h     : public base::RefCountedThreadSafe<VideoCaptureBufferPool> {
VideoCaptureBufferPool   50 content/browser/renderer_host/media/video_capture_buffer_pool.h   explicit VideoCaptureBufferPool(int count);
VideoCaptureBufferPool   96 content/browser/renderer_host/media/video_capture_buffer_pool.h   friend class base::RefCountedThreadSafe<VideoCaptureBufferPool>;
VideoCaptureBufferPool  114 content/browser/renderer_host/media/video_capture_buffer_pool.h   virtual ~VideoCaptureBufferPool();
VideoCaptureBufferPool  132 content/browser/renderer_host/media/video_capture_buffer_pool.h   DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureBufferPool);
VideoCaptureBufferPool   23 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc     Buffer(const scoped_refptr<VideoCaptureBufferPool> pool,
VideoCaptureBufferPool   34 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc     const scoped_refptr<VideoCaptureBufferPool> pool_;
VideoCaptureBufferPool   41 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc         pool_(new VideoCaptureBufferPool(3)) {}
VideoCaptureBufferPool   54 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc     if (buffer_id == VideoCaptureBufferPool::kInvalidId)
VideoCaptureBufferPool   65 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc   scoped_refptr<VideoCaptureBufferPool> pool_;
VideoCaptureBufferPool   80 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc   ExpectDroppedId(VideoCaptureBufferPool::kInvalidId);
VideoCaptureBufferPool  176 content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc   ExpectDroppedId(VideoCaptureBufferPool::kInvalidId);
VideoCaptureBufferPool   45 content/browser/renderer_host/media/video_capture_controller.cc   PoolBuffer(const scoped_refptr<VideoCaptureBufferPool>& pool,
VideoCaptureBufferPool   56 content/browser/renderer_host/media/video_capture_controller.cc   const scoped_refptr<VideoCaptureBufferPool> pool_;
VideoCaptureBufferPool  119 content/browser/renderer_host/media/video_capture_controller.cc       const scoped_refptr<VideoCaptureBufferPool>& buffer_pool);
VideoCaptureBufferPool  146 content/browser/renderer_host/media/video_capture_controller.cc   const scoped_refptr<VideoCaptureBufferPool> buffer_pool_;
VideoCaptureBufferPool  152 content/browser/renderer_host/media/video_capture_controller.cc     : buffer_pool_(new VideoCaptureBufferPool(kNoOfBuffers)),
VideoCaptureBufferPool  159 content/browser/renderer_host/media/video_capture_controller.cc     const scoped_refptr<VideoCaptureBufferPool>& buffer_pool)
VideoCaptureBufferPool  505 content/browser/renderer_host/media/video_capture_controller.cc   int buffer_id_to_drop = VideoCaptureBufferPool::kInvalidId;
VideoCaptureBufferPool  508 content/browser/renderer_host/media/video_capture_controller.cc   if (buffer_id == VideoCaptureBufferPool::kInvalidId)
VideoCaptureBufferPool  517 content/browser/renderer_host/media/video_capture_controller.cc   if (buffer_id_to_drop != VideoCaptureBufferPool::kInvalidId) {
VideoCaptureBufferPool  538 content/browser/renderer_host/media/video_capture_controller.cc   DCHECK_NE(buffer->id(), VideoCaptureBufferPool::kInvalidId);
VideoCaptureBufferPool   66 content/browser/renderer_host/media/video_capture_controller.h class VideoCaptureBufferPool;
VideoCaptureBufferPool  141 content/browser/renderer_host/media/video_capture_controller.h   const scoped_refptr<VideoCaptureBufferPool> buffer_pool_;