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

  /frameworks/base/cmds/bootanimation/
audioplay.cpp 52 static unsigned nextSize;
319 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) {
328 CHATTY("playClip on player %p: buf=%p size=%d nextSize %d",
329 bqPlayerBufferQueue, buf, size, nextSize);
331 if (nextSize > 0) {
335 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 110 const unsigned long nextSize = reader.read(&nextBuffer, getSize);
112 if (nextSize < getSize || nextBuffer == NULL) {
113 ALOGD("inflate read failed (%ld vs %ld)\n", nextSize, getSize);
117 compRemaining -= nextSize;
120 zstream.avail_in = nextSize;
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 167 final float nextSize = Math.min(lastFitTextSize + mStepTextSize, mMaximumTextSize);
168 mTempPaint.setTextSize(nextSize);
172 lastFitTextSize = nextSize;
  /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);
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)
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 227 nextSize := codegen[inIndex]
228 if nextSize == size {
280 size = nextSize
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 227 nextSize := codegen[inIndex]
228 if nextSize == size {
280 size = nextSize

Completed in 92 milliseconds