Searched defs:Chunk (Results 1 – 6 of 6) sorted by relevance
117 struct Chunk { struct123 Chunk(): mTrack(NULL), mTimeStampUs(0) {} in Chunk() function125 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) in Chunk() function
114 struct Chunk { struct116 size_t beginOpIndex;117 size_t endOpIndex;120 size_t beginChildIndex;144 const Vector<Chunk>& getChunks() const { in getChunks() argument
76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>; variable
28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>; variable
44 Chunk, enumerator
30 Chunk() : next(NULL), bound(0) {} in Chunk() function54 Chunk() : next(NULL), bound(0) { in Chunk() function