Home
last modified time | relevance | path

Searched refs:CreateGap (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Dloss_notification_controller_unittest.cc420 CreateGap(); in TEST_F()
433 CreateGap(); in TEST_F()
446 CreateGap(); in TEST_F()
459 CreateGap(); in TEST_F()
472 CreateGap(); in TEST_F()
485 CreateGap(); in TEST_F()
498 CreateGap(); in TEST_F()
519 CreateGap(); in TEST_F()
541 CreateGap(); in TEST_F()
554 CreateGap(); in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Dloss_notification_controller_unittest.cc420 CreateGap(); in TEST_F()
433 CreateGap(); in TEST_F()
446 CreateGap(); in TEST_F()
459 CreateGap(); in TEST_F()
472 CreateGap(); in TEST_F()
485 CreateGap(); in TEST_F()
498 CreateGap(); in TEST_F()
519 CreateGap(); in TEST_F()
541 CreateGap(); in TEST_F()
554 CreateGap(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Dloss_notification_controller_unittest.cc420 CreateGap(); in TEST_F()
433 CreateGap(); in TEST_F()
446 CreateGap(); in TEST_F()
459 CreateGap(); in TEST_F()
472 CreateGap(); in TEST_F()
485 CreateGap(); in TEST_F()
498 CreateGap(); in TEST_F()
519 CreateGap(); in TEST_F()
541 CreateGap(); in TEST_F()
554 CreateGap(); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/
H A Dloss_notification_controller_unittest.cc420 CreateGap(); in TEST_F()
433 CreateGap(); in TEST_F()
446 CreateGap(); in TEST_F()
459 CreateGap(); in TEST_F()
472 CreateGap(); in TEST_F()
485 CreateGap(); in TEST_F()
498 CreateGap(); in TEST_F()
519 CreateGap(); in TEST_F()
541 CreateGap(); in TEST_F()
554 CreateGap(); in TEST_F()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/edit/
H A Dgaps_edit.hpp74 CRef<CDelta_seq> CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos gap_length);
75 …CRef<CDelta_seq> CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos nominal_length, bool length…
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/edit/
H A Dgaps_edit.hpp74 CRef<CDelta_seq> CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos gap_length);
75 …CRef<CDelta_seq> CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos nominal_length, bool length…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dgaps_edit.cpp242 CGapsEditor::CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos gap_length) in CreateGap() function in CGapsEditor
244 return CreateGap(bioseq, gap_start, gap_length, gap_length==m_gap_Unknown_length); in CreateGap()
249 CGapsEditor::CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos nominal_length, bool length_unkn… in CreateGap() function in CGapsEditor
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dgaps_edit.cpp242 CGapsEditor::CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos gap_length) in CreateGap() function in CGapsEditor
244 return CreateGap(bioseq, gap_start, gap_length, gap_length==m_gap_Unknown_length); in CreateGap()
249 CGapsEditor::CreateGap(CBioseq& bioseq, TSeqPos gap_start, TSeqPos nominal_length, bool length_unkn… in CreateGap() function in CGapsEditor
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dfeature_table_reader.cpp1766 return gap_edit.CreateGap(bioseq, in MakeGap()