Searched defs:SdpVideoFormat (Results 1 – 6 of 6) sorted by relevance
23 struct RTC_EXPORT SdpVideoFormat { struct26 explicit SdpVideoFormat(const std::string& name); argument30 SdpVideoFormat& operator=(const SdpVideoFormat&); argument31 SdpVideoFormat& operator=(SdpVideoFormat&&); argument44 std::string name;45 Parameters parameters;
17 SdpVideoFormat::SdpVideoFormat(const std::string& name) : name(name) {} in SdpVideoFormat() function in webrtc::SdpVideoFormat19 SdpVideoFormat::SdpVideoFormat(const std::string& name, in SdpVideoFormat() function in webrtc::SdpVideoFormat
18 - (instancetype)initWithNativeSdpVideoFormat : (webrtc::SdpVideoFormat)format {
23 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings) { in CreateVideoStreamDecoder()
47 const SdpVideoFormat& /* format */) const override { in QueryVideoEncoder()
26 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings) in VideoStreamDecoderImpl()