Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/include/
Dsampletochunkatom.h82 return _maxChunkDataSize; in getMaxChunkDataSize()
86 _maxChunkDataSize = max; in setMaxChunkDataSize()
121 int32 _maxChunkDataSize; variable
/external/opencore/fileformats/mp4/composer/src/
Dsampletochunkatom.cpp62 _maxChunkDataSize = DEFAULT_MAX_CHUNK_DATA_SIZE; in PVA_FF_SampleToChunkAtom()
203 if (_currentChunkDataSize + size > _maxChunkDataSize) in isNewChunk()
/external/opencore/fileformats/mp4/composer/include/
Dsampletochunkatom.h80 uint32 _maxChunkDataSize; variable
/external/opencore/fileformats/mp4/parser/src/
Dsampletochunkatom.cpp83 _maxChunkDataSize = DEFAULT_MAX_CHUNK_DATA_SIZE; in SampleToChunkAtom()