Home
last modified time | relevance | path

Searched refs:end_frame (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/3d/ik/fps/
H A Dweapon_pistol.dae.import42 animation/clip_1/end_frame=0
46 animation/clip_2/end_frame=0
50 animation/clip_3/end_frame=0
54 animation/clip_4/end_frame=0
58 animation/clip_5/end_frame=0
62 animation/clip_6/end_frame=0
66 animation/clip_7/end_frame=0
70 animation/clip_8/end_frame=0
74 animation/clip_9/end_frame=0
78 animation/clip_10/end_frame=0
[all …]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/3d/material_testers/models/
H A Dgodot_ball.dae.import42 animation/clip_1/end_frame=0
46 animation/clip_2/end_frame=0
50 animation/clip_3/end_frame=0
54 animation/clip_4/end_frame=0
58 animation/clip_5/end_frame=0
62 animation/clip_6/end_frame=0
66 animation/clip_7/end_frame=0
70 animation/clip_8/end_frame=0
74 animation/clip_9/end_frame=0
78 animation/clip_10/end_frame=0
[all …]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/3d/material_testers/models/test_bed/
H A Dtest_bed.glb.import42 animation/clip_1/end_frame=0
46 animation/clip_2/end_frame=0
50 animation/clip_3/end_frame=0
54 animation/clip_4/end_frame=0
58 animation/clip_5/end_frame=0
62 animation/clip_6/end_frame=0
66 animation/clip_7/end_frame=0
70 animation/clip_8/end_frame=0
74 animation/clip_9/end_frame=0
78 animation/clip_10/end_frame=0
[all …]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/3d/ik/model/
H A Dgodot_battle_bot.dae.import42 animation/clip_1/end_frame=0
46 animation/clip_2/end_frame=0
50 animation/clip_3/end_frame=0
54 animation/clip_4/end_frame=0
58 animation/clip_5/end_frame=0
62 animation/clip_6/end_frame=0
66 animation/clip_7/end_frame=0
70 animation/clip_8/end_frame=0
74 animation/clip_9/end_frame=0
78 animation/clip_10/end_frame=0
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/recall/
H A Dags_envelope_audio_signal.c410 0, end_frame - start_frame, in ags_envelope_audio_signal_run_inter()
411 end_frame - start_frame); in ags_envelope_audio_signal_run_inter()
449 end_frame > current_frame){ in ags_envelope_audio_signal_run_inter()
460 end_frame - start_frame); in ags_envelope_audio_signal_run_inter()
495 end_frame > current_frame){ in ags_envelope_audio_signal_run_inter()
506 end_frame - start_frame); in ags_envelope_audio_signal_run_inter()
541 end_frame > current_frame){ in ags_envelope_audio_signal_run_inter()
552 end_frame - start_frame); in ags_envelope_audio_signal_run_inter()
587 end_frame > current_frame){ in ags_envelope_audio_signal_run_inter()
602 end_frame - start_frame); in ags_envelope_audio_signal_run_inter()
[all …]
/dports/games/avp/avp-20170505/src/
H A Dshpanim.c222 sac->current.end_frame = 0; in SetShapeAnimationSequence()
233 sac->current.end_frame = sacd->end_frame; in SetShapeAnimationSequence()
287 sac->next.end_frame = 0; in SetNextShapeAnimationSequence()
298 sac->next.end_frame = sacd->end_frame; in SetNextShapeAnimationSequence()
338 if (end_frame != -1) in SetCurrentShapeAnimationToStop()
340 GLOBALASSERT (end_frame >= 0); in SetCurrentShapeAnimationToStop()
343 sac->current.end_frame = end_frame; in SetCurrentShapeAnimationToStop()
392 if (end_frame != -1) in PauseCurrentShapeAnimation()
397 sac->current.end_frame = end_frame; in PauseCurrentShapeAnimation()
461 sac->current.end_frame = 0; in SetOrphanedShapeAnimationSequence()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/test/
H A Dfake_consumer.cc56 int end_frame) const { in IsSilentInRange()
61 CHECK_LE(begin_frame, end_frame); in IsSilentInRange()
62 CHECK_LE(end_frame, static_cast<int>(samples.size())); in IsSilentInRange()
64 if (begin_frame == end_frame) { in IsSilentInRange()
69 samples.data() + end_frame, in IsSilentInRange()
90 int end_frame) const { in ComputeAmplitudeAt()
94 CHECK_LE(end_frame, static_cast<int>(samples.size())); in ComputeAmplitudeAt()
103 std::min(end_frame, static_cast<int>(3 * sample_rate_ / frequency)); in ComputeAmplitudeAt()
113 for (int i = end_frame - analysis_length; i < end_frame; ++i) { in ComputeAmplitudeAt()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_oss.cpp81 volatile unsigned long end_frame = 0; member in __anon380e3cfc0111::OSSPlayer
107 int64_t GetEndPosition() { return end_frame; } in GetEndPosition()
132 while (!TestDestroy() && parent->cur_frame < parent->end_frame) { in Entry()
133 int rsize = std::min(wsize, parent->end_frame - parent->cur_frame); in Entry()
140 parent->cur_frame = parent->end_frame; in Entry()
199 end_frame = start + count; in Play()
228 end_frame = 0; in Stop()
233 end_frame = pos; in SetEndPosition()
270 if (cur_frame == end_frame && delay < rate / 20) { in GetCurrentPosition()
H A Daudio_player_openal.cpp77 int64_t end_frame = 0; ///< Last frame to play member in __anonf729f4260111::OpenALPlayer
116 int64_t GetEndPosition() override { return end_frame; } in GetEndPosition()
185 end_frame = start + count; in Play()
210 end_frame = 0; in Stop()
221 ALsizei fill_len = mid<ALsizei>(0, decode_buffer.size() / bpf, end_frame - cur_frame); in FillBuffers()
264 …rs_played - num_buffers) * decode_buffer.size() / bpf << " num frames=" << end_frame - start_frame; in Notify()
266 …if ((buffers_played - num_buffers) * (int64_t)decode_buffer.size() > (end_frame - start_frame) * b… in Notify()
273 end_frame = pos; in SetEndPosition()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dclip_editor.c720 int start_frame, current_frame, end_frame; member
952 queue.end_frame = end_frame; in start_prefetch_threads()
1012 int end_frame, in do_prefetch_movie() argument
1056 pj->end_frame, in prefetch_startjob()
1068 pj->end_frame, in prefetch_startjob()
1099 int end_frame; in prefetch_get_final_frame() local
1102 end_frame = EFRA; in prefetch_get_final_frame()
1105 end_frame = min_ii(end_frame, SFRA + clip->len - 1); in prefetch_get_final_frame()
1108 return end_frame; in prefetch_get_final_frame()
1116 int first_uncached_frame, end_frame; in prefetch_check_early_out() local
[all …]
/dports/graphics/cuttlefish/cuttlefish-1.3/bin/
H A Dcuttlefish.pl145 my $end_frame = $opts{e};
147 $start_frame = $end_frame = $opts{S};
149 foreach my $val ($start_frame, $end_frame) {
336 if (defined $end_frame) {
337 unless ($end_frame <= $#frames) {
338 die("end frame:$end_frame is greater "
341 $end = $end_frame;
417 if (defined $end_frame) {
418 $end = $end_frame;
482 if (defined $end_frame) {
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DNsf_Core.cpp290 void Nsf_Core::end_frame( time_t end ) in end_frame() function in Nsf_Core
292 Nsf_Impl::end_frame( end ); in end_frame()
295 if ( fds ) fds ->end_frame( end ); in end_frame()
296 if ( fme7 ) fme7 ->end_frame( end ); in end_frame()
297 if ( mmc5 ) mmc5 ->end_frame( end ); in end_frame()
298 if ( namco ) namco->end_frame( end ); in end_frame()
299 if ( vrc6 ) vrc6 ->end_frame( end ); in end_frame()
300 if ( vrc7 ) vrc7 ->end_frame( end ); in end_frame()
H A DMulti_Buffer.h48 virtual void end_frame( blip_time_t ) BLARGG_PURE( ; )
95 virtual void end_frame( blip_time_t t ) { buf.end_frame( t ); } in end_frame() function
119 void end_frame( blip_time_t );
160 virtual void end_frame( blip_time_t );
184 virtual void end_frame( blip_time_t ) { } in end_frame() function
203 inline void Multi_Buffer::end_frame( blip_time_t ) { } in end_frame() function
H A DSgc_Core.cpp50 blargg_err_t Sgc_Core::end_frame( time_t t ) in end_frame() function in Sgc_Core
52 RETURN_ERR( Sgc_Impl::end_frame( t ) ); in end_frame()
53 apu_.end_frame( t ); in end_frame()
57 fm_apu_.end_frame( t ); in end_frame()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DNsf_Core.cpp290 void Nsf_Core::end_frame( time_t end ) in end_frame() function in Nsf_Core
292 Nsf_Impl::end_frame( end ); in end_frame()
295 if ( fds ) fds ->end_frame( end ); in end_frame()
296 if ( fme7 ) fme7 ->end_frame( end ); in end_frame()
297 if ( mmc5 ) mmc5 ->end_frame( end ); in end_frame()
298 if ( namco ) namco->end_frame( end ); in end_frame()
299 if ( vrc6 ) vrc6 ->end_frame( end ); in end_frame()
300 if ( vrc7 ) vrc7 ->end_frame( end ); in end_frame()
H A DMulti_Buffer.h48 virtual void end_frame( blip_time_t ) BLARGG_PURE( ; )
95 virtual void end_frame( blip_time_t t ) { buf.end_frame( t ); } in end_frame() function
119 void end_frame( blip_time_t );
160 virtual void end_frame( blip_time_t );
184 virtual void end_frame( blip_time_t ) { } in end_frame() function
203 inline void Multi_Buffer::end_frame( blip_time_t ) { } in end_frame() function
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/aeidon/test/
H A Dtest_subtitle.py69 assert self.fsub.end_frame == 600
71 assert self.fsub.end_frame == 350
73 assert self.fsub.end_frame == 225
89 assert self.fsub.end_frame == 600
113 assert self.fsub.end_frame == 500
115 assert self.fsub.end_frame == 250
117 assert self.fsub.end_frame == 125
128 assert self.tsub.end_frame == 75
129 assert self.fsub.end_frame == 300
132 self.fsub.end_frame = 300
[all …]
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/basics/
H A Dsample.cpp250 if( lo.end_frame<lo.loop_frame ) { in apply_loops()
254 if( lo.end_frame>__frames ) { in apply_loops()
265 int full_length = lo.end_frame - lo.start_frame; in apply_loops()
266 int loop_length = lo.end_frame - lo.loop_frame; in apply_loops()
340 int end_frame = v[i]->frame * inv_resolution; in apply_velocity() local
341 if ( i == v.size() -1 ) end_frame = __frames; in apply_velocity()
342 int length = end_frame - start_frame ; in apply_velocity()
344 for ( int z = start_frame ; z < end_frame; z++ ) { in apply_velocity()
373 int end_frame = p[i]->frame * inv_resolution; in apply_pan() local
374 if ( i == p.size() -1 ) end_frame = __frames; in apply_pan()
[all …]
/dports/science/py-gsd/gsd-2.5.0/gsd/test/
H A Dtest_fl.py60 f.end_frame()
187 f.end_frame()
189 f.end_frame()
191 f.end_frame()
383 f.end_frame()
414 f.end_frame()
441 f.end_frame()
449 f.end_frame()
458 f.end_frame()
466 f.end_frame()
[all …]
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SampleEditor/
H A DSampleEditor.cpp226 __loops.end_frame = pSample->get_loops().end_frame; in getAllFrameInfos()
239 EndFrameSpinBox->setValue( __loops.end_frame ); in getAllFrameInfos()
301 __loops.end_frame = EndFrameSpinBox->value(); in getAllLocalFrameInfos()
439 EndFrameSpinBox->setValue( __loops.end_frame ); in returnAllMainWaveDisplayValues()
519 __loops.end_frame = EndFrameSpinBox->value(); in valueChangedEndFrameSpinBox()
668 unsigned loopLength = __loops.end_frame - __loops.loop_frame; in createPositionsRulerPath()
923 if ( __loops.start_frame > __loops.end_frame ) __loops.end_frame = __loops.start_frame; in testPositionsSpinBoxes()
924 if ( __loops.loop_frame > __loops.end_frame ) __loops.end_frame = __loops.loop_frame; in testPositionsSpinBoxes()
925 if ( __loops.end_frame < __loops.loop_frame ) __loops.loop_frame = __loops.end_frame; in testPositionsSpinBoxes()
926 if ( __loops.end_frame < __loops.start_frame ) __loops.start_frame = __loops.end_frame; in testPositionsSpinBoxes()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ffmpeg/tests/
H A Dtest_ffmpeg.py44 t1 = base1.trim(start_frame=10, end_frame=20)
45 t2 = base1.trim(start_frame=10, end_frame=20)
46 t3 = base1.trim(start_frame=10, end_frame=30)
47 t4 = base2.trim(start_frame=10, end_frame=20)
48 t5 = base3.trim(start_frame=10, end_frame=20)
57 trimmed1 = base.trim(start_frame=10, end_frame=20)
58 trimmed2 = base.trim(start_frame=30, end_frame=40)
59 trimmed3 = base.trim(start_frame=50, end_frame=60)
74 in_file.trim(start_frame=10, end_frame=20),
75 in_file.trim(start_frame=30, end_frame=40),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_scheduled_source_node.cc82 size_t end_frame = 0; in UpdateSchedulingInfo() local
85 end_frame = 0; in UpdateSchedulingInfo()
90 end_frame = audio_utilities::TimeToSampleFrame(end_time_, sample_rate, in UpdateSchedulingInfo()
96 if (end_time_ != kUnknownTime && end_frame <= quantum_start_frame) in UpdateSchedulingInfo()
148 if (end_time_ != kUnknownTime && end_frame >= quantum_start_frame && in UpdateSchedulingInfo()
149 end_frame < quantum_end_frame) { in UpdateSchedulingInfo()
150 size_t zero_start_frame = end_frame - quantum_start_frame; in UpdateSchedulingInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_scheduled_source_node.cc82 size_t end_frame = 0; in UpdateSchedulingInfo() local
85 end_frame = 0; in UpdateSchedulingInfo()
90 end_frame = audio_utilities::TimeToSampleFrame(end_time_, sample_rate, in UpdateSchedulingInfo()
96 if (end_time_ != kUnknownTime && end_frame <= quantum_start_frame) in UpdateSchedulingInfo()
148 if (end_time_ != kUnknownTime && end_frame >= quantum_start_frame && in UpdateSchedulingInfo()
149 end_frame < quantum_end_frame) { in UpdateSchedulingInfo()
150 size_t zero_start_frame = end_frame - quantum_start_frame; in UpdateSchedulingInfo()
/dports/devel/R-cran-testthat/testthat/R/
H A Dreporter-debug.R20 end_frame = result$end_frame
50 recover2 <- function(start_frame = 1L, end_frame = sys.nframe()) { argument
57 from <- min(end_frame, length(calls))
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/
H A Dtimestamp_factory.cpp117 || !mtx::string::parse_number(parts[1], t.end_frame) in parse()
123 if ((t.fps <= 0) || (t.end_frame < t.start_frame)) { in parse()
145 if (m_ranges[i].end_frame < (m_ranges[i + 1].start_frame - 1)) { in parse()
146 t.start_frame = m_ranges[i].end_frame + 1; in parse()
147 t.end_frame = m_ranges[i + 1].start_frame - 1; in parse()
157 t.end_frame = m_ranges[0].start_frame - 1; in parse()
161 t.start_frame = m_ranges[m_ranges.size() - 1].end_frame + 1; in parse()
164 t.end_frame = 0xfffffffffffffffll; in parse()
171 …iit->base_timestamp = pit->base_timestamp + ((double)pit->end_frame - (double)pit->start_frame + 1… in parse()
184 …if ((m_frameno > m_ranges[m_current_range].end_frame) && (m_current_range < (m_ranges.size() - 1))) in get_next()
[all …]

12345678910>>...54