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

  /external/chromium_org/cc/layers/
video_frame_provider.h 18 // PutCurrentFrame() from the compositor thread. If so, the caller is
29 // block until it has PutCurrentFrame() any outstanding frames.
49 // PutCurrentFrame().
57 virtual void PutCurrentFrame(
video_frame_provider_client_impl.cc 57 void VideoFrameProviderClientImpl::PutCurrentFrame(
60 provider_->PutCurrentFrame(frame);
video_frame_provider_client_impl.h 33 void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame);
video_layer_impl.cc 287 provider_client_impl_->PutCurrentFrame(frame_);
  /external/chromium/webkit/glue/media/
web_video_renderer.h 40 // by use PutCurrentFrame(). Current frame is not guaranteed to be non-NULL.
45 virtual void PutCurrentFrame(scoped_refptr<media::VideoFrame> frame) {}
video_renderer_impl.h 35 virtual void PutCurrentFrame(scoped_refptr<media::VideoFrame> frame);
video_renderer_impl.cc 80 PutCurrentFrame(video_frame);
88 void VideoRendererImpl::PutCurrentFrame(
90 VideoRendererBase::PutCurrentFrame(frame);
  /external/chromium_org/cc/test/
fake_video_frame_provider.h 21 virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>&)
  /external/chromium_org/content/browser/renderer_host/
surface_texture_transport_client_android.h 41 virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame)
surface_texture_transport_client_android.cc 134 void SurfaceTextureTransportClient::PutCurrentFrame(
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 109 void PutCurrentFrame(scoped_refptr<media::VideoFrame> frame);
255 virtual void putCurrentFrame(WebKit::WebVideoFrame* web_video_frame);
webmediaplayer_impl.cc 263 void WebMediaPlayerImpl::Proxy::PutCurrentFrame(
266 video_renderer_->PutCurrentFrame(frame);
753 void WebMediaPlayerImpl::putCurrentFrame(
758 proxy_->PutCurrentFrame(video_frame);
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 121 virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame)
webmediaplayer_impl.h 147 virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame)
webmediaplayer_ms.cc 353 void WebMediaPlayerMS::PutCurrentFrame(
355 DVLOG(3) << "WebMediaPlayerMS::PutCurrentFrame";
webmediaplayer_impl.cc 585 void WebMediaPlayerImpl::PutCurrentFrame(
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 155 virtual void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame)
webmediaplayer_android.cc 837 void WebMediaPlayerAndroid::PutCurrentFrame(
    [all...]

Completed in 406 milliseconds