Searched refs:FakeVideoDecoderFactory (Results 1 – 5 of 5) sorted by relevance
51 FakeVideoDecoderFactory::FakeVideoDecoderFactory() = default;54 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder() { in CreateVideoDecoder()58 std::vector<SdpVideoFormat> FakeVideoDecoderFactory::GetSupportedFormats() in GetSupportedFormats()64 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder()
39 class RTC_EXPORT FakeVideoDecoderFactory : public VideoDecoderFactory {41 FakeVideoDecoderFactory();
104 class FakeVideoDecoderFactory : public VideoDecoderFactory { class147 FakeVideoDecoderFactory decoder_factory_;
308 decoder = webrtc::FakeVideoDecoderFactory::CreateVideoDecoder(); in CreateVideoDecoder()
184 class FakeVideoDecoderFactory : public VideoDecoderFactory { class264 std::make_unique<FakeVideoDecoderFactory>(); in PeerScenarioClient()