Searched defs:Chunk (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h19 /** \class Chunk
20 * \brief Chunk is the basic unit of the storage of the LinearAllocator
25 class Chunk class in namespace:mcld
30 Chunk() function in class:mcld::Chunk
46 Chunk* next;
52 class Chunk<DataType, 0> class in namespace:mcld
58 Chunk() function in class:mcld::Chunk
66 ~Chunk() {
85 Chunk* next;
92 size_t Chunk<DataTyp
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h112 struct Chunk { struct in class:android::MPEG4Writer
118 Chunk(): mTrack(NULL), mTimeStampUs(0) {} function in struct:android::MPEG4Writer::Chunk
120 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) function in struct:android::MPEG4Writer::Chunk
127 List<Chunk> mChunks; // Remaining chunks to be written
140 List<ChunkInfo> mChunkInfos; // Chunk infos
150 void bufferChunk(const Chunk& chunk);
157 bool findChunkToWrite(Chunk *chunk);
160 void writeChunkToFile(Chunk* chunk);
/frameworks/base/libs/hwui/
H A DDisplayList.h116 struct Chunk { struct in class:android::uirenderer::DisplayListData
148 const Vector<Chunk>& getChunks() const {
172 Vector<Chunk> chunks;

Completed in 386 milliseconds