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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 76 // Once we remove FB HAL support, we can call nextBuffer() from here
82 status_t FramebufferSurface::nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence) {
124 status_t err = nextBuffer(buf, acquireFence);
  /frameworks/av/media/libstagefright/
MediaBuffer.cpp 182 MediaBuffer *MediaBuffer::nextBuffer() {
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 270 uint32_t nextBuffer = (fPreallocBuffersInUse +
273 block.fBuffer = fPreallocBuffers[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);
518 nextBuffer = (short *) NULL;
522 nextBuffer = (short *) hello;
526 nextBuffer = (short *) android;
530 nextBuffer = sawtoothBuffer;
543 nextBuffer = recorderBuffer;
547 nextBuffer = NULL;
556 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize)
    [all...]

Completed in 211 milliseconds