Searched refs:local_ssrc_values (Results 1 – 1 of 1) sorted by relevance
2707 std::vector<absl::optional<uint64_t>> local_ssrc_values = DecodeDeltas( in StoreAudioPlayoutEvent() local2709 RTC_PARSE_CHECK_OR_RETURN_EQ(local_ssrc_values.size(), number_of_deltas); in StoreAudioPlayoutEvent()2714 RTC_PARSE_CHECK_OR_RETURN(local_ssrc_values[i].has_value()); in StoreAudioPlayoutEvent()2715 RTC_PARSE_CHECK_OR_RETURN_LE(local_ssrc_values[i].value(), in StoreAudioPlayoutEvent()2723 static_cast<uint32_t>(local_ssrc_values[i].value()); in StoreAudioPlayoutEvent()