OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVA_FF_TimeToSampleAtom
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/composer/src/
timetosampleatom.cpp
19
This
PVA_FF_TimeToSampleAtom
Class contains a compact version of a table that allows
33
PVA_FF_TimeToSampleAtom
::
PVA_FF_TimeToSampleAtom
(uint32 mediaType)
49
PVA_FF_TimeToSampleAtom
::~
PVA_FF_TimeToSampleAtom
()
57
PVA_FF_TimeToSampleAtom
::nextSample(uint32 ts)
91
PVA_FF_TimeToSampleAtom
::updateLastTSEntry(uint32 ts)
106
PVA_FF_TimeToSampleAtom
::addDelta(int32 delta)
135
PVA_FF_TimeToSampleAtom
::addEntry(uint32 count, int32 delta)
146
PVA_FF_TimeToSampleAtom
::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp
[
all
...]
sampletableatom.cpp
46
PV_MP4_FF_NEW(fp->auditCB,
PVA_FF_TimeToSampleAtom
, (mediaType), _ptimeToSampleAtom);
76
PV_MP4_FF_DELETE(NULL,
PVA_FF_TimeToSampleAtom
, _ptimeToSampleAtom);
/external/opencore/fileformats/mp4/composer/include/
timetosampleatom.h
19
This
PVA_FF_TimeToSampleAtom
Class contains a compact version of a table that allows
31
class
PVA_FF_TimeToSampleAtom
: public PVA_FF_FullAtom
35
PVA_FF_TimeToSampleAtom
(uint32 mediaType); // Constructor
36
virtual ~
PVA_FF_TimeToSampleAtom
();
sampletableatom.h
179
PVA_FF_TimeToSampleAtom
*_ptimeToSampleAtom;
Completed in 33 milliseconds