Home
last modified time | relevance | path

Searched refs:_firstEntry (Results 1 – 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dtimetosampleatom.cpp38 _firstEntry = true; in PVA_FF_TimeToSampleAtom()
65 if (_firstEntry) in nextSample()
68 _firstEntry = false; in nextSample()
Dtrackfragmentrunatom.cpp30 _firstEntry = true; in PVA_FF_TrackFragmentRunAtom()
78 if (_firstEntry) in addSample()
81 _firstEntry = false; in addSample()
Dtrackfragmentatom.cpp42 _firstEntry = true; in PVA_FF_TrackFragmentAtom()
128 if (_firstEntry) in addSampleToFragment()
130 _firstEntry = false; in addSampleToFragment()
/external/opencore/fileformats/mp4/composer/include/
Dtrackfragmentrunatom.h59 uint8 _firstEntry; variable
Dtimetosampleatom.h69 bool _firstEntry; variable
Dtrackfragmentatom.h81 bool _firstEntry; variable