Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3reader.cpp244 const int32_t kMaxReadBytes = 1024; in resync() local
246 uint8_t buf[kMaxReadBytes]; in resync()
247 ssize_t bytesToRead = kMaxReadBytes; in resync()
264 bytesToRead = kMaxReadBytes - remainingBytes; in resync()
/frameworks/av/media/libstagefright/
DMP3Extractor.cpp96 const size_t kMaxReadBytes = 1024; in Resync() local
98 uint8_t buf[kMaxReadBytes]; in Resync()
99 ssize_t bytesToRead = kMaxReadBytes; in Resync()
117 bytesToRead = kMaxReadBytes - remainingBytes; in Resync()