Searched refs:subscriber_texture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1107 scoped_refptr<OwnedMailbox> subscriber_texture; local
1110 subscriber_texture = idle_frame_subscriber_textures_.back();
1114 subscriber_texture = new OwnedMailbox(helper);
1123 subscriber_texture,
1129 if (subscriber_texture) {
1131 subscriber_texture->mailbox(), subscriber_texture->sync_point()));
1928 scoped_refptr<OwnedMailbox> subscriber_texture,
1936 DCHECK(!subscriber_texture);
1941 DCHECK(subscriber_texture);
1925 CopyFromCompositingSurfaceFinishedForVideo( base::WeakPtr<RenderWidgetHostViewAura> rwhva, const base::Callback<void(bool)>& callback, scoped_refptr<OwnedMailbox> subscriber_texture, scoped_ptr<cc::SingleReleaseCallback> release_callback, bool result) argument
1950 CopyFromCompositingSurfaceHasResultForVideo( base::WeakPtr<RenderWidgetHostViewAura> rwhva, scoped_refptr<OwnedMailbox> subscriber_texture, scoped_refptr<media::VideoFrame> video_frame, const base::Callback<void(bool)>& callback, scoped_ptr<cc::CopyOutputResult> result) argument
[all...]
H A Drender_widget_host_view_aura.h492 scoped_refptr<OwnedMailbox> subscriber_texture,
499 scoped_refptr<OwnedMailbox> subscriber_texture,

Completed in 98 milliseconds