Searched refs:width_values (Results 1 – 1 of 1) sorted by relevance
3003 std::vector<absl::optional<uint64_t>> width_values = DecodeDeltas( in StoreFrameDecodedEvents() local3005 RTC_PARSE_CHECK_OR_RETURN_EQ(width_values.size(), number_of_deltas); in StoreFrameDecodedEvents()3041 RTC_PARSE_CHECK_OR_RETURN(width_values[i].has_value()); in StoreFrameDecodedEvents()3042 RTC_PARSE_CHECK_OR_RETURN(ToSigned(width_values[i].value(), &frame.width)); in StoreFrameDecodedEvents()