Searched defs:StreamTextureFactoryImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.h24 class StreamTextureFactoryImpl : public StreamTextureFactory { class in namespace:content
26 static scoped_refptr<StreamTextureFactoryImpl> Create(
45 friend class base::RefCounted<StreamTextureFactoryImpl>;
46 StreamTextureFactoryImpl(
50 virtual ~StreamTextureFactoryImpl();
56 DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureFactoryImpl);
H A Dstream_texture_factory_impl.cc112 scoped_refptr<StreamTextureFactoryImpl> StreamTextureFactoryImpl::Create(
116 return new StreamTextureFactoryImpl(context_provider, channel, frame_id);
119 StreamTextureFactoryImpl::StreamTextureFactoryImpl( function in class:content::StreamTextureFactoryImpl
129 StreamTextureFactoryImpl::~StreamTextureFactoryImpl() {}
131 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
137 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
143 unsigned StreamTextureFactoryImpl
[all...]

Completed in 256 milliseconds