OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StyleRecord
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/mp4/parser/src/
stylerecord.cpp
18
#include "
stylerecord
.h"
22
StyleRecord
::
StyleRecord
(MP4_FF_FILE *fp)
66
StyleRecord
::
StyleRecord
(uint8 *&buf)
109
StyleRecord
::~
StyleRecord
()
/external/opencore/fileformats/mp4/parser/include/
stylerecord.h
25
class
StyleRecord
29
StyleRecord
(MP4_FF_FILE *fp); // Default constructor
30
StyleRecord
(uint8 *&buf); // Default constructor
31
virtual ~
StyleRecord
(); // Destructor
Completed in 243 milliseconds