Home
last modified time | relevance | path

Searched refs:kMaxBytesChecked (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3reader.cpp245 const int32_t kMaxBytesChecked = 128 * 1024; in resync() local
254 if (pos >= *inout_pos + kMaxBytesChecked) { in resync()
/frameworks/av/media/extractors/mp3/
DMP3Extractor.cpp95 const size_t kMaxBytesChecked = 128 * 1024; in Resync() local
104 if (pos >= (off64_t)(*inout_pos + kMaxBytesChecked)) { in Resync()