| /third_party/python/Lib/test/ |
| D | test_wave.py | 24 frames = bytes.fromhex("""\ variable in WavePCM8Test 41 frames = bytes.fromhex("""\ variable in WavePCM16Test 50 frames = wave._byteswap(frames, 2) variable in WavePCM16Test 62 frames = bytes.fromhex("""\ variable in WavePCM24Test 77 frames = wave._byteswap(frames, 3) variable in WavePCM24Test 89 frames = bytes.fromhex("""\ variable in WavePCM32Test 104 frames = wave._byteswap(frames, 4) variable in WavePCM32Test
|
| D | test_sunau.py | 26 frames = bytes.fromhex("""\ variable in SunauPCM8Test 43 frames = bytes.fromhex("""\ variable in SunauPCM16Test 62 frames = bytes.fromhex("""\ variable in SunauPCM24Test 87 frames = bytes.fromhex("""\ variable in SunauPCM32Test 112 frames = bytes.fromhex("""\ variable in SunauULAWTest 121 frames = audioop.byteswap(frames, 2) variable in SunauULAWTest
|
| D | test_aifc.py | 32 frames = bytes.fromhex("""\ variable in AifcPCM8Test 49 frames = bytes.fromhex("""\ variable in AifcPCM16Test 68 frames = bytes.fromhex("""\ variable in AifcPCM24Test 93 frames = bytes.fromhex("""\ variable in AifcPCM32Test 118 frames = bytes.fromhex("""\ variable in AifcULAWTest 127 frames = audioop.byteswap(frames, 2) variable in AifcULAWTest 139 frames = bytes.fromhex("""\ variable in AifcALAWTest 148 frames = audioop.byteswap(frames, 2) variable in AifcALAWTest
|
| /third_party/alsa-utils/bat/ |
| D | latencytest.c | 36 static float sumaudio(struct bat *bat, short int *buffer, int frames) in sumaudio() 55 static void play_and_listen(struct bat *bat, void *buffer, int frames) in play_and_listen() 187 int handleinput(struct bat *bat, void *buffer, int frames) in handleinput() 227 int handleoutput(struct bat *bat, void *buffer, int bytes, int frames) in handleoutput()
|
| D | alsa.c | 307 int frames, struct bat *bat) in write_to_pcm() 352 int frames = sndpcm->period_size; /* frame count */ in latencytest_process_output() local 385 int frames = bytes * 8 / sndpcm->frame_bits; /* frame count */ in write_to_pcm_loop() local 511 int frames, struct bat *bat) in read_from_pcm() 552 int size, frames; in read_from_pcm_loop() local 612 int frames = sndpcm->period_size; in latencytest_process_input() local
|
| D | signal.c | 91 static int reorder(struct bat *bat, float *val, int frames) in reorder() 114 static int adjust_waveform(struct bat *bat, float *val, int frames, in adjust_waveform() 148 int generate_sine_wave(struct bat *bat, int frames, void *buf) in generate_sine_wave()
|
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_mmap.c | 33 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_backward() 42 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_forward() 51 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_backward() 60 void snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_hw_forward() 83 snd_pcm_uframes_t frames = size; in snd_pcm_mmap_write_areas() local 115 snd_pcm_uframes_t frames = size; in snd_pcm_mmap_read_areas() local 536 snd_pcm_uframes_t frames = size - xfer; in snd_pcm_write_mmap() local 592 snd_pcm_uframes_t frames = size - xfer; in snd_pcm_read_mmap() local
|
| D | pcm_plugin.c | 190 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/ |
| D | stack.c | 63 struct frames struct 65 int frames; member 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/node/deps/v8/src/inspector/ |
| D | v8-stack-trace-impl.cc | 47 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/musl/libc-test/src/functionalext/backtrace/ |
| D | unittest_backtrace.c | 64 void *frames[10]; in backtrace_1001() local 70 void *frames[10]; in backtrace_1002_supplement() local
|
| /third_party/libsnd/programs/ |
| D | sndfile-concat.c | 138 int frames, readcount ; in concat_data_fp() local 156 int frames, readcount ; in concat_data_int() local
|
| /third_party/libsnd/tests/ |
| D | string_test.c | 623 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/node/test/fixtures/wpt/dom/events/scrolling/ |
| D | scroll_support.js | 22 function tick(frames) { argument 54 function tick(frames) { argument 151 function tick(frames) { argument
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-stack-trace-iterator.cc | 35 std::vector<FrameSummary> frames; in DebugStackTraceIterator() local 66 std::vector<FrameSummary> frames; in Advance() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | f_graphmonitor.c | 189 size_t frames = ff_inlink_queued_frames(l); in filter_have_queued() local 197 size_t frames = ff_inlink_queued_frames(l); in filter_have_queued() local 209 size_t frames) in draw_items() 357 size_t frames = ff_inlink_queued_frames(l); in create_frame() local 377 size_t frames = ff_inlink_queued_frames(l); in create_frame() local
|
| /third_party/skia/tools/perf-canvaskit-puppeteer/ |
| D | Makefile | 10 frames: target
|
| /third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/ |
| D | wait-for.js | 3 function tick(frames) { argument
|
| /third_party/libsnd/src/ |
| D | dither.c | 396 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()
|
| D | sndfile.c | 1807 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/ |
| D | test-abort-backtrace.js | 15 const frames = stderr.trimRight().split('\n').map((s) => s.trim()); constant
|
| /third_party/ffmpeg/libavcodec/ |
| D | hwconfig.h | 45 #define HW_CONFIG_HWACCEL(device, frames, ad_hoc, format, device_type_, name) \ argument 82 #define HW_CONFIG_ENCODER(device, frames, ad_hoc, format, device_type_) \ argument
|
| /third_party/alsa-lib/include/ |
| D | aserver.h | 77 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/ |
| D | wasm-module-debug.cc | 103 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
|
| /third_party/lame/frontend/ |
| D | brhist.c | 135 brhist_disp_line(int i, int br_hist_TOT, int br_hist_LR, int full, int frames) in brhist_disp_line() 171 progress_line(const lame_global_flags * gf, int full, int frames) in progress_line() 310 int frames; /* total number of encoded frames */ in brhist_disp() local
|