Home
last modified time | relevance | path

Searched refs:GetDecoderName (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dvideo_decoder_stream_unittest.cc49 static std::string GetDecoderName(int i) { in GetDecoderName() function
187 GetDecoderName(i), GetParam().decoding_delay, in CreateVideoDecodersForTest()
261 ASSERT_TRUE(GetDecoderName(0) == name || GetDecoderName(1) == name || in OnDecoderChanged()
262 GetDecoderName(2) == name); in OnDecoderChanged()
956 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
995 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1036 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1063 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1068 ASSERT_EQ(GetDecoderName(2), decoder_->GetDisplayName()); in TEST_P()
1118 EXPECT_EQ(GetDecoderName(0), decoder_->GetDisplayName()); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dvideo_decoder_stream_unittest.cc50 static std::string GetDecoderName(int i) { in GetDecoderName() function
208 GetDecoderName(i), GetParam().decoding_delay, in CreateVideoDecodersForTest()
294 ASSERT_TRUE(GetDecoderName(0) == name || GetDecoderName(1) == name || in OnDecoderChanged()
295 GetDecoderName(2) == name); in OnDecoderChanged()
1026 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1065 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1104 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1131 ASSERT_EQ(GetDecoderName(1), decoder_->GetDisplayName()); in TEST_P()
1136 ASSERT_EQ(GetDecoderName(2), decoder_->GetDisplayName()); in TEST_P()
1186 EXPECT_EQ(GetDecoderName(0), decoder_->GetDisplayName()); in TEST_P()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Ddecode_test_driver.cc45 const char *codec_name = GetDecoderName(); in IsVP8()
50 const char *codec_name = GetDecoderName(); in IsAV1()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvideo_provider_cache.cpp70 std::string GetDecoderName() const override { return master->GetDecoderName(); } in GetDecoderName() function in __anon13ff23fe0111::VideoProviderCache
H A Dasync_video_provider.h123 std::string GetDecoderName() const { return source_provider->GetDecoderName(); } in GetDecoderName() function
H A Dvideo_provider_dummy.h77 std::string GetDecoderName() const override { return "Dummy Video Provider"; } in GetDecoderName() function
H A Ddialog_video_details.cpp64 make_field(_("Decoder:"), to_wx(provider->GetDecoderName())); in ShowVideoDetailsDialog()
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/TexturePacker/src/decoder/
H A DPNGDecoder.h33 const char* GetDecoderName() override { return "libpng"; } in GetDecoderName() function
H A DGIFDecoder.h33 const char* GetDecoderName() override { return "libgif"; } in GetDecoderName() function
H A DJPGDecoder.h33 const char* GetDecoderName() override { return "libjpeg"; } in GetDecoderName() function
H A DIDecoder.h39 virtual const char* GetDecoderName() = 0;
/dports/multimedia/aegisub/aegisub-3.2.2/src/include/aegisub/
H A Dvideo_provider.h75 virtual std::string GetDecoderName() const = 0;
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/TexturePacker/src/
H A DDecoderManager.cpp75 …- lets load it via %s...\n", m_decoders[i]->GetImageFormatName(), m_decoders[i]->GetDecoderName()); in LoadFile()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsAV1()
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsAV1()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsAV1()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsVP8()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsAV1()
/dports/multimedia/aom/aom-3.2.0/test/
H A Ddecode_test_driver.cc43 const char *codec_name = GetDecoderName(); in IsAV1()

12