Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dobu_parser.h371 size_t tg_header_size, size_t bytes_consumed_so_far);
372 bool ParseTileGroup(size_t size, size_t bytes_consumed_so_far); // 5.11.1.
Dobu_parser.cc2497 size_t bytes_consumed_so_far) { in AddTileBuffers() argument
2516 const uint8_t* data = data_ + bytes_consumed_so_far + tg_header_size; in AddTileBuffers()
2553 bool ObuParser::ParseTileGroup(size_t size, size_t bytes_consumed_so_far) { in ParseTileGroup() argument
2559 return AddTileBuffers(0, 0, size, 0, bytes_consumed_so_far); in ParseTileGroup()
2570 bytes_consumed_so_far); in ParseTileGroup()
2590 bytes_consumed_so_far); in ParseTileGroup()