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

  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 244 const int32_t kMaxReadBytes = 1024;
246 uint8_t buf[kMaxReadBytes];
247 ssize_t bytesToRead = kMaxReadBytes;
264 bytesToRead = kMaxReadBytes - remainingBytes;
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 96 const size_t kMaxReadBytes = 1024;
98 uint8_t buf[kMaxReadBytes];
99 ssize_t bytesToRead = kMaxReadBytes;
117 bytesToRead = kMaxReadBytes - remainingBytes;

Completed in 102 milliseconds