Searched refs:kVp9PayloadType (Results 1 – 3 of 3) sorted by relevance
258 constexpr int kVp9PayloadType = 99; in TEST_F() local295 packet_to_send.SetPayloadType(kVp9PayloadType); in TEST_F()320 codec.plType = kVp9PayloadType; in TEST_F()
253 constexpr int kVp9PayloadType = 99; in TEST_F() local290 packet_to_send.SetPayloadType(kVp9PayloadType); in TEST_F()315 codec.plType = kVp9PayloadType; in TEST_F()
3238 const int kVp9PayloadType = test::CallTest::kVideoSendPayloadType; member in webrtc::Vp9HeaderObserver3246 send_config->rtp.payload_type = kVp9PayloadType; in ModifyVideoConfigs()3278 EXPECT_EQ(kVp9PayloadType, rtp_packet.PayloadType()); in OnSendRtp()