Lines Matching refs:RtpTransceiverDirection
163 RtpTransceiverDirection GetMediaContentDirection( in GetMediaContentDirection()
623 std::tuple<bool, int, RtpTransceiverDirection>>> {
635 RtpTransceiverDirection expected_direction_;
652 if (expected_direction_ == RtpTransceiverDirection::kInactive) { in TEST_P()
666 Values(std::make_tuple(false, -1, RtpTransceiverDirection::kInactive),
667 std::make_tuple(false, 0, RtpTransceiverDirection::kInactive),
668 std::make_tuple(false, 1, RtpTransceiverDirection::kRecvOnly),
669 std::make_tuple(true, -1, RtpTransceiverDirection::kSendRecv),
670 std::make_tuple(true, 0, RtpTransceiverDirection::kSendOnly),
671 std::make_tuple(true, 1, RtpTransceiverDirection::kSendRecv))));
676 std::tuple<SdpSemantics, RtpTransceiverDirection, bool, int>> {
685 RtpTransceiverDirection offer_direction_;
781 Values(RtpTransceiverDirection::kInactive,
782 RtpTransceiverDirection::kSendOnly,
783 RtpTransceiverDirection::kRecvOnly,
784 RtpTransceiverDirection::kSendRecv),
797 EXPECT_EQ(RtpTransceiverDirection::kRecvOnly, in TEST_P()
799 EXPECT_EQ(RtpTransceiverDirection::kSendOnly, in TEST_P()
821 EXPECT_EQ(RtpTransceiverDirection::kRecvOnly, in TEST_P()
823 EXPECT_EQ(RtpTransceiverDirection::kSendOnly, in TEST_P()