Home
last modified time | relevance | path

Searched defs:Chunk (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
DMPEG4Writer.h117 struct Chunk { struct
123 Chunk(): mTrack(NULL), mTimeStampUs(0) {} in Chunk() function
125 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) in Chunk() function
/frameworks/base/libs/hwui/
DDisplayList.h114 struct Chunk { struct
116 size_t beginOpIndex;
117 size_t endOpIndex;
120 size_t beginChildIndex;
144 const Vector<Chunk>& getChunks() const { in getChunks() argument
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>; variable
DRelocation.h28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>; variable
/frameworks/base/tools/aapt2/
DResChunkPullParser.h44 Chunk, enumerator
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h30 Chunk() : next(NULL), bound(0) {} in Chunk() function
54 Chunk() : next(NULL), bound(0) { in Chunk() function