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

  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 245 const int32_t kMaxBytesChecked = 128 * 1024;
254 if (pos >= *inout_pos + kMaxBytesChecked) {
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 97 const size_t kMaxBytesChecked = 128 * 1024;
106 if (pos >= (off64_t)(*inout_pos + kMaxBytesChecked)) {

Completed in 124 milliseconds