Home
last modified time | relevance | path

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

/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Ddecoder_adapter.cpp159 mot_file_t mot_file; in PADChangeSlide() local
161 mot_file.data = slide.data; in PADChangeSlide()
162 mot_file.content_sub_type = slide.content_sub_type; in PADChangeSlide()
163 mot_file.content_name = slide.content_name; in PADChangeSlide()
164 mot_file.click_through_url = slide.click_through_url; in PADChangeSlide()
165 mot_file.category = slide.category; in PADChangeSlide()
166 mot_file.slide_id = slide.slide_id; in PADChangeSlide()
167 mot_file.category_title = slide.category_title; in PADChangeSlide()
169 myInterface.onMOT(mot_file); in PADChangeSlide()
H A Dradio-controller.h165 virtual void onMOT(const mot_file_t& mot_file) = 0;
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/
H A Dgui_helper.cpp202 void CGUIHelper::motUpdate(mot_file_t mot_file) in motUpdate() argument
204 std::clog << "SLS ContentName: " << mot_file.content_name << std::endl; in motUpdate()
205 …log << "catSLS Category: " << std::to_string(mot_file.category) << " SlideID: " << std::to_string… in motUpdate()
207 std::clog << "ClickThroughURL: " << mot_file.click_through_url << std::endl; in motUpdate()
210 "/" + QString::number(mot_file.category) + in motUpdate()
211 "/" + QString::fromStdString(mot_file.category_title) + in motUpdate()
212 "/" + QString::number(mot_file.slide_id) + in motUpdate()
213 "/" + QString::fromStdString(mot_file.content_name); in motUpdate()
215 …QByteArray qdata(reinterpret_cast<const char*>(mot_file.data.data()), static_cast<int>(mot_file.da… in motUpdate()
217 …motImage.loadFromData(qdata, mot_file.content_sub_type == 0 ? "GIF" : mot_file.content_sub_type ==… in motUpdate()
[all …]
H A Dgui_helper.h226 void motUpdate(mot_file_t mot_file);
H A Dradio_controller.cpp1110 void CRadioController::onMOT(const mot_file_t& mot_file)
1112 emit motChanged(mot_file);
H A Dradio_controller.h144 virtual void onMOT(const mot_file_t& mot_file) override; in Q_DECLARE_METATYPE()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-cli/
H A Dwebprogrammehandler.cpp288 void WebProgrammeHandler::onMOT(const mot_file_t& mot_file) in onMOT() argument
294 if (last_mot != mot_file.data) { in onMOT()
297 last_mot = mot_file.data; in onMOT()
298 if (mot_file.content_sub_type == 0x01) { in onMOT()
301 else if (mot_file.content_sub_type == 0x03) { in onMOT()
H A Dwelle-cli.cpp100 virtual void onMOT(const mot_file_t& mot_file) override { (void)mot_file; } in onMOT() argument
162 virtual void onMOT(const mot_file_t& mot_file) override { (void)mot_file;} in onMOT() argument
H A Dtests.cpp235 virtual void onMOT(const mot_file_t& mot_file) override { (void)mot_file;} in onMOT() argument
H A Dwebprogrammehandler.h159 virtual void onMOT(const mot_file_t& mot_file) override;
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/tests/
H A Dbackend_tests.cpp79 virtual void onMOT(const mot_file_t& mot_file) override { (void)mot_file;} in onMOT() argument
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Ddb_mod.py2588 % (proc.mot_file, UTIL.int_list_string(proc.reps_all),
2595 % (proc.mot_file, proc.runs, proc.mot_enorm)
5486 proc.mot_file = fname
7631 proc.mot_regs.append(proc.mot_file)
7655 % (proc.mot_file, ropt, mopt, motfile)
7676 % (proc.mot_file, ropt, mopt, motfile)
7704 if proc.mot_file == '': return 0, ''
7720 print('-- creating motion censor command, file = %s' % proc.mot_file)
7741 % (proc.mot_file)
7744 % (proc.mot_file, proc.runs)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dafni_proc.py999 self.mot_file = 'dfile_rall.1D' # either mot_default or mot_extern