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

/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp70 * | `url` file |<--------- buffer size --------->|<--- `block_size` -->| | |
76 * - block_size == 0 means entire range
82 uint32_t block_size, /* download block size */
142 if (block_size > 0 && (range_length == -1 || (int64_t)(buffer->size() + block_size) < range_length)) {
143 range_length = buffer->size() + block_size;
79 fetchBlock( const char *url, sp<ABuffer> *out, int64_t range_offset, int64_t range_length, uint32_t block_size, String8 *actualUrl, bool reconnect ) argument

Completed in 58 milliseconds