OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BoxRecord
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/mp4/parser/src/
boxrecord.cpp
20
/* MPEG-4
BoxRecord
Class */
24
BoxRecord
Class
27
#include "
boxrecord
.h"
31
BoxRecord
::
BoxRecord
(MP4_FF_FILE *fp)
84
BoxRecord
::
BoxRecord
(uint8 *&buf)
/external/opencore/fileformats/mp4/parser/include/
boxrecord.h
25
class
BoxRecord
29
BoxRecord
(MP4_FF_FILE *fp); // Default constructor
30
BoxRecord
(uint8 *&buf); // Default constructor
31
virtual ~
BoxRecord
() {}; // Destructor
Completed in 13 milliseconds