HomeSort by relevance Sort by last modified time
    Searched full:nextchunk (Results 1 - 25 of 43) sorted by null

1 2

  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
SampleChunk.java 214 * @param nextChunk if this is {@code null} writes at the current SampleChunk, otherwise
218 void write(SampleHolder sample, SampleChunk nextChunk) throws IOException {
222 if (nextChunk != null) {
226 mChunk.closeWrite(nextChunk);
228 nextChunk.openWrite();
229 reset(nextChunk);
340 private void closeWrite(SampleChunk nextChunk) throws IOException {
342 mNextChunk = nextChunk;
SampleChunkIoHelper.java 390 SampleChunk nextChunk = null;
401 nextChunk =
411 if (nextChunk != null) {
418 mWriteIoStates[params.index].write(params.sample, nextChunk);
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 130 nextChunk();
160 nextChunk();
187 private void nextChunk() throws IOException {
  /external/libchrome/base/trace_event/
trace_buffer.h 72 virtual const TraceBufferChunk* NextChunk() = 0;
trace_buffer.cc 91 const TraceBufferChunk* NextChunk() override {
208 const TraceBufferChunk* NextChunk() override {
trace_event_unittest.cc     [all...]
trace_log.cc 924 while (const TraceBufferChunk* chunk = logged_events->NextChunk()) {
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 418 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
505 if ((result = NextChunk(&dls, &pos, &temp, &size)) != EAS_SUCCESS)
524 if ((result = NextChunk(&dls, &pos, &temp, &size)) != EAS_SUCCESS)
767 * NextChunk ()
779 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize)
    [all...]
  /external/lisa/tools/armeabi/
taskset 
rt-app 
trace-cmd 
perf 
  /external/v8/src/snapshot/
serializer.cc 294 sink_.Put(kNextChunk, "NextChunk");
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 485 ZNStringPoolChunk *nextChunk = fChunks->fNext;
487 fChunks = nextChunk;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc-2.15.so 
libc.so.6 
  /external/devlib/devlib/bin/armeabi/
m5 
trace-cmd 
busybox 
  /external/lisa/tools/arm64/
perf 
  /external/apache-http/art-profile/
org.apache.http.legacy.boot.prof.txt     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/dlmalloc/
malloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c     [all...]

Completed in 1537 milliseconds

1 2