Home
last modified time | relevance | path

Searched refs:length_seconds (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/remote_commands/
H A Ddevice_command_run_routine_job.cc157 base::Optional<int> length_seconds = in RunImpl() local
160 if (!length_seconds.has_value() || length_seconds.value() < 0) { in RunImpl()
170 length_seconds.value(), in RunImpl()
223 if (!length_seconds.has_value() || length_seconds.value() < 0) { in RunImpl()
245 if (!length_seconds.has_value() || length_seconds.value() < 0) { in RunImpl()
268 if (!length_seconds.has_value() || length_seconds.value() < 0) { in RunImpl()
345 if (!length_seconds.has_value() || length_seconds.value() < 0 || in RunImpl()
372 if (!length_seconds.has_value() || length_seconds.value() < 0 || in RunImpl()
401 if (!length_seconds.has_value() || in RunImpl()
403 length_seconds.value() < 0 || in RunImpl()
[all …]
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dkry_peakfile.cpp59 WRITE_VAL(&sound_info->length_seconds, 4); in kry_peakfile_save()
66 int bytes = sound_info->length_seconds * sound_info->vals_per_sec * 2; in kry_peakfile_save()
112 long length_seconds; in kry_peakfile_read() local
113 READ_VAL(&length_seconds, 4); in kry_peakfile_read()
114 FAILIF(length_seconds != sfinfo->length_seconds); in kry_peakfile_read()
130 READ_VAL(sfinfo->waveform_data[i], length_seconds * vals_per_sec * 2); in kry_peakfile_read()
132 unsigned int crc2 = update_crc(0, sfinfo->waveform_data[i], length_seconds * vals_per_sec * 2); in kry_peakfile_read()
137 sfinfo->length_seconds = length_seconds; in kry_peakfile_read()
H A Dsound.h4 int length_seconds; member
H A Dkry_waveform.cpp1079 waveform->data_info->length_seconds * waveform->data_info->vals_per_sec; in kry_waveform_update_adjustment()
1083 / (double) (waveform->data_info->length_seconds * waveform->data_info->vals_per_sec); in kry_waveform_update_adjustment()
1337 …- waveform->scrub_bar_drag_offset) * (((double) waveform->data_info->length_seconds * waveform->da… in kry_waveform_motion_notify()
1556 int max_index = waveform->data_info->vals_per_sec * waveform->data_info->length_seconds * 2; in kry_waveform_data_process_range()
1613 for(int i = 0; i < waveform->data_info->length_seconds; i++) in kry_waveform_data_thread()
1642 if(sec_start >= waveform->data_info->length_seconds) in kry_waveform_data_ensure_available()
1692 int length_mili = waveform->data_info->length_seconds * 1000; in kry_waveform_update_zoom()
1699 waveform->data_time = kry_new0_n(char, waveform->data_info->length_seconds); in kry_waveform_update_zoom()
1753 return waveform->data_info->length_seconds; in kry_waveform_get_zoom_max()
H A Dgui_waveforms.cpp548 info->length_seconds = sound_info->length_seconds; in gui_waveforms_setup()
605 gtk_spin_button_set_range(info->spin_zoom, min_zoom, info->data_info->length_seconds); in gui_waveforms_waveform_min_zoom_cb()
683 …n_set_range(info->spin_zoom, kry_waveform_get_zoom_min(info->waveform), data_info->length_seconds); in gui_waveforms_waveform_add()
H A Dkry_waveform_draw.cpp91 …t * GTK_WIDGET(waveform)->allocation.width)) / (waveform->data_info->length_seconds * waveform->da… in kry_waveform_backbuffer_draw_scrub_bar()
92 …th * GTK_WIDGET(waveform)->allocation.width) / (waveform->data_info->length_seconds * waveform->da… in kry_waveform_backbuffer_draw_scrub_bar()
477 if(mili_cur >= waveform->data_info->length_seconds * 1000) in kry_waveform_backbuffer_draw_wave()
676 …(kry_waveform_mili_from_rel_pixel(waveform, pos + i) >= waveform->data_info->length_seconds * 1000) in kry_waveform_backbuffer_draw_final_real()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php63 $length_seconds = 0;
65 @list($nextinputfilename, $startoffset, $length_seconds) = $nextinputfilename;
86 if ($length_seconds > 0) { // set end offset to X seconds from start of audio
87 …bytes = $start_offset_bytes + round(($CurrentFileInfo['bitrate'] / 8) * $length_seconds);
88 } elseif ($length_seconds < 0) { // set end offset to X seconds from end of audio
89 …bytes = $CurrentFileInfo['avdataend'] + round(($CurrentFileInfo['bitrate'] / 8) * $length_seconds);
94 …py '.$nextinputfilename.' from '.$startoffset.'-seconds start for '.$length_seconds.'-seconds leng…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/telemetry_extension_ui/
H A Ddiagnostics_service.cc118 uint32_t length_seconds, in RunCpuCacheRoutine() argument
121 length_seconds, in RunCpuCacheRoutine()
132 uint32_t length_seconds, in RunCpuStressRoutine() argument
135 length_seconds, in RunCpuStressRoutine()
146 uint32_t length_seconds, in RunFloatingPointAccuracyRoutine() argument
149 length_seconds, in RunFloatingPointAccuracyRoutine()
189 uint32_t length_seconds, in RunDiskReadRoutine() argument
204 uint32_t length_seconds, in RunPrimeSearchRoutine() argument
208 length_seconds, max_num, in RunPrimeSearchRoutine()
219 uint32_t length_seconds, in RunBatteryDischargeRoutine() argument
[all …]
H A Ddiagnostics_service.h49 void RunCpuCacheRoutine(uint32_t length_seconds,
51 void RunCpuStressRoutine(uint32_t length_seconds,
54 uint32_t length_seconds,
63 uint32_t length_seconds,
66 void RunPrimeSearchRoutine(uint32_t length_seconds,
70 uint32_t length_seconds,
74 uint32_t length_seconds,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/cros_healthd/
H A Dfake_cros_healthd_service.h58 void RunUrandomRoutine(uint32_t length_seconds,
69 void RunCpuCacheRoutine(uint32_t length_seconds,
71 void RunCpuStressRoutine(uint32_t length_seconds,
74 uint32_t length_seconds,
82 uint32_t length_seconds,
85 void RunPrimeSearchRoutine(uint32_t length_seconds,
89 uint32_t length_seconds,
93 uint32_t length_seconds,
H A Dfake_cros_healthd_service.cc70 uint32_t length_seconds, in RunUrandomRoutine() argument
113 uint32_t length_seconds, in RunCpuCacheRoutine() argument
122 uint32_t length_seconds, in RunCpuStressRoutine() argument
131 uint32_t length_seconds, in RunFloatingPointAccuracyRoutine() argument
159 uint32_t length_seconds, in RunDiskReadRoutine() argument
169 uint32_t length_seconds, in RunPrimeSearchRoutine() argument
179 uint32_t length_seconds, in RunBatteryDischargeRoutine() argument
189 uint32_t length_seconds, in RunBatteryChargeRoutine() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chromeos/services/cros_healthd/public/mojom/
H A Dcros_healthd.mojom64 RunUrandomRoutine(uint32 length_seconds)
135 // * |length_seconds| - length of time, in seconds, to run the CPU cache
142 RunCpuCacheRoutine(uint32 length_seconds)
151 // * |length_seconds| - length of time, in seconds, to run the CPU stress
158 RunCpuStressRoutine(uint32 length_seconds)
177 RunFloatingPointAccuracyRoutine(uint32 length_seconds)
219 // * |length_seconds| - length of time, in seconds, to run the DiskRead
228 RunDiskReadRoutine(DiskReadRoutineTypeEnum type, uint32 length_seconds,
247 RunPrimeSearchRoutine(uint32 length_seconds, uint64 max_num)
256 // * |length_seconds| - length of time to run the routine for.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/cros_healthd/public/mojom/
H A Dcros_healthd.mojom80 RunUrandomRoutine(uint32 length_seconds)
143 // * |length_seconds| - length of time, in seconds, to run the CPU cache
150 RunCpuCacheRoutine(uint32 length_seconds)
166 RunCpuStressRoutine(uint32 length_seconds)
185 RunFloatingPointAccuracyRoutine(uint32 length_seconds)
227 // * |length_seconds| - length of time, in seconds, to run the DiskRead
255 RunPrimeSearchRoutine(uint32 length_seconds, uint64 max_num)
264 // * |length_seconds| - length of time to run the routine for.
272 RunBatteryDischargeRoutine(uint32 length_seconds,
282 // * |length_seconds| - length of time to run the routine for.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/telemetry_extension_ui/mojom/
H A Ddiagnostics_service.mojom104 // * |length_seconds| - length of time, in seconds, to run the CPU cache
111 RunCpuCacheRoutine(uint32 length_seconds)
127 RunCpuStressRoutine(uint32 length_seconds)
146 RunFloatingPointAccuracyRoutine(uint32 length_seconds)
188 // * |length_seconds| - length of time, in seconds, to run the DiskRead
197 RunDiskReadRoutine(DiskReadRoutineTypeEnum type, uint32 length_seconds,
216 RunPrimeSearchRoutine(uint32 length_seconds, uint64 max_num)
225 // * |length_seconds| - length of time to run the routine for.
233 RunBatteryDischargeRoutine(uint32 length_seconds,
243 // * |length_seconds| - length of time to run the routine for.
[all …]
/dports/www/p5-WebService-YouTube/WebService-YouTube-1.0.3/lib/WebService/YouTube/
H A DFeeds.pm83 my $length_seconds = $item->{enclosure}->{length};
128 length_seconds => $length_seconds,
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dtape.c435 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
452 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
458 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
507 tape.length_seconds = 0; in TapeErase()
623 tape.length_seconds = GetTapeLength(); in TapeHaltRecording()
797 if (TapeTime > tape.length_seconds - TAPE_PAUSE_SECONDS_BEFORE_DEATH) in TapePlayAction()
881 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in TapeStop()
H A Dtape.h108 unsigned long length_seconds; member
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dtape.c435 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
452 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
458 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
507 tape.length_seconds = 0; in TapeErase()
623 tape.length_seconds = GetTapeLength(); in TapeHaltRecording()
797 if (TapeTime > tape.length_seconds - TAPE_PAUSE_SECONDS_BEFORE_DEATH) in TapePlayAction()
881 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in TapeStop()
H A Dtape.h108 unsigned long length_seconds; member
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dtape.c563 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
580 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
586 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
635 tape.length_seconds = 0; in TapeErase()
751 tape.length_seconds = GetTapeLength(); in TapeHaltRecording()
925 if (TapeTime > tape.length_seconds - TAPE_PAUSE_SECONDS_BEFORE_DEATH) in TapePlayAction()
1009 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in TapeStop()
H A Dtape.h153 unsigned int length_seconds; member
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dtape.c563 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
580 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
586 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in DrawCompleteVideoDisplay()
635 tape.length_seconds = 0; in TapeErase()
751 tape.length_seconds = GetTapeLength(); in TapeHaltRecording()
925 if (TapeTime > tape.length_seconds - TAPE_PAUSE_SECONDS_BEFORE_DEATH) in TapePlayAction()
1009 DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds); in TapeStop()
H A Dtape.h153 unsigned int length_seconds; member
/dports/www/py-pafy/pafy-0.5.5/pafy/
H A Dplaylist.py98 length_seconds=v.get('length_seconds'),
331 length_seconds=parseISO8591(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/cros_healthd/public/cpp/
H A Dservice_connection.cc42 uint32_t length_seconds,
228 uint32_t length_seconds, in RunUrandomRoutine() argument
232 cros_healthd_diagnostics_service_->RunUrandomRoutine(length_seconds, in RunUrandomRoutine()

12