OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 186 milliseconds