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

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtypeArray.java 218 final int restBytes = result.length - totalReadBytes;
219 final int readBytes = unzipper.read(result, totalReadBytes, restBytes);
  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 515 int restBytes;
525 restBytes = (AuLengthBits) >> 3;
526 FDKwriteBits( hBitStream, restBytes, 8 );

Completed in 70 milliseconds