Searched refs:kMaxScanOffset (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp327 static const off64_t kMaxScanOffset = 128ll * 1024ll; local
335 while (!done && offset < kMaxScanOffset) {
H A DMPEG4Extractor.cpp2368 static const off64_t kMaxScanOffset = 128ll; local
2375 while (!done && offset < kMaxScanOffset) {

Completed in 1169 milliseconds