Searched refs:length_of_temporal_unit_size (Results 1 – 1 of 1) sorted by relevance
383 size_t length_of_temporal_unit_size = 0; in obudec_read_temporal_unit() local390 if (obudec_read_leb128(f, &tuheader[0], &length_of_temporal_unit_size, in obudec_read_temporal_unit()401 &length_of_temporal_unit_size) != 0) { in obudec_read_temporal_unit()407 if (size > UINT32_MAX || size + length_of_temporal_unit_size > UINT32_MAX) { in obudec_read_temporal_unit()412 size += length_of_temporal_unit_size; in obudec_read_temporal_unit()464 data_size = tu_size - length_of_temporal_unit_size; in obudec_read_temporal_unit()465 memcpy(*buffer, &tuheader[0], length_of_temporal_unit_size); in obudec_read_temporal_unit()466 offset = length_of_temporal_unit_size; in obudec_read_temporal_unit()