OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextBuffer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.cpp
283
uint32_t
nextBuffer
= (fPreallocBuffersInUse +
286
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
...]
/cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java
640
Pair<Integer, BufferInfo>
nextBuffer
= mBuffersToRender.removeFirst();
641
renderDecodedBuffer(
nextBuffer
.first,
nextBuffer
.second);
[
all
...]
Completed in 5984 milliseconds