Home
last modified time | relevance | path

Searched refs:new_frames (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dtime_scale_tests.c64 int new_frames; in main() local
139 new_frames = time_scale(&state, out, in, frames); in main()
140 if (new_frames > max) in main()
146 samples_out += new_frames; in main()
147 out_frames = sf_writef_short(outhandle, out, new_frames); in main()
148 if (out_frames != new_frames) in main()
167 new_frames = time_scale_flush(&state, out); in main()
168 if (new_frames > max) in main()
174 samples_out += new_frames; in main()
175 out_frames = sf_writef_short(outhandle, out, new_frames); in main()
[all …]
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dtime_scale_tests.c64 int new_frames; in main() local
139 new_frames = time_scale(&state, out, in, frames); in main()
140 if (new_frames > max) in main()
146 samples_out += new_frames; in main()
147 out_frames = sf_writef_short(outhandle, out, new_frames); in main()
148 if (out_frames != new_frames) in main()
167 new_frames = time_scale_flush(&state, out); in main()
168 if (new_frames > max) in main()
174 samples_out += new_frames; in main()
175 out_frames = sf_writef_short(outhandle, out, new_frames); in main()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/bin/animate/
H A Danimate.c332 frames = new_frames; in load_frames()
598 char **new_frames = NULL; in anim_load() local
606 new_frames = glob(in_glob); in anim_load()
608 if (new_frames == NULL) in anim_load()
611 if (new_frames[0] != NULL) in anim_load()
618 load_frames(new_frames); in anim_load()
713 char **new_frames = NULL; in anim_loadscript() local
721 new_frames = get_script(in_scr); in anim_loadscript()
723 if (new_frames == NULL) in anim_loadscript()
726 if (new_frames[0] != NULL) in anim_loadscript()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/gif-0.11.3/tests/
H A Droundtrip.rs37 let new_frames: Vec<_> = core::iter::from_fn(move || { in round_trip_from_image() localVariable
40 assert_eq!(new_frames.len(), frames.len(), "Diverging number of frames"); in round_trip_from_image()
41 for (new, reference) in new_frames.iter().zip(&frames) { in round_trip_from_image()
95 let new_frames: Vec<_> = core::iter::from_fn(move || { in encode_roundtrip_few_colors() localVariable
98 assert_eq!(new_frames.len(), 1, "Diverging number of frames"); in encode_roundtrip_few_colors()
100 assert_eq!(new_frames[0].buffer, pixels); in encode_roundtrip_few_colors()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gif-0.11.3/tests/
H A Droundtrip.rs37 let new_frames: Vec<_> = core::iter::from_fn(move || { in round_trip_from_image() localVariable
40 assert_eq!(new_frames.len(), frames.len(), "Diverging number of frames"); in round_trip_from_image()
41 for (new, reference) in new_frames.iter().zip(&frames) { in round_trip_from_image()
95 let new_frames: Vec<_> = core::iter::from_fn(move || { in encode_roundtrip_few_colors() localVariable
98 assert_eq!(new_frames.len(), 1, "Diverging number of frames"); in encode_roundtrip_few_colors()
100 assert_eq!(new_frames[0].buffer, pixels); in encode_roundtrip_few_colors()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/pdb-0.7.0/src/
H A Dframedata.rs365 new_frames: &'t [NewFrameData], field
376 let new_opt = self.new_frames.get(self.new_index); in next()
530 new_frames: self.new_frames(), in iter()
549 let new_frames = self.new_frames(); in iter_at_rva() localVariable
550 let new_index = binary_search_by_rva(new_frames, rva); in iter_at_rva()
554 new_frames, in iter_at_rva()
562 self.new_frames().is_empty() && self.old_frames().is_empty() in is_empty()
573 fn new_frames(&self) -> &[NewFrameData] { in new_frames() method
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/tests/
H A Dtime_scale_tests.c61 int new_frames; in main() local
112 new_frames = time_scale(&state, out, in, frames); in main()
113 out_frames = afWriteFrames(outhandle, AF_DEFAULT_TRACK, out, new_frames); in main()
114 if (out_frames != new_frames) in main()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/common/
H A Dscope_buffer.hpp200 unsigned int new_frames = buffer->pull(); in pull() local
202 if (new_frames) in pull()
203 frames = new_frames; in pull()
205 return new_frames != 0; in pull()
/dports/misc/broot/broot-1.7.0/cargo-crates/gif-0.11.2/tests/
H A Droundtrip.rs37 let new_frames: Vec<_> = core::iter::from_fn(move || { in round_trip_from_image() localVariable
40 assert_eq!(new_frames.len(), frames.len(), "Diverging number of frames"); in round_trip_from_image()
41 for (new, reference) in new_frames.iter().zip(&frames) { in round_trip_from_image()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gif-0.11.2/tests/
H A Droundtrip.rs37 let new_frames: Vec<_> = core::iter::from_fn(move || { in round_trip_from_image() localVariable
40 assert_eq!(new_frames.len(), frames.len(), "Diverging number of frames"); in round_trip_from_image()
41 for (new, reference) in new_frames.iter().zip(&frames) { in round_trip_from_image()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/gif-0.11.2/tests/
H A Droundtrip.rs37 let new_frames: Vec<_> = core::iter::from_fn(move || { in round_trip_from_image() localVariable
40 assert_eq!(new_frames.len(), frames.len(), "Diverging number of frames"); in round_trip_from_image()
41 for (new, reference) in new_frames.iter().zip(&frames) { in round_trip_from_image()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gif-0.11.2/tests/
H A Droundtrip.rs37 let new_frames: Vec<_> = core::iter::from_fn(move || { in round_trip_from_image() localVariable
40 assert_eq!(new_frames.len(), frames.len(), "Diverging number of frames"); in round_trip_from_image()
41 for (new, reference) in new_frames.iter().zip(&frames) { in round_trip_from_image()
/dports/www/p5-Plack-Middleware-InteractiveDebugger/Plack-Middleware-InteractiveDebugger-0.01/lib/Plack/Middleware/
H A DInteractiveDebugger.pm132 my @new_frames;
137 push @new_frames, $frame;
141 $trace->{frames} = \@new_frames;
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/debug/
H A Dtbtools.py388 new_frames = []
394 new_frames = []
408 new_frames.append(frame)
412 if len(new_frames) == 1 and self.frames[0].module == "codeop":
416 elif self.frames[-1] in new_frames:
417 self.frames[:] = new_frames
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/debug/
H A Dtbtools.py365 new_frames: t.List[Frame] = []
371 new_frames = []
385 new_frames.append(frame)
389 if len(new_frames) == 1 and self.frames[0].module == "codeop":
393 elif self.frames[-1] in new_frames:
394 self.frames[:] = new_frames
/dports/www/py-paste/Paste-3.4.6/paste/exceptions/
H A Dformatter.py102 new_frames = []
110 new_frames = []
113 new_frames = []
130 new_frames.append(frame)
131 if frames[-1] not in new_frames:
136 return new_frames
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/exceptions/
H A Dformatter.py102 new_frames = []
110 new_frames = []
113 new_frames = []
130 new_frames.append(frame)
131 if frames[-1] not in new_frames:
136 return new_frames
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/werkzeug/debug/
H A Dtbtools.py388 new_frames = []
394 new_frames = []
408 new_frames.append(frame)
412 if len(new_frames) == 1 and self.frames[0].module == "codeop":
416 elif self.frames[-1] in new_frames:
417 self.frames[:] = new_frames
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/crossfade/
H A Dcrossfade.cc132 int new_frames = (int64_t) old_frames * rate / current_rate; in reformat() local
139 new_buffer.resize (new_frames * channels); in reformat()
141 for (int f = 0; f < new_frames; f ++) in reformat()
/dports/www/py-WebError/WebError-0.13.1/weberror/
H A Dformatter.py141 new_frames = []
149 new_frames = []
152 new_frames = []
169 new_frames.append(frame)
170 if frames[-1] not in new_frames:
175 return new_frames
/dports/devel/libunwind/libunwind-1.5.0/src/aarch64/
H A DGtrace.c146 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand() local
148 if (unlikely(! new_frames)) in trace_cache_expand()
156 cache->frames = new_frames; in trace_cache_expand()
/dports/devel/libunwind/libunwind-1.5.0/src/x86_64/
H A DGtrace.c144 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand() local
146 if (unlikely(! new_frames)) in trace_cache_expand()
154 cache->frames = new_frames; in trace_cache_expand()
/dports/devel/libunwind/libunwind-1.5.0/src/arm/
H A DGtrace.c146 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand() local
148 if (unlikely(! new_frames)) in trace_cache_expand()
157 cache->frames = new_frames; in trace_cache_expand()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/
H A Dwebkitelem.py394 new_frames: List[QWebFrame] = []
397 new_frames += frame.childFrames()
398 frames = new_frames
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DNotePlayHandle.cpp553 double new_frames = m_origFrames * m_origTempo / (double) _new_tempo; in resize() local
554 m_frames = (f_cnt_t)new_frames; in resize()
555 m_totalFramesPlayed = (f_cnt_t)( completed * new_frames ); in resize()

123