Searched defs:deliver_frame_cb (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl_manager.cc88 const VideoCaptureDeliverFrameCB& deliver_frame_cb) {
104 deliver_frame_cb));
84 StartCapture( media::VideoCaptureSessionId id, const media::VideoCaptureParams& params, const VideoCaptureStateUpdateCB& state_update_cb, const VideoCaptureDeliverFrameCB& deliver_frame_cb) argument
H A Dmedia_stream_video_capture_source_unittest.cc188 VideoCaptureDeliverFrameCB deliver_frame_cb; local
196 .WillOnce(testing::DoAll(testing::SaveArg<1>(&deliver_frame_cb),
216 base::Bind(deliver_frame_cb,
H A Dvideo_capture_impl.h69 // |deliver_frame_cb| will be called when a frame is ready.
74 const VideoCaptureDeliverFrameCB& deliver_frame_cb);
106 VideoCaptureDeliverFrameCB deliver_frame_cb; member in struct:content::VideoCaptureImpl::ClientInfo
H A Dvideo_capture_impl.cc86 const VideoCaptureDeliverFrameCB& deliver_frame_cb) {
91 client_info.deliver_frame_cb = deliver_frame_cb;
257 it->second.deliver_frame_cb.Run(frame, format, timestamp);
294 it->second.deliver_frame_cb.Run(frame, format, timestamp);
379 VideoCaptureDeliverFrameCB deliver_frame_cb = local
380 it->second.deliver_frame_cb;
384 deliver_frame_cb);
82 StartCapture( int client_id, const media::VideoCaptureParams& params, const VideoCaptureStateUpdateCB& state_update_cb, const VideoCaptureDeliverFrameCB& deliver_frame_cb) argument
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device.cc150 deliver_frame_cb) OVERRIDE;
240 // on the UI BrowserThread. |deliver_frame_cb| will be run when the operation
247 deliver_frame_cb);
260 deliver_frame_cb,
268 deliver_frame_cb,
310 DeliverFrameCallback* deliver_frame_cb) {
319 *deliver_frame_cb = base::Bind(capture_frame_cb, *storage);
409 RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback deliver_frame_cb; local
414 &deliver_frame_cb)) {
419 base::Bind(capture_callback_, start_time, frame, deliver_frame_cb));
306 ShouldCaptureFrame( const gfx::Rect& damage_rect, base::TimeTicks present_time, scoped_refptr<media::VideoFrame>* storage, DeliverFrameCallback* deliver_frame_cb) argument
428 RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback deliver_frame_cb; local
604 Capture( const base::TimeTicks& start_time, const scoped_refptr<media::VideoFrame>& target, const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback& deliver_frame_cb) argument
686 DidCopyFromBackingStore( const base::TimeTicks& start_time, const scoped_refptr<media::VideoFrame>& target, const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback& deliver_frame_cb, bool success, const SkBitmap& bitmap) argument
711 DidCopyFromCompositingSurfaceToVideoFrame( const base::TimeTicks& start_time, const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback& deliver_frame_cb, bool success) argument
[all...]

Completed in 1937 milliseconds