Lines Matching refs:SdpVideoFormat
44 std::vector<SdpVideoFormat> MultiplexEncoderFactory::GetSupportedFormats() in GetSupportedFormats()
46 std::vector<SdpVideoFormat> formats = factory_->GetSupportedFormats(); in GetSupportedFormats()
49 SdpVideoFormat multiplex_format = format; in GetSupportedFormats()
61 const SdpVideoFormat& format) const { in QueryVideoEncoder()
65 SdpVideoFormat(kMultiplexAssociatedCodecName)); in QueryVideoEncoder()
69 const SdpVideoFormat& format) { in CreateVideoEncoder()
78 SdpVideoFormat associated_format = format; in CreateVideoEncoder()
90 std::vector<SdpVideoFormat> MultiplexDecoderFactory::GetSupportedFormats() in GetSupportedFormats()
92 std::vector<SdpVideoFormat> formats = factory_->GetSupportedFormats(); in GetSupportedFormats()
95 SdpVideoFormat multiplex_format = format; in GetSupportedFormats()
106 const SdpVideoFormat& format) { in CreateVideoDecoder()
115 SdpVideoFormat associated_format = format; in CreateVideoDecoder()