Searched refs:FakeVideoDecoderFactory (Results 1 – 5 of 5) sorted by relevance
57 FakeVideoDecoderFactory::FakeVideoDecoderFactory() = default;60 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder() { in CreateVideoDecoder()64 std::vector<SdpVideoFormat> FakeVideoDecoderFactory::GetSupportedFormats() in GetSupportedFormats()70 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder()
41 class RTC_EXPORT FakeVideoDecoderFactory : public VideoDecoderFactory {43 FakeVideoDecoderFactory();
107 class FakeVideoDecoderFactory : public VideoDecoderFactory { class174 FakeVideoDecoderFactory decoder_factory_;
309 decoder = webrtc::FakeVideoDecoderFactory::CreateVideoDecoder(); in CreateVideoDecoder()
140 class FakeVideoDecoderFactory : public VideoDecoderFactory { class219 std::make_unique<FakeVideoDecoderFactory>(); in PeerScenarioClient()