Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dsamplesizeatom.cpp38 _sampleSize = 0; in PVA_FF_SampleSizeAtom()
74 if (_sampleSize != size) // New size different from existing in addNextSampleSize()
78 _sampleSize = size; in addNextSampleSize()
86 _psampleSizeVec->push_back(_sampleSize); in addNextSampleSize()
88 _sampleSize = 0; // Flag indicating that there fp a vector of sizes in addNextSampleSize()
160 if (_sampleSize == 0) in recomputeSize()
179 if (_sampleSize == 0) in reAuthorFirstSample()
192 if (_sampleSize != size) in reAuthorFirstSample()
/external/opencore/fileformats/mp4/composer/include/
Dsamplesizeatom.h42 return _sampleSize; in getDefaultSampleSize()
46 _sampleSize = size; in setDefaultSampleSize()
69 uint32 _sampleSize; variable
/external/opencore/fileformats/mp4/parser/src/
Dsamplesizeatom.cpp76 if (!AtomUtils::read32read32(fp, ((uint32 &)_sampleSize), _sampleCount)) in SampleSizeAtom()
85 if (_sampleSize == 0) in SampleSizeAtom()
183 _maxSampleSize = (uint32)_sampleSize; in SampleSizeAtom()
275 return _sampleSize; in getSampleSizeAt()
Daudiosampleentry.cpp46 if (!AtomUtils::read16read16(fp, _channelCount, _sampleSize)) in AudioSampleEntry()
/external/opencore/fileformats/mp4/parser/include/
Dsamplesizeatom.h54 return _sampleSize; in getDefaultSampleSize()
73 int32 _sampleSize; variable
Daudiosampleentry.h166 uint16 _sampleSize; variable