Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/test/
H A Dvideo_encoder_factory_template_tests.cc36 struct FooEncoderTemplateAdapter { struct
37 static std::vector<SdpVideoFormat> SupportedFormats() { return {kFooSdp}; } in SupportedFormats()
39 static std::unique_ptr<VideoEncoder> CreateEncoder( in CreateEncoder()
44 static bool IsScalabilityModeSupported(ScalabilityMode scalability_mode) { in IsScalabilityModeSupported()