HomeSort by relevance Sort by last modified time
    Searched defs:StreamTextureFactoryImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_impl.h 24 class StreamTextureFactoryImpl : public StreamTextureFactory {
26 static scoped_refptr<StreamTextureFactoryImpl> Create(
45 friend class base::RefCounted<StreamTextureFactoryImpl>;
46 StreamTextureFactoryImpl(
50 virtual ~StreamTextureFactoryImpl();
56 DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureFactoryImpl);
stream_texture_factory_impl.cc 108 scoped_refptr<StreamTextureFactoryImpl> StreamTextureFactoryImpl::Create(
112 return new StreamTextureFactoryImpl(context_provider, channel, frame_id);
115 StreamTextureFactoryImpl::StreamTextureFactoryImpl(
125 StreamTextureFactoryImpl::~StreamTextureFactoryImpl() {}
127 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
133 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
139 unsigned StreamTextureFactoryImpl::CreateStreamTexture
    [all...]

Completed in 70 milliseconds