Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dsdp_video_format.h23 struct RTC_EXPORT SdpVideoFormat { struct
26 explicit SdpVideoFormat(const std::string& name); argument
30 SdpVideoFormat& operator=(const SdpVideoFormat&); argument
31 SdpVideoFormat& operator=(SdpVideoFormat&&); argument
44 std::string name;
45 Parameters parameters;
Dsdp_video_format.cc17 SdpVideoFormat::SdpVideoFormat(const std::string& name) : name(name) {} in SdpVideoFormat() function in webrtc::SdpVideoFormat
19 SdpVideoFormat::SdpVideoFormat(const std::string& name, 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/api/test/video/
Dfunction_video_encoder_factory.h47 const SdpVideoFormat& /* format */) const override { in QueryVideoEncoder()
/external/webrtc/video/
Dvideo_stream_decoder_impl.cc26 std::map<int, std::pair<SdpVideoFormat, int>> decoder_settings) in VideoStreamDecoderImpl()