Home
last modified time | relevance | path

Searched defs:CodecSupport (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/video_codecs/
Dvideo_decoder_factory.h30 struct CodecSupport { struct
49 virtual CodecSupport QueryCodecSupport(const SdpVideoFormat& format, in QueryCodecSupport() argument
Dvideo_encoder_factory.h31 struct CodecSupport { struct
32 bool is_supported = false;
33 bool is_power_efficient = false;
/external/webrtc/api/video_codecs/test/
Dvideo_encoder_factory_template_tests.cc31 using CodecSupport = VideoEncoderFactory::CodecSupport; typedef