Home
last modified time | relevance | path

Searched refs:_maxNumSamplesPerChunk (Results 1 – 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
Dsampletochunkatom.h74 return _maxNumSamplesPerChunk; in getMaxNumSamlplesPerChunk()
78 _maxNumSamplesPerChunk = max; in setMaxNumSamlplesPerChunk()
120 int32 _maxNumSamplesPerChunk; variable
/external/opencore/fileformats/mp4/composer/src/
Dsampletochunkatom.cpp61 _maxNumSamplesPerChunk = DEFAULT_MAX_NUM_SAMPLES_PER_CHUNK; in PVA_FF_SampleToChunkAtom()
178 if (_currentChunkNumSamples == _maxNumSamplesPerChunk) in isNewChunk()
/external/opencore/fileformats/mp4/composer/include/
Dsampletochunkatom.h79 uint32 _maxNumSamplesPerChunk; variable
/external/opencore/fileformats/mp4/parser/src/
Dsampletochunkatom.cpp82 _maxNumSamplesPerChunk = DEFAULT_MAX_NUM_SAMPLES_PER_CHUNK; in SampleToChunkAtom()