Home
last modified time | relevance | path

Searched refs:MT_EntryCount (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dcompositionoffsetatom.cpp57 MT_EntryCount = NULL; in CompositionOffsetAtom()
562 currEC = MT_EntryCount[MT_EC]; in getTimeOffsetForSampleNumber()
566 currEC = MT_EntryCount[MT_EC]; in getTimeOffsetForSampleNumber()
689 if ((MT_SampleCount == NULL) && (MT_EntryCount == NULL)) in Run()
755 MT_EntryCount[MT_Counter] = MT_EntryCount[MT_Counter-1]; in populateMarkerTable()
759 MT_EntryCount[MT_Counter] = MT_j - 2; in populateMarkerTable()
785 if (MT_EntryCount != NULL) in deleteMarkerTable()
786 PV_MP4_ARRAY_DELETE(NULL, MT_EntryCount); in deleteMarkerTable()
804 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (MT_Table_Size), MT_EntryCount); in createMarkerTable()
806 if (MT_EntryCount == NULL) in createMarkerTable()
[all …]
/external/opencore/fileformats/mp4/parser/include/
Dcompositionoffsetatom.h104 uint32 *MT_EntryCount; variable