Searched defs:kDownloadBlockSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h38 static const int32_t kDownloadBlockSize; member in struct:android::PlaylistFetcher
H A DPlaylistFetcher.cpp53 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024; member in class:android::PlaylistFetcher
919 uri.c_str(), &buffer, range_offset, range_length, kDownloadBlockSize, &source);

Completed in 135 milliseconds