Searched defs:chunk (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dallocators.h92 User may also supply a buffer as the first chunk.
107 /*! \param chunkSize The size of memory chunk. The default is kDefaultChunkSize.
116 /*! The user buffer will be used firstly. When it is full, memory pool allocates new chunk with chunk size.
122 \param chunkSize The size of memory chunk. The default is kDefaultChunkSize.
228 //! Creates a new chunk.
229 /*! \param capacity Capacity of the chunk in bytes.
234 ChunkHeader* chunk = reinterpret_cast<ChunkHeader*>(baseAllocator_->Malloc(RAPIDJSON_ALIGN(sizeof(ChunkHeader)) + capacity)); local
235 chunk->capacity = capacity;
236 chunk
[all...]
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DSampleChunk.java63 * @param chunk SampleChunk which is written completely
65 public void onChunkWrite(SampleChunk chunk) { argument
72 * @param chunk SampleChunk which is deleted from storage
74 public void onChunkDelete(SampleChunk chunk) { argument
113 SampleChunk chunk =
116 prev.mNextChunk = chunk;
118 return chunk;
130 private boolean equals(SampleChunk chunk, long offset) { argument
131 return chunk == mChunk && mCurrentOffset == offset;
148 private void reset(@Nullable SampleChunk chunk) { argument
153 reset(SampleChunk chunk, long offset) argument
164 openRead(SampleChunk chunk, long offset) argument
178 openWrite(SampleChunk chunk) argument
268 release(SampleChunk chunk, boolean delete) argument
[all...]
H A DBufferManager.java72 public void onChunkWrite(SampleChunk chunk) {
73 mBufferSize += chunk.getSize();
77 public void onChunkDelete(SampleChunk chunk) {
78 mBufferSize -= chunk.getSize();
320 private void add(String key, SampleChunk chunk) { argument
323 mSize += chunk.getSize();
324 queue.add(chunk);
331 SampleChunk chunk = queue.peek();
332 if (chunk != null && chunk
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jar ... public abstract com.google.android.exoplayer.chunk.Format getFormat () public abstract com.google.android ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 90 milliseconds