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 112 scoped_refptr<StreamTextureFactoryImpl> StreamTextureFactoryImpl::Create(
116 return new StreamTextureFactoryImpl(context_provider, channel, frame_id);
119 StreamTextureFactoryImpl::StreamTextureFactoryImpl(
129 StreamTextureFactoryImpl::~StreamTextureFactoryImpl() {}
131 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
137 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
143 unsigned StreamTextureFactoryImpl::CreateStreamTexture
    [all...]

Completed in 2836 milliseconds