Home
last modified time | relevance | path

Searched refs:Video (Results 1 – 17 of 17) sorted by relevance

/webrtc/webrtc/src/api/interceptor_registry/
H A Dmod.rs46 RTPCodecType::Video, in configure_nack()
53 RTPCodecType::Video, in configure_nack()
71 RTPCodecType::Video, in configure_twcc()
77 RTPCodecType::Video, in configure_twcc()
113 RTPCodecType::Video, in configure_twcc_sender_only()
140 RTPCodecType::Video, in configure_twcc_receiver_only()
146 RTPCodecType::Video, in configure_twcc_receiver_only()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs14 m.push_codecs(m.video_codecs.clone(), RTPCodecType::Video) in test_rtp_transceiver_set_codec_preferences()
25 RTPCodecType::Video, in test_rtp_transceiver_set_codec_preferences()
39 RTPCodecType::Video, in test_rtp_transceiver_set_codec_preferences()
169 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_codec_preferences_payload_type()
173 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_codec_preferences_payload_type()
220 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_direction_change()
224 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_direction_change()
273 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_direction_causing_negotiation()
277 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_direction_causing_negotiation()
320 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_stopping()
[all …]
H A Drtp_codec.rs18 Video = 2, enumerator
25 "video" => RTPCodecType::Video, in from()
35 2 => RTPCodecType::Video, in from()
45 RTPCodecType::Video => "video", in fmt()
/webrtc/webrtc/src/api/media_engine/
H A Dmod.rs294 self.register_codec(codec, RTPCodecType::Video)?; in register_default_codecs()
332 RTPCodecType::Video => { in register_codec()
377 } else if typ == RTPCodecType::Video { in register_header_extension()
393 RTPCodecType::Video => { in register_feedback()
446 return Ok((codec.clone(), RTPCodecType::Video)); in get_codec_by_payload()
551 n_ext.1.is_video |= typ == RTPCodecType::Video; in update_header_extension()
586 } else if typ == RTPCodecType::Video { in push_codecs()
608 RTPCodecType::Video in update_from_remote_description()
650 if typ == RTPCodecType::Video { in get_codecs_by_kind()
683 || e.is_video && typ == RTPCodecType::Video) in get_rtp_parameters_by_kind()
[all …]
H A Dmedia_engine_test.rs248 RTPCodecType::Video, in test_media_engine_remote_description()
287 RTPCodecType::Video, in test_media_engine_remote_description()
319 RTPCodecType::Video, in test_media_engine_remote_description()
352 RTPCodecType::Video, in test_media_engine_remote_description()
389 RTPCodecType::Video, in test_media_engine_remote_description()
404 RTPCodecType::Video, in test_media_engine_remote_description()
419 RTPCodecType::Video, in test_media_engine_remote_description()
456 RTPCodecType::Video, in test_media_engine_remote_description()
471 RTPCodecType::Video, in test_media_engine_remote_description()
486 RTPCodecType::Video, in test_media_engine_remote_description()
[all …]
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_test.rs65 RTPCodecType::Video, in test_track_local_static_no_codec_intersection()
74 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_no_codec_intersection()
131 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_closed()
210 RTPCodecType::Video, in test_track_local_static_payload_type()
226 RTPCodecType::Video, in test_track_local_static_payload_type()
249 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_payload_type()
375 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_binding_non_blocking()
H A Dtrack_local_static_rtp.rs203 RTPCodecType::Video in kind()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs394 assert_eq!(track.kind, RTPCodecType::Video); in test_track_details_from_sdp()
404 assert_eq!(track.kind, RTPCodecType::Video); in test_track_details_from_sdp()
575 RTPCodecType::Video, in test_media_description_fingerprints()
603 RTPCodecType::Video, in test_media_description_fingerprints()
681 RTPCodecType::Video, in test_populate_sdp()
695 RTPCodecType::Video, in test_populate_sdp()
765 RTPCodecType::Video, in test_populate_sdp()
779 RTPCodecType::Video, in test_populate_sdp()
865 RTPCodecType::Video, in test_populate_sdp_reject()
872 RTPCodecType::Video, in test_populate_sdp_reject()
[all …]
/webrtc/webrtc/src/api/setting_engine/
H A Dsetting_engine_test.rs164 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_setting_engine_set_disable_media_engine_copy()
238 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_setting_engine_set_disable_media_engine_copy()
/webrtc/examples/examples/reflect/
H A Dreflect.rs117 RTPCodecType::Video, in main()
204 if track.kind() == RTPCodecType::Video { in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs93 RTPCodecType::Video, in main()
143 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs147 RTPCodecType::Video, in main()
197 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs172 RTPCodecType::Video, in main()
222 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs85 RTPCodecType::Video, in main()
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs118 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Drtp_sender_test.rs131 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_sender_get_parameters()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs870 kind: RTPCodecType::Video, in handle_undeclared_ssrc()
1219 RTPCodecType::Video => "video", in collect_inbound_stats()
1350 RTPCodecType::Video => "video", in collect_outbound_stats()