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

  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 101 static unsigned nextSize;
121 if (--nextCount > 0 && NULL != nextBuffer && 0 != nextSize) {
124 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);
494 nextSize = 0;
498 nextSize = sizeof(hello);
502 nextSize = sizeof(android);
506 nextSize = sizeof(sawtoothBuffer);
519 nextSize = recorderSize;
523 nextSize = 0;
527 if (nextSize > 0)
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 509 int nextSize = 76;
511 while (nextSize < (int)(mCacheHeight - nextLine - (2 * nextSize))) {
512 mCacheLines.push(new CacheTextureLine(mCacheWidth, nextSize, nextLine, 0));
514 nextSize += 50;

Completed in 169 milliseconds