Lines Matching refs:SdpVideoFormat
30 const std::vector<webrtc::SdpVideoFormat>& supported_formats, in IsFormatSupported()
31 const webrtc::SdpVideoFormat& format) { in IsFormatSupported()
32 for (const webrtc::SdpVideoFormat& supported_format : supported_formats) { in IsFormatSupported()
82 std::vector<webrtc::SdpVideoFormat>
84 std::vector<webrtc::SdpVideoFormat> formats; in GetSupportedFormats()
86 for (const webrtc::SdpVideoFormat& format : supported_codec_formats_) { in GetSupportedFormats()
97 const webrtc::SdpVideoFormat& format) { in CreateVideoDecoder()
120 webrtc::SdpVideoFormat(video_codec.name, video_codec.params)); in AddSupportedVideoCodecType()
206 std::vector<webrtc::SdpVideoFormat>
208 std::vector<webrtc::SdpVideoFormat> formats; in GetSupportedFormats()
210 for (const webrtc::SdpVideoFormat& format : formats_) { in GetSupportedFormats()
221 const webrtc::SdpVideoFormat& format) { in CreateVideoEncoder()
244 const webrtc::SdpVideoFormat& format) const { in QueryVideoEncoder()
276 const webrtc::SdpVideoFormat& format) { in AddSupportedVideoCodec()
285 webrtc::SdpVideoFormat(video_codec.name, video_codec.params)); in AddSupportedVideoCodecType()