Searched refs:obu_bytes_read (Results 1 – 1 of 1) sorted by relevance
6983 size_t obu_bytes_read = obu_header_size; // bytes read for current obu in av1_convert_sect5obus_to_annexb() local6995 obu_bytes_read += length_of_payload_size; in av1_convert_sect5obus_to_annexb()7003 buff_ptr + obu_bytes_read, remaining_size - obu_bytes_read); in av1_convert_sect5obus_to_annexb()7004 obu_bytes_read += (size_t)obu_payload_size; in av1_convert_sect5obus_to_annexb()7017 total_bytes_read += obu_bytes_read; in av1_convert_sect5obus_to_annexb()7018 remaining_size -= obu_bytes_read; in av1_convert_sect5obus_to_annexb()