HomeSort by relevance Sort by last modified time
    Searched refs:ReserveOutputBuffer (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_unittest.cc 335 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
370 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
400 buffer = device_->ReserveOutputBuffer(media::VideoFrame::I420,
413 // ReserveOutputBuffer ought to fail now, because the pool is depleted.
414 ASSERT_FALSE(device_->ReserveOutputBuffer(media::VideoFrame::I420,
441 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
453 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
487 buffer = device_->ReserveOutputBuffer(media::VideoFrame::I420,
508 buffer = device_->ReserveOutputBuffer(media::VideoFrame::NATIVE_TEXTURE,
527 ASSERT_FALSE(device_->ReserveOutputBuffer(media::VideoFrame::I420
    [all...]
video_capture_controller.cc 162 virtual scoped_refptr<Buffer> ReserveOutputBuffer(
339 VideoCaptureController::VideoCaptureDeviceClient::ReserveOutputBuffer(
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 38 MOCK_METHOD2(ReserveOutputBuffer,
content_video_capture_device_core.cc 85 client_->ReserveOutputBuffer(video_frame_format_, coded_size);
desktop_capture_device_unittest.cc 44 MOCK_METHOD2(ReserveOutputBuffer,
web_contents_video_capture_device_unittest.cc 324 ReserveOutputBuffer(media::VideoFrame::Format format,
  /external/chromium_org/media/video/capture/
video_capture_device.h 170 // Memory buffer returned by Client::ReserveOutputBuffer().
201 virtual scoped_refptr<Buffer> ReserveOutputBuffer(
220 // ReserveOutputBuffer(), delivery is guaranteed and will require no
fake_video_capture_device_unittest.cc 24 MOCK_METHOD2(ReserveOutputBuffer,
video_capture_device_unittest.cc 67 MOCK_METHOD2(ReserveOutputBuffer,

Completed in 820 milliseconds