Home | History | Annotate | Download | only in jni

Lines Matching refs:nextSize

101 static unsigned nextSize;
121 if (--nextCount > 0 && NULL != nextBuffer && 0 != nextSize) {
124 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);
519 nextSize = 0;
523 nextSize = sizeof(hello);
527 nextSize = sizeof(android);
531 nextSize = sizeof(sawtoothBuffer);
544 nextSize = recorderSize;
548 nextSize = 0;
552 if (nextSize > 0) {
556 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);