Home
last modified time | relevance | path

Searched defs:SdpVideoFormat (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/video_codecs/
Dsdp_video_format.h27 struct RTC_EXPORT SdpVideoFormat { struct
30 explicit SdpVideoFormat(const std::string& name); argument
39 SdpVideoFormat& operator=(const SdpVideoFormat&); argument
40 SdpVideoFormat& operator=(SdpVideoFormat&&); argument
66 // SdpVideoFormat, which makes instances that should compare equal to not match argument
Dsdp_video_format.cc70 SdpVideoFormat::SdpVideoFormat(const std::string& name) : name(name) {} in SdpVideoFormat() function in webrtc::SdpVideoFormat
72 SdpVideoFormat::SdpVideoFormat(const std::string& name, in SdpVideoFormat() function in webrtc::SdpVideoFormat
76 SdpVideoFormat::SdpVideoFormat( in SdpVideoFormat() function in webrtc::SdpVideoFormat
/external/webrtc/sdk/objc/api/peerconnection/
DRTCVideoCodecInfo+Private.mm18 - (instancetype)initWithNativeSdpVideoFormat : (webrtc::SdpVideoFormat)format {
/external/webrtc/api/video/
Dvideo_stream_decoder_create.cc23 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings, in CreateVideoStreamDecoder()
/external/webrtc/video/
Dvideo_stream_decoder_impl.cc25 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings, in VideoStreamDecoderImpl()