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

  /frameworks/multidex/library/src/android/support/multidex/
ZipUtil.java 73 long stopOffset = scanOffset - 0x10000 /* ".ZIP file comment"'s max length */;
74 if (stopOffset < 0) {
75 stopOffset = 0;
86 if (scanOffset < stopOffset) {
  /frameworks/av/media/libstagefright/
ItemTable.cpp 164 off64_t stopOffset = offset + size;
165 while (offset < stopOffset) {
171 if (offset != stopOffset) {
960 off64_t stopOffset = *offset + *size;
961 while (newOffset < stopOffset) {
969 *size = stopOffset - newOffset;
1119 off64_t stopOffset = offset + size;
1121 for (size_t i = 0; i < entry_count && offset < stopOffset; i++) {
1128 if (offset != stopOffset) {
    [all...]
MPEG4Extractor.cpp     [all...]
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 

Completed in 338 milliseconds