StreamTextureProxyImpl 21 content/renderer/media/android/stream_texture_factory_impl.cc explicit StreamTextureProxyImpl(StreamTextureHost* host); StreamTextureProxyImpl 22 content/renderer/media/android/stream_texture_factory_impl.cc virtual ~StreamTextureProxyImpl(); StreamTextureProxyImpl 40 content/renderer/media/android/stream_texture_factory_impl.cc DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureProxyImpl); StreamTextureProxyImpl 43 content/renderer/media/android/stream_texture_factory_impl.cc StreamTextureProxyImpl::StreamTextureProxyImpl(StreamTextureHost* host) StreamTextureProxyImpl 46 content/renderer/media/android/stream_texture_factory_impl.cc StreamTextureProxyImpl::~StreamTextureProxyImpl() {} StreamTextureProxyImpl 48 content/renderer/media/android/stream_texture_factory_impl.cc void StreamTextureProxyImpl::Release() { StreamTextureProxyImpl 56 content/renderer/media/android/stream_texture_factory_impl.cc void StreamTextureProxyImpl::SetClient(cc::VideoFrameProvider::Client* client) { StreamTextureProxyImpl 61 content/renderer/media/android/stream_texture_factory_impl.cc void StreamTextureProxyImpl::BindToCurrentThread(int stream_id) { StreamTextureProxyImpl 66 content/renderer/media/android/stream_texture_factory_impl.cc void StreamTextureProxyImpl::OnFrameAvailable() { StreamTextureProxyImpl 72 content/renderer/media/android/stream_texture_factory_impl.cc void StreamTextureProxyImpl::OnMatrixChanged(const float matrix[16]) { StreamTextureProxyImpl 103 content/renderer/media/android/stream_texture_factory_impl.cc return new StreamTextureProxyImpl(host); StreamTextureProxyImpl 30 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc public base::SupportsWeakPtr<StreamTextureProxyImpl> { StreamTextureProxyImpl 32 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc explicit StreamTextureProxyImpl( StreamTextureProxyImpl 34 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc virtual ~StreamTextureProxyImpl(); StreamTextureProxyImpl 57 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureProxyImpl); StreamTextureProxyImpl 60 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc StreamTextureProxyImpl::StreamTextureProxyImpl( StreamTextureProxyImpl 68 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc StreamTextureProxyImpl::~StreamTextureProxyImpl() {} StreamTextureProxyImpl 70 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc void StreamTextureProxyImpl::Release() { StreamTextureProxyImpl 78 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc void StreamTextureProxyImpl::SetClient(cc::VideoFrameProvider::Client* client) { StreamTextureProxyImpl 83 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc void StreamTextureProxyImpl::BindToCurrentThread(int stream_id) { StreamTextureProxyImpl 91 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc base::Bind(&StreamTextureProxyImpl::BindOnCompositorThread, StreamTextureProxyImpl 96 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc void StreamTextureProxyImpl::BindOnCompositorThread(int stream_id) { StreamTextureProxyImpl 104 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc base::Bind(&StreamTextureProxyImpl::OnFrameAvailable, AsWeakPtr()); StreamTextureProxyImpl 108 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc void StreamTextureProxyImpl::OnFrameAvailable() { StreamTextureProxyImpl 158 content/renderer/media/android/stream_texture_factory_synchronous_impl.cc return new StreamTextureProxyImpl(context_provider_);