Searched refs:InternalDecoderFactory (Results 1 – 18 of 18) sorted by relevance
27 TEST(InternalDecoderFactory, TestVP8) { in TEST() argument28 InternalDecoderFactory factory; in TEST()35 TEST(InternalDecoderFactory, TestVP9Profile0) { in TEST() argument36 InternalDecoderFactory factory; in TEST()44 TEST(InternalDecoderFactory, TestVP9Profile1) { in TEST() argument45 InternalDecoderFactory factory; in TEST()54 TEST(InternalDecoderFactory, Av1) { in TEST() argument55 InternalDecoderFactory factory; in TEST()
43 std::vector<SdpVideoFormat> InternalDecoderFactory::GetSupportedFormats() in GetSupportedFormats()56 std::unique_ptr<VideoDecoder> InternalDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder()
24 class RTC_EXPORT InternalDecoderFactory : public VideoDecoderFactory {
27 new InternalDecoderFactory()); in TEST()
20 return std::make_unique<InternalDecoderFactory>(); in CreateBuiltinVideoDecoderFactory()
70 InternalDecoderFactory decoder_factory_;
187 InternalDecoderFactory internal_decoder_factory; in TEST_F()206 InternalDecoderFactory internal_decoder_factory; in TEST_F()
144 InternalDecoderFactory decoder_factory_; in TEST_F()512 InternalDecoderFactory decoder_factory_; in TEST_F()
68 InternalDecoderFactory decoder_factory; in RunTest()
62 std::make_unique<webrtc::InternalDecoderFactory>(); in CreateTestPCF()
392 std::unique_ptr<InternalDecoderFactory> internal_decoder_factory( in TEST()393 new InternalDecoderFactory()); in TEST()
385 decoder_factory_(std::make_unique<InternalDecoderFactory>()), in VideoCodecTestFixtureImpl()
328 stream_state->decoder_factory = std::make_unique<InternalDecoderFactory>(); in ConfigureFromFile()395 std::make_unique<InternalDecoderFactory>(); in ConfigureFromFlags()
110 stream_state->decoder_factory = std::make_unique<InternalDecoderFactory>(); in SetupVideoStreams()
167 std::make_unique<webrtc::InternalDecoderFactory>(); in CreatePeerConnectionFactory()
139 std::make_unique<webrtc::InternalDecoderFactory>())), in InitializePeerConnection()
546 decoder_factory_ = std::make_unique<InternalDecoderFactory>(); in ReceiveVideoStream()
407 decoder_factory_ = std::make_unique<InternalDecoderFactory>();