Home
last modified time | relevance | path

Searched refs:GetLastChunk (Results 1 – 25 of 33) sorted by relevance

12

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dsplit_query_aux_priv.hpp214 int GetLastChunk(int global_query_index);
225 int GetLastChunk(size_t chunk_num, int context_in_chunk);
H A Dsplit_query_aux_priv.cpp362 CQueryDataPerChunk::GetLastChunk(size_t chunk_num, int context_in_chunk) in GetLastChunk() function in CQueryDataPerChunk
367 return GetLastChunk(m_QueryIndicesPerChunk[chunk_num][pos]); in GetLastChunk()
371 CQueryDataPerChunk::GetLastChunk(int global_query_index) in GetLastChunk() function in CQueryDataPerChunk
H A Dsplit_query_cxx.cpp361 int last_query_chunk = qdpc->GetLastChunk(queries[i]); in x_ComputeQueryContextsForChunks()
729 const int last_query_chunk = qdpc.GetLastChunk(chunk_num, ctx); in x_ComputeContextOffsets_TranslatedQueries()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dsplit_query_aux_priv.hpp214 int GetLastChunk(int global_query_index);
225 int GetLastChunk(size_t chunk_num, int context_in_chunk);
H A Dsplit_query_aux_priv.cpp362 CQueryDataPerChunk::GetLastChunk(size_t chunk_num, int context_in_chunk) in GetLastChunk() function in CQueryDataPerChunk
367 return GetLastChunk(m_QueryIndicesPerChunk[chunk_num][pos]); in GetLastChunk()
371 CQueryDataPerChunk::GetLastChunk(int global_query_index) in GetLastChunk() function in CQueryDataPerChunk
H A Dsplit_query_cxx.cpp361 int last_query_chunk = qdpc->GetLastChunk(queries[i]); in x_ComputeQueryContextsForChunks()
729 const int last_query_chunk = qdpc.GetLastChunk(chunk_num, ctx); in x_ComputeContextOffsets_TranslatedQueries()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DVideoSegment.h117 VideoChunk* c = GetLastChunk();
H A DMediaSegment.h399 Chunk* GetLastChunk() { in GetLastChunk() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DVideoSegment.h117 VideoChunk* c = GetLastChunk();
H A DMediaSegment.h404 Chunk* GetLastChunk() in GetLastChunk() function
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaSegment.h366 Chunk* GetLastChunk() { in GetLastChunk() function
373 const Chunk* GetLastChunk() const { in GetLastChunk() function
H A DVideoSegment.h128 VideoChunk* c = GetLastChunk();
H A DVideoOutput.h210 mFrames.AppendElement(std::make_pair(NewFrameID(), *v.GetLastChunk())); in NotifyEnabledStateChanged()
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaSegment.h366 Chunk* GetLastChunk() { in GetLastChunk() function
373 const Chunk* GetLastChunk() const { in GetLastChunk() function
H A DVideoSegment.h128 VideoChunk* c = GetLastChunk();
H A DVideoOutput.h210 mFrames.AppendElement(std::make_pair(NewFrameID(), *v.GetLastChunk())); in NotifyEnabledStateChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaSegment.h366 Chunk* GetLastChunk() { in GetLastChunk() function
373 const Chunk* GetLastChunk() const { in GetLastChunk() function
H A DVideoSegment.h128 VideoChunk* c = GetLastChunk();
H A DVideoOutput.h210 mFrames.AppendElement(std::make_pair(NewFrameID(), *v.GetLastChunk())); in NotifyEnabledStateChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DVideoSegment.h128 VideoChunk* c = GetLastChunk();
H A DMediaSegment.h366 Chunk* GetLastChunk() { in GetLastChunk() function
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gtest/
H A DTestAudioDecoderInputTrack.cpp334 EXPECT_TRUE(GetTrackSegment()->GetLastChunk()->mVolume == expectedVolume); in TEST_F()
346 EXPECT_TRUE(GetTrackSegment()->GetLastChunk()->mVolume == expectedVolume); in TEST_F()
/dports/www/firefox/firefox-99.0/dom/media/gtest/
H A DTestAudioDecoderInputTrack.cpp334 EXPECT_TRUE(GetTrackSegment()->GetLastChunk()->mVolume == expectedVolume); in TEST_F()
347 EXPECT_TRUE(GetTrackSegment()->GetLastChunk()->mVolume == expectedVolume); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gtest/
H A DTestAudioDecoderInputTrack.cpp334 EXPECT_TRUE(GetTrackSegment()->GetLastChunk()->mVolume == expectedVolume); in TEST_F()
346 EXPECT_TRUE(GetTrackSegment()->GetLastChunk()->mVolume == expectedVolume); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/encoder/
H A DTrackEncoder.cpp435 if (VideoChunk* c = mIncomingBuffer.GetLastChunk()) { in AppendVideoSegment()

12