Searched refs:block_size (Results 1 – 3 of 3) sorted by relevance
83 uint32_t block_size, /* download block size */ in fetchBlock() argument143 …if (block_size > 0 && (range_length == -1 || (int64_t)(buffer->size() + block_size) < range_length… in fetchBlock()144 range_length = buffer->size() + block_size; in fetchBlock()
58 uint32_t block_size, /* download block size (0: entire range) */
441 size_t block_size = br.getBits(5); in parseDTVCCPacket() local452 if (br.numBitsLeft() < block_size * 8) { in parseDTVCCPacket()456 if (block_size > 0) { in parseDTVCCPacket()459 sp<ABuffer> ccPacket = new ABuffer(block_size); in parseDTVCCPacket()460 memcpy(ccPacket->data(), br.data(), block_size); in parseDTVCCPacket()464 br.skipBits(block_size * 8); in parseDTVCCPacket()