Home
last modified time | relevance | path

Searched refs:codec_preferences (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/pc/
Drtp_transceiver.h193 std::vector<RtpCodecCapability> codec_preferences() const override { in codec_preferences() function
244 PROXY_CONSTMETHOD0(std::vector<RtpCodecCapability>, codec_preferences)
Dmedia_session.cc931 const std::vector<webrtc::RtpCodecCapability>& codec_preferences, in MatchCodecPreference() argument
937 for (const auto& codec_preference : codec_preferences) { in MatchCodecPreference()
1204 media_description_options.codec_preferences.empty()); in SetCodecsInAnswer()
2143 if (!media_description_options.codec_preferences.empty()) { in AddAudioContentForOffer()
2147 media_description_options.codec_preferences, supported_audio_codecs); in AddAudioContentForOffer()
2228 if (!media_description_options.codec_preferences.empty()) { in AddVideoContentForOffer()
2232 media_description_options.codec_preferences, supported_video_codecs); in AddVideoContentForOffer()
2463 if (!media_description_options.codec_preferences.empty()) { in AddAudioContentForAnswer()
2465 media_description_options.codec_preferences, supported_audio_codecs); in AddAudioContentForAnswer()
2574 if (!media_description_options.codec_preferences.empty()) { in AddVideoContentForAnswer()
[all …]
Dmedia_session.h80 std::vector<webrtc::RtpCodecCapability> codec_preferences; member
Dpeer_connection.cc4901 media_description_options.codec_preferences = in GetMediaDescriptionOptionsForTransceiver()
4902 transceiver->codec_preferences(); in GetMediaDescriptionOptionsForTransceiver()
/external/webrtc/api/
Drtp_transceiver_interface.cc34 std::vector<RtpCodecCapability> RtpTransceiverInterface::codec_preferences() in codec_preferences() function in webrtc::RtpTransceiverInterface
Drtp_transceiver_interface.h127 virtual std::vector<RtpCodecCapability> codec_preferences() const;