| /webrtc/webrtc/src/api/interceptor_registry/ |
| H A D | mod.rs | 46 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 D | rtp_transceiver_test.rs | 14 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 D | rtp_codec.rs | 18 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 D | mod.rs | 294 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 D | media_engine_test.rs | 248 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 D | track_local_static_test.rs | 65 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 D | track_local_static_rtp.rs | 203 RTPCodecType::Video in kind()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | sdp_test.rs | 394 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 D | setting_engine_test.rs | 164 .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 D | reflect.rs | 117 RTPCodecType::Video, in main() 204 if track.kind() == RTPCodecType::Video { in main()
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.rs | 93 RTPCodecType::Video, in main() 143 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
|
| /webrtc/examples/examples/save-to-disk-h264/ |
| H A D | save-to-disk-h264.rs | 147 RTPCodecType::Video, in main() 197 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
|
| /webrtc/examples/examples/save-to-disk-vpx/ |
| H A D | save-to-disk-vpx.rs | 172 RTPCodecType::Video, in main() 222 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
|
| /webrtc/examples/examples/simulcast/ |
| H A D | simulcast.rs | 85 RTPCodecType::Video, in main()
|
| /webrtc/examples/examples/broadcast/ |
| H A D | broadcast.rs | 118 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_sender/ |
| H A D | rtp_sender_test.rs | 131 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_sender_get_parameters()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 870 kind: RTPCodecType::Video, in handle_undeclared_ssrc() 1219 RTPCodecType::Video => "video", in collect_inbound_stats() 1350 RTPCodecType::Video => "video", in collect_outbound_stats()
|