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

/frameworks/base/core/java/android/webkit/
H A DByteArrayBuilder.java34 private static final LinkedList<SoftReference<Chunk>> sPool =
35 new LinkedList<SoftReference<Chunk>>();
37 private static final ReferenceQueue<Chunk> sQueue =
38 new ReferenceQueue<Chunk>();
40 private LinkedList<Chunk> mChunks;
43 mChunks = new LinkedList<Chunk>();
48 Chunk c = null;
70 * chunk out of the queue. The caller must call Chunk.release() to
73 public synchronized Chunk getFirstChunk() {
84 ListIterator<Chunk> i
131 public static class Chunk { class in class:ByteArrayBuilder
135 public Chunk(int length) { method in class:ByteArrayBuilder.Chunk
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h24 /** \class Chunk
25 * \brief Chunk is the basic unit of the storage of the LinearAllocator
30 struct Chunk struct in namespace:mcld
35 Chunk() function in struct:mcld::Chunk
42 Chunk* next;
48 struct Chunk<DataType, 0> struct in namespace:mcld
54 Chunk() function in struct:mcld::Chunk
62 ~Chunk() {
71 Chunk* next;
78 size_t Chunk<DataTyp
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h105 struct Chunk { struct in class:android::MPEG4Writer
111 Chunk(): mTrack(NULL), mTimeStampUs(0) {} function in struct:android::MPEG4Writer::Chunk
113 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) function in struct:android::MPEG4Writer::Chunk
120 List<Chunk> mChunks; // Remaining chunks to be written
133 List<ChunkInfo> mChunkInfos; // Chunk infos
143 void bufferChunk(const Chunk& chunk);
150 bool findChunkToWrite(Chunk *chunk);
153 void writeChunkToFile(Chunk* chunk);
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h195 M4OSA_UChar** Chunk; member in struct:__anon92
237 M4OSA_UChar** Chunk; member in struct:__anon93

Completed in 5715 milliseconds