Home
last modified time | relevance | path

Searched refs:DoIndexing (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/ffms2/ffms2-2.40/test/
H A Ddisplay_matrix.cpp18 bool DoIndexing(std::string);
51 bool DisplayMatrixTest::DoIndexing(std::string file_name) { in DoIndexing() function in __anonde0aba190111::DisplayMatrixTest
73 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_F()
82 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_F()
91 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_F()
H A Dindexer.cpp24 bool DoIndexing(std::string);
57 bool IndexerTest::DoIndexing(std::string file_name) { in DoIndexing() function in __anonc352fdde0111::IndexerTest
80 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_P()
89 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_P()
108 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_P()
H A Dhdr.cpp49 bool DoIndexing(std::string);
82 bool HDR10Test::DoIndexing(std::string file_name) { in DoIndexing() function in __anon207fe52d0111::HDR10Test
104 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_F()
122 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_F()
141 ASSERT_TRUE(DoIndexing(FilePath)); in TEST_F()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dtestrt.cpp71 void DoIndexing ( CSphSource * pSrc, ISphRtIndex * pIndex ) in DoIndexing() function
169 DoIndexing ( pSrc, g_pIndex ); in IndexingThread()
225 DoIndexing ( pSrc, pIndex ); in main()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dtestrt.cpp75 void DoIndexing ( CSphSource * pSrc, ISphRtIndex * pIndex ) in DoIndexing() function
175 DoIndexing ( pSrc, g_pIndex ); in IndexingThread()
238 DoIndexing ( pSrc, pIndex ); in main()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dffmpegsource_common.h62 FFMS_Index *DoIndexing(FFMS_Indexer *Indexer, agi::fs::path const& Cachename,
H A Daudio_provider_ffmpegsource.cpp139 Index = DoIndexing(Indexer, CacheName, TrackMask, ErrorHandling); in LoadAudio()
H A Dffmpegsource_common.cpp83 FFMS_Index *FFmpegSourceProvider::DoIndexing(FFMS_Indexer *Indexer, in DoIndexing() function in FFmpegSourceProvider
H A Dvideo_provider_ffmpegsource.cpp201 Index = DoIndexing(Indexer, CacheName, TrackMask, GetErrorHandlingMode()); in LoadVideo()
/dports/multimedia/ffms2/ffms2-2.40/src/index/
H A Dffmsindex.cpp141 void DoIndexing() { in DoIndexing() function
276 DoIndexing();
/dports/multimedia/ffms2/ffms2-2.40/src/core/
H A Dindexing.h97 FFMS_Index *DoIndexing();
H A Dffms.cpp338 Index = Indexer->DoIndexing(); in FFMS_DoIndexing2()
H A Dindexing.cpp391 FFMS_Index *FFMS_Indexer::DoIndexing() { in DoIndexing() function in FFMS_Indexer