Searched defs:CodecSupport (Results 1 – 3 of 3) sorted by relevance
30 struct CodecSupport { struct49 virtual CodecSupport QueryCodecSupport(const SdpVideoFormat& format, in QueryCodecSupport() argument
31 struct CodecSupport { struct32 bool is_supported = false;33 bool is_power_efficient = false;
31 using CodecSupport = VideoEncoderFactory::CodecSupport; typedef