OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OggSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/include/
OggExtractor.h
31
struct
OggSource
;
46
friend struct
OggSource
;
/frameworks/base/media/libstagefright/
OggExtractor.cpp
45
struct
OggSource
: public MediaSource {
46
OggSource
(const sp<OggExtractor> &extractor);
57
virtual ~
OggSource
();
63
OggSource
(const
OggSource
&);
64
OggSource
&operator=(const
OggSource
&);
139
OggSource
::
OggSource
(const sp<OggExtractor> &extractor)
144
OggSource
::~OggSource()
[
all
...]
Completed in 32 milliseconds