Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 25 of 268) sorted by relevance

1234567891011

/third_party/python/Lib/test/
Dtest_wave.py25 frames = bytes.fromhex("""\ variable in WavePCM8Test
42 frames = bytes.fromhex("""\ variable in WavePCM16Test
51 frames = byteswap(frames, 2) variable in WavePCM16Test
63 frames = bytes.fromhex("""\ variable in WavePCM24Test
78 frames = byteswap(frames, 3) variable in WavePCM24Test
90 frames = bytes.fromhex("""\ variable in WavePCM32Test
105 frames = byteswap(frames, 4) variable in WavePCM32Test
Dtest_sunau.py24 frames = bytes.fromhex("""\ variable in SunauPCM8Test
41 frames = bytes.fromhex("""\ variable in SunauPCM16Test
60 frames = bytes.fromhex("""\ variable in SunauPCM24Test
85 frames = bytes.fromhex("""\ variable in SunauPCM32Test
110 frames = bytes.fromhex("""\ variable in SunauULAWTest
119 frames = byteswap(frames, 2) variable in SunauULAWTest
Dtest_aifc.py29 frames = bytes.fromhex("""\ variable in AifcPCM8Test
46 frames = bytes.fromhex("""\ variable in AifcPCM16Test
65 frames = bytes.fromhex("""\ variable in AifcPCM24Test
90 frames = bytes.fromhex("""\ variable in AifcPCM32Test
115 frames = bytes.fromhex("""\ variable in AifcULAWTest
124 frames = byteswap(frames, 2) variable in AifcULAWTest
136 frames = bytes.fromhex("""\ variable in AifcALAWTest
145 frames = byteswap(frames, 2) variable in AifcALAWTest
/third_party/alsa-utils/bat/
Dlatencytest.c34 static float sumaudio(struct bat *bat, short int *buffer, int frames) in sumaudio()
53 static void play_and_listen(struct bat *bat, void *buffer, int frames) in play_and_listen()
185 int handleinput(struct bat *bat, void *buffer, int frames) in handleinput()
225 int handleoutput(struct bat *bat, void *buffer, int bytes, int frames) in handleoutput()
Dalsa.c305 int frames, struct bat *bat) in write_to_pcm()
350 int frames = sndpcm->period_size; /* frame count */ in latencytest_process_output() local
383 int frames = bytes * 8 / sndpcm->frame_bits; /* frame count */ in write_to_pcm_loop() local
509 int frames, struct bat *bat) in read_from_pcm()
550 int size, frames; in read_from_pcm_loop() local
610 int frames = sndpcm->period_size; in latencytest_process_input() local
Dsignal.c89 static int reorder(struct bat *bat, float *val, int frames) in reorder()
112 static int adjust_waveform(struct bat *bat, float *val, int frames, in adjust_waveform()
146 int generate_sine_wave(struct bat *bat, int frames, void *buf) in generate_sine_wave()
/third_party/alsa-lib/src/pcm/
Dpcm_mmap.c32 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_backward()
41 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_forward()
50 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_backward()
59 void snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_forward()
82 snd_pcm_uframes_t frames = size; in snd_pcm_mmap_write_areas() local
114 snd_pcm_uframes_t frames = size; in snd_pcm_mmap_read_areas() local
535 snd_pcm_uframes_t frames = size - xfer; in snd_pcm_write_mmap() local
591 snd_pcm_uframes_t frames = size - xfer; in snd_pcm_read_mmap() local
Dpcm_plugin.c190 snd_pcm_sframes_t snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_plugin_rewind()
214 snd_pcm_sframes_t snd_pcm_plugin_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_plugin_forward()
245 snd_pcm_uframes_t frames = size; in snd_pcm_plugin_write_areas() local
302 snd_pcm_uframes_t frames = size; in snd_pcm_plugin_read_areas() local
409 snd_pcm_uframes_t frames = size; in snd_pcm_plugin_mmap_commit() local
474 snd_pcm_uframes_t frames = size; in snd_pcm_plugin_sync_hw_ptr_capture() local
/third_party/elfutils/src/
Dstack.c63 struct frames struct
65 int frames; argument
66 int allocated;
67 struct frame *frame;
180 struct frames *frames = (struct frames *) arg; in frame_callback() local
364 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what) in print_frames()
459 struct frames *frames = (struct frames *) thread_arg; in thread_callback() local
705 struct frames frames; in main() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c259 guint64 frames; in gst_video_time_code_init_from_date_time_full() local
313 guint64 frames, nsec; in gst_video_time_code_nsec_since_daily_jam() local
401 gst_video_time_code_add_frames (GstVideoTimeCode * tc, gint64 frames) in gst_video_time_code_add_frames()
612 guint frames, guint field_count) in gst_video_time_code_new()
692 guint hours, minutes, seconds, frames; in gst_video_time_code_new_from_string() local
806 guint minutes, guint seconds, guint frames, guint field_count) in gst_video_time_code_init()
973 guint frames) in gst_video_time_code_interval_new()
997 guint hours, minutes, seconds, frames; in gst_video_time_code_interval_new_from_string() local
1036 guint minutes, guint seconds, guint frames) in gst_video_time_code_interval_init()
Dgstvideotimecode.h101 guint frames; member
121 guint frames; member
/third_party/musl/libc-test/src/functionalext/backtrace/
Dunittest_backtrace.c27 void *frames[10]; in backtrace_1001() local
33 void *frames[10]; in backtrace_1002_supplement() local
/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.cc47 std::vector<std::shared_ptr<StackFrame>> frames(frameCount); in toFramesVector() local
72 const std::vector<std::shared_ptr<StackFrame>>& frames, in buildInspectorObjectCommon()
234 std::vector<std::shared_ptr<StackFrame>> frames; in create() local
270 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, in V8StackTraceImpl()
380 const std::vector<std::shared_ptr<StackFrame>>& frames = m_parent->frames(); in next() local
409 std::vector<std::shared_ptr<StackFrame>> frames; in capture() local
440 std::vector<std::shared_ptr<StackFrame>> frames, in AsyncStackTrace()
/third_party/libsnd/programs/
Dsndfile-concat.c138 int frames, readcount ; in concat_data_fp() local
156 int frames, readcount ; in concat_data_int() local
/third_party/libsnd/tests/
Dstring_test.c623 sf_count_t frames ; in string_rdwr_test() local
676 sf_count_t frames = BUFFER_LEN ; in string_short_rdwr_test() local
787 sf_count_t frames ; in string_rdwr_grow_test() local
845 sf_count_t frames ; in string_header_update() local
/third_party/ffmpeg/libavfilter/
Df_graphmonitor.c155 size_t frames = ff_inlink_queued_frames(l); in filter_have_queued() local
163 size_t frames = ff_inlink_queued_frames(l); in filter_have_queued() local
175 size_t frames) in draw_items()
276 size_t frames = ff_inlink_queued_frames(l); in create_frame() local
294 size_t frames = ff_inlink_queued_frames(l); in create_frame() local
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscroll_support.js22 function tick(frames) { argument
54 function tick(frames) { argument
151 function tick(frames) { argument
/third_party/node/deps/v8/src/debug/
Ddebug-stack-trace-iterator.cc35 std::vector<FrameSummary> frames; in DebugStackTraceIterator() local
66 std::vector<FrameSummary> frames; in Advance() local
/third_party/skia/tools/perf-canvaskit-puppeteer/
DMakefile10 frames: target
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
Dwait-for.js3 function tick(frames) { argument
/third_party/libsnd/src/
Ddither.c396 dither_short (const short *in, short *out, int frames, int channels) in dither_short()
406 dither_int (const int *in, int *out, int frames, int channels) in dither_int()
416 dither_float (const float *in, float *out, int frames, int channels) in dither_float()
426 dither_double (const double *in, double *out, int frames, int channels) in dither_double()
Dsndfile.c1807 sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) in sf_readf_short()
1915 sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) in sf_readf_int()
2023 sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) in sf_readf_float()
2131 sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) in sf_readf_double()
2300 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short()
2412 sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) in sf_writef_int()
2524 sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames) in sf_writef_float()
2636 sf_writef_double (SNDFILE *sndfile, const double *ptr, sf_count_t frames) in sf_writef_double()
/third_party/node/test/abort/
Dtest-abort-backtrace.js15 const frames = stderr.trimRight().split('\n').map((s) => s.trim()); constant
/third_party/alsa-lib/include/
Daserver.h77 snd_pcm_uframes_t frames; member
80 snd_pcm_sframes_t frames; member
87 snd_pcm_uframes_t frames; member
90 snd_pcm_uframes_t frames; member
97 snd_pcm_uframes_t frames; member
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc103 std::vector<FrameSummary> frames; in GetCallStack() local
162 std::vector<FrameSummary> frames; in FindWasmFrame() local
192 std::vector<FrameSummary> frames = FindWasmFrame(&frame_it, &frame_index); in GetWasmInstance() local
229 std::vector<FrameSummary> frames = FindWasmFrame(&frame_it, &frame_index); in GetWasmLocal() local
262 std::vector<FrameSummary> frames = FindWasmFrame(&frame_it, &frame_index); in GetWasmStackValue() local

1234567891011