OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SchemeInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp4/
box_definitions.h
85
struct MEDIA_EXPORT
SchemeInfo
: Box {
86
DECLARE_BOX_METHODS(
SchemeInfo
);
96
SchemeInfo
info;
box_definitions.cc
125
SchemeInfo
::
SchemeInfo
() {}
126
SchemeInfo
::~
SchemeInfo
() {}
127
FourCC
SchemeInfo
::BoxType() const { return FOURCC_SCHI; }
129
bool
SchemeInfo
::Parse(BoxReader* reader) {
Completed in 26 milliseconds