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_android_impl.h 18 class StreamTextureFactoryImpl : public StreamTextureFactory {
20 StreamTextureFactoryImpl(WebKit::WebGraphicsContext3D* context,
23 virtual ~StreamTextureFactoryImpl();
42 DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureFactoryImpl);
stream_texture_factory_android_impl.cc 82 StreamTextureFactoryImpl::StreamTextureFactoryImpl(
91 StreamTextureFactoryImpl::~StreamTextureFactoryImpl() {}
93 StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
99 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
105 unsigned StreamTextureFactoryImpl::CreateStreamTexture(
125 void StreamTextureFactoryImpl::DestroyStreamTexture(unsigned texture_id) {
135 void StreamTextureFactoryImpl::SetStreamTextureSize(

Completed in 91 milliseconds