OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
94
static short *
nextBuffer
;
115
if (--nextCount > 0 && NULL !=
nextBuffer
&& 0 != nextSize) {
118
result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue,
nextBuffer
, nextSize);
339
short *oldBuffer =
nextBuffer
;
342
nextBuffer
= (short *) NULL;
346
nextBuffer
= (short *) hello;
350
nextBuffer
= (short *) android;
354
nextBuffer
= sawtoothBuffer;
367
nextBuffer
= recorderBuffer;
371
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 90 milliseconds