Searched defs:SdpVideoFormat (Results 1 – 5 of 5) sorted by relevance
27 struct RTC_EXPORT SdpVideoFormat { struct30 explicit SdpVideoFormat(const std::string& name); argument39 SdpVideoFormat& operator=(const SdpVideoFormat&); argument40 SdpVideoFormat& operator=(SdpVideoFormat&&); argument66 // SdpVideoFormat, which makes instances that should compare equal to not match argument
70 SdpVideoFormat::SdpVideoFormat(const std::string& name) : name(name) {} in SdpVideoFormat() function in webrtc::SdpVideoFormat72 SdpVideoFormat::SdpVideoFormat(const std::string& name, in SdpVideoFormat() function in webrtc::SdpVideoFormat76 SdpVideoFormat::SdpVideoFormat( in SdpVideoFormat() function in webrtc::SdpVideoFormat
18 - (instancetype)initWithNativeSdpVideoFormat : (webrtc::SdpVideoFormat)format {
23 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings, in CreateVideoStreamDecoder()
25 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings, in VideoStreamDecoderImpl()