Home
last modified time | relevance | path

Searched refs:supported_codecs (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/media/engine/
Dinternal_encoder_factory.cc28 std::vector<SdpVideoFormat> supported_codecs; in SupportedFormats() local
29 supported_codecs.push_back(SdpVideoFormat(cricket::kVp8CodecName)); in SupportedFormats()
31 supported_codecs.push_back(format); in SupportedFormats()
33 supported_codecs.push_back(format); in SupportedFormats()
35 supported_codecs.push_back(SdpVideoFormat(cricket::kAv1CodecName)); in SupportedFormats()
36 return supported_codecs; in SupportedFormats()
/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.cc44 rtc::ArrayView<const RtpCodecCapability> supported_codecs) { in FilterVideoCodecCapabilities() argument
46 for (const auto& codec : supported_codecs) { in FilterVideoCodecCapabilities()
60 for (auto& codec : supported_codecs) { in FilterVideoCodecCapabilities()
87 for (auto& codec : supported_codecs) { in FilterVideoCodecCapabilities()
Dsdp_changer.h48 rtc::ArrayView<const RtpCodecCapability> supported_codecs);
/external/webrtc/media/base/
Dcodec.cc417 const std::vector<VideoCodec>& supported_codecs, in FindMatchingCodec() argument
419 for (const VideoCodec& supported_codec : supported_codecs) { in FindMatchingCodec()
Dcodec.h241 const std::vector<VideoCodec>& supported_codecs,