Home
last modified time | relevance | path

Searched refs:entrySize (Results 1 – 9 of 9) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dsyncsampleatom.cpp53 uint32 entrySize = (4); in SyncSampleAtom() local
55 if ((_entryCount*entrySize) > dataSize) in SyncSampleAtom()
Deditlistatom.cpp49 uint32 entrySize = (4 + 4 + 2 + 2); in EditListAtom() local
51 if ((_entryCount*entrySize) > dataSize) in EditListAtom()
Dsamplesizeatom.cpp83 uint32 entrySize = (4); in SampleSizeAtom() local
87 if ((_sampleCount*entrySize) > dataSize) in SampleSizeAtom()
Dchunkoffsetatom.cpp61 uint32 entrySize = 4; in ChunkOffsetAtom() local
63 if ((_entryCount*entrySize) > dataSize) in ChunkOffsetAtom()
Dtimetosampleatom.cpp81 uint32 entrySize = (4 + 4); in TimeToSampleAtom() local
83 if ((_entryCount*entrySize) > dataSize) in TimeToSampleAtom()
Dcompositionoffsetatom.cpp113 uint32 entrySize = (4 + 4); in CompositionOffsetAtom() local
115 if ((_entryCount*entrySize) > dataSize) in CompositionOffsetAtom()
Dsampletochunkatom.cpp92 uint32 entrySize = (4 + 4 + 4); in SampleToChunkAtom() local
94 if ((_entryCount*entrySize) > dataSize) in SampleToChunkAtom()
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_memorybufferdatastream_factory.h141 void GetFirstEntryInfo(uint32& entryOffset, uint32& entrySize);
143 void GetLastEntryInfo(uint32& entryOffset, uint32& entrySize);
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_memorybufferdatastream_factory.cpp3183 PVMFMemoryBufferDataStreamTempCache::GetFirstEntryInfo(uint32& entryOffset, uint32& entrySize) in GetFirstEntryInfo() argument
3192 entrySize = entry->fragSize; in GetFirstEntryInfo()
3196 …ufferDataStreamTempCache::GetFirstEntryInfo returning offset %d size %d", entryOffset, entrySize)); in GetFirstEntryInfo()
3201 PVMFMemoryBufferDataStreamTempCache::GetLastEntryInfo(uint32& entryOffset, uint32& entrySize) in GetLastEntryInfo() argument
3210 entrySize = entry->fragSize; in GetLastEntryInfo()
3214 …oryBufferDataStreamCache::GetFirstEntryInfo returning offset %d size %d", entryOffset, entrySize)); in GetLastEntryInfo()