Searched refs:include_timestamps (Results 1 – 8 of 8) sorted by relevance
258 feedback_request.include_timestamps, first_sequence_number, in SendFeedbackOnRequest()275 bool include_timestamps, in MaybeBuildFeedbackPacket() argument302 std::make_unique<rtcp::TransportFeedback>(include_timestamps); in MaybeBuildFeedbackPacket()
90 bool include_timestamps,
33 bool include_timestamps; member
61 explicit TransportFeedback(bool include_timestamps,
278 TransportFeedback::TransportFeedback(bool include_timestamps, bool include_lost) in TransportFeedback() argument284 include_timestamps_(include_timestamps), in TransportFeedback()
71 explicit FeedbackTester(bool include_timestamps) in FeedbackTester() argument74 include_timestamps_(include_timestamps) {} in FeedbackTester()
337 bool include_timestamps = in Parse() local343 *feedback_request = {include_timestamps, sequence_count}; in Parse()363 (feedback_request->include_timestamps ? kIncludeTimestampsBit : 0); in Write()
1132 EXPECT_EQ(received_feedback_request->include_timestamps, in TEST()1133 kFeedbackRequest->include_timestamps); in TEST()