Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h38 static const int32_t kDownloadBlockSize; member
DPlaylistFetcher.cpp51 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024; member in android::PlaylistFetcher
1251 uri.c_str(), &buffer, range_offset, range_length, kDownloadBlockSize, in onDownloadNext()