Home
last modified time | relevance | path

Searched refs:kVp9PayloadType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/video/
Drtp_video_stream_receiver2_unittest.cc258 constexpr int kVp9PayloadType = 99; in TEST_F() local
295 packet_to_send.SetPayloadType(kVp9PayloadType); in TEST_F()
320 codec.plType = kVp9PayloadType; in TEST_F()
Drtp_video_stream_receiver_unittest.cc253 constexpr int kVp9PayloadType = 99; in TEST_F() local
290 packet_to_send.SetPayloadType(kVp9PayloadType); in TEST_F()
315 codec.plType = kVp9PayloadType; in TEST_F()
Dvideo_send_stream_tests.cc3238 const int kVp9PayloadType = test::CallTest::kVideoSendPayloadType; member in webrtc::Vp9HeaderObserver
3246 send_config->rtp.payload_type = kVp9PayloadType; in ModifyVideoConfigs()
3278 EXPECT_EQ(kVp9PayloadType, rtp_packet.PayloadType()); in OnSendRtp()