HomeSort by relevance Sort by last modified time
    Searched refs:nextBuffer (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libstagefright/
MediaBufferGroup.cpp 35 next = buffer->nextBuffer();
63 buffer != NULL; buffer = buffer->nextBuffer()) {
MediaBuffer.cpp 182 MediaBuffer *MediaBuffer::nextBuffer() {
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 100 static short *nextBuffer;
121 if (--nextCount > 0 && NULL != nextBuffer && 0 != nextSize) {
124 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);
490 short *oldBuffer = nextBuffer;
493 nextBuffer = (short *) NULL;
497 nextBuffer = (short *) hello;
501 nextBuffer = (short *) android;
505 nextBuffer = sawtoothBuffer;
518 nextBuffer = recorderBuffer;
522 nextBuffer = NULL
    [all...]
  /frameworks/base/include/media/stagefright/
MediaBuffer.h 115 MediaBuffer *nextBuffer();
  /external/skia/gpu/src/
GrBufferAllocPool.cpp 234 uint32_t nextBuffer = (fPreallocBuffersInUse + fFirstPreallocBuffer) %
236 block.fBuffer = fPreallocBuffers[nextBuffer];

Completed in 1987 milliseconds