OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebMInfoParser
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/webm/
webm_info_parser.cc
16
WebMInfoParser
::
WebMInfoParser
()
21
WebMInfoParser
::~
WebMInfoParser
() {}
23
int
WebMInfoParser
::Parse(const uint8* buf, int size) {
37
WebMParserClient*
WebMInfoParser
::OnListStart(int id) { return this; }
39
bool
WebMInfoParser
::OnListEnd(int id) {
48
bool
WebMInfoParser
::OnUInt(int id, int64 val) {
61
bool
WebMInfoParser
::OnFloat(int id, double val) {
76
bool
WebMInfoParser
::OnBinary(int id, const uint8* data, int size)
[
all
...]
webm_info_parser.h
15
class MEDIA_EXPORT
WebMInfoParser
: public WebMParserClient {
17
WebMInfoParser
();
18
virtual ~
WebMInfoParser
();
42
DISALLOW_COPY_AND_ASSIGN(
WebMInfoParser
);
Completed in 101 milliseconds