Home
last modified time | relevance | path

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

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