| /external/adhd/cras/src/dsp/ |
| D | dsp_util.c | 39 int frames) in deinterleave_stereo() 94 int frames) in interleave_stereo() 147 int frames) in deinterleave_stereo() 200 int frames) in interleave_stereo() 274 int frames) in deinterleave_stereo() 337 int frames) in interleave_stereo() 392 int channels, int frames) in dsp_util_deinterleave_s16le() 413 int channels, int frames) in dsp_util_deinterleave_s24le() 427 int channels, int frames) in dsp_util_deinterleave_s243le() 445 int channels, int frames) in dsp_util_deinterleave_s32le() [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_wave.py | 25 frames = audiotests.fromhex("""\ variable in WavePCM8Test 42 frames = audiotests.fromhex("""\ variable in WavePCM16Test 51 frames = audiotests.byteswap2(frames) variable in WavePCM16Test 69 frames = audiotests.fromhex("""\ variable in WavePCM24Test 84 frames = audiotests.byteswap3(frames) variable in WavePCM24Test 96 frames = audiotests.fromhex("""\ variable in WavePCM32Test 111 frames = audiotests.byteswap4(frames) variable in WavePCM32Test
|
| D | test_sunau.py | 22 frames = audiotests.fromhex("""\ variable in SunauPCM8Test 39 frames = audiotests.fromhex("""\ variable in SunauPCM16Test 58 frames = audiotests.fromhex("""\ variable in SunauPCM32Test 83 frames = audiotests.fromhex("""\ variable in SunauULAWTest 92 frames = audiotests.byteswap2(frames) variable in SunauULAWTest
|
| D | test_aifc.py | 28 frames = audiotests.fromhex("""\ variable in AifcPCM8Test 45 frames = audiotests.fromhex("""\ variable in AifcPCM16Test 64 frames = audiotests.fromhex("""\ variable in AifcPCM24Test 89 frames = audiotests.fromhex("""\ variable in AifcPCM32Test 114 frames = audiotests.fromhex("""\ variable in AifcULAWTest 123 frames = audiotests.byteswap2(frames) variable in AifcULAWTest
|
| /external/python/cpython3/Lib/test/ |
| D | test_wave.py | 25 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
|
| D | test_sunau.py | 24 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
|
| D | test_aifc.py | 27 frames = bytes.fromhex("""\ variable in AifcPCM8Test 44 frames = bytes.fromhex("""\ variable in AifcPCM16Test 63 frames = bytes.fromhex("""\ variable in AifcPCM24Test 88 frames = bytes.fromhex("""\ variable in AifcPCM32Test 113 frames = bytes.fromhex("""\ variable in AifcULAWTest 122 frames = byteswap(frames, 2) variable in AifcULAWTest 134 frames = bytes.fromhex("""\ variable in AifcALAWTest 143 frames = byteswap(frames, 2) variable in AifcALAWTest
|
| /external/webrtc/modules/audio_coding/codecs/opus/test/ |
| D | audio_ring_buffer.cc | 33 size_t frames) { in Write() 41 void AudioRingBuffer::Read(float* const* data, size_t channels, size_t frames) { in Read() 60 void AudioRingBuffer::MoveReadPositionForward(size_t frames) { in MoveReadPositionForward() 68 void AudioRingBuffer::MoveReadPositionBackward(size_t frames) { in MoveReadPositionBackward()
|
| /external/adhd/cras/src/tests/ |
| D | fmt_conv_ops_unittest.cc | 92 const size_t frames = 4096; in TEST() local 109 const size_t frames = 4096; in TEST() local 127 const size_t frames = 4096; in TEST() local 144 const size_t frames = 4096; in TEST() local 161 const size_t frames = 4096; in TEST() local 177 const size_t frames = 4096; in TEST() local 196 const size_t frames = 4096; in TEST() local 214 const size_t frames = 4096; in TEST() local 232 const size_t frames = 4096; in TEST() local 251 const size_t frames = 4096; in TEST() local [all …]
|
| D | a2dp_iodev_unittest.cc | 189 unsigned frames; in TEST_F() local 265 unsigned frames; in TEST_F() local 327 unsigned frames; in TEST_F() local 431 unsigned frames; in TEST_F() local 483 unsigned frames; in TEST_F() local 523 unsigned frames; in TEST_F() local 564 unsigned frames; in TEST_F() local 608 unsigned frames; in TEST_F() local 667 unsigned frames, start_level; in TEST_F() local 911 int cras_iodev_fill_odev_zeros(struct cras_iodev* odev, unsigned int frames) { in cras_iodev_fill_odev_zeros()
|
| /external/tinyalsa_new/examples/ |
| D | pcm-readi.c | 6 static size_t read_frames(void **frames) in read_frames() 52 static int write_file(const void *frames, size_t size) in write_file() 66 void *frames = NULL; in main() local
|
| D | pcm-writei.c | 18 static size_t read_file(void ** frames){ in read_file() 47 static int write_frames(const void * frames, size_t byte_count){ in write_frames() 88 void *frames; in main() local
|
| /external/google-breakpad/src/processor/ |
| D | stackwalker_arm64.cc | 102 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 178 const vector<StackFrame*> &frames) { in GetCallerByStackScan() 209 const vector<StackFrame*> &frames) { in GetCallerByFramePointer() 255 const vector<StackFrame*>& frames, in CorrectRegLRByFramePointer() 297 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
| D | stackwalker_amd64.cc | 129 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 157 const vector<StackFrame*>& frames) { in GetCallerByFramePointerRecovery() 220 const vector<StackFrame*> &frames) { in GetCallerByStackScan() 276 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
| D | stackwalker_arm.cc | 81 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 165 const vector<StackFrame*> &frames) { in GetCallerByStackScan() 196 const vector<StackFrame*> &frames) { in GetCallerByFramePointer() 248 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
| D | stackwalker_x86.cc | 139 const vector<StackFrame*> &frames, in GetCallerByWindowsFrameInfo() 517 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 542 const vector<StackFrame*> &frames, in GetCallerByEBPAtBase() 635 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
| D | stackwalker_mips.cc | 107 const vector<StackFrame*>& frames, in GetCallerByCFIFrameInfo() 255 const vector<StackFrame*>& frames = *stack->frames(); in GetCallerFrame() local 287 const vector<StackFrame*>& frames) { in GetCallerByStackScan()
|
| /external/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
|
| /external/python/cpython2/Mac/Demo/sound/ |
| D | playaiff.py | 13 frames = af.readframes(nframes) variable 16 frames = audioop.add(frames, '\x80'*len(frames), 1) variable
|
| /external/libvpx/libvpx/tools/3D-Reconstruction/genY4M/ |
| D | genY4M.py | 15 def generate(args, frames): argument 47 frames = [] variable
|
| /external/rust/crates/quiche/src/ |
| D | lib.rs | 2102 let mut frames: Vec<frame::Frame> = Vec::new(); in send() localVariable 4746 let mut frames = Vec::new(); in decode_pkt() localVariable 5102 let frames = [frame::Frame::Stream { in empty_stream_frame() localVariable 5115 let frames = [frame::Frame::Stream { in empty_stream_frame() localVariable 5128 let frames = [frame::Frame::Stream { in empty_stream_frame() localVariable 5148 let frames = [ in flow_control_limit() localVariable 5178 let frames = [ in flow_control_limit_dup() localVariable 5207 let frames = [ in flow_control_update() localVariable 5225 let frames = [frame::Frame::Stream { in flow_control_update() localVariable 5236 let frames = in flow_control_update() localVariable [all …]
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | loop_optimizer_test.cc | 113 FrameView frames; in TEST_F() local 133 FrameView frames; in TEST_F() local 180 FrameView frames; in TEST_F() local 200 FrameView frames; in TEST_F() local 247 FrameView frames; in TEST_F() local 262 FrameView frames; in TEST_F() local 321 FrameView frames; in TEST_F() local 346 FrameView frames; in TEST_F() local 414 FrameView frames; in TEST_F() local 434 FrameView frames; in TEST_F() local [all …]
|
| /external/adhd/cras/src/dsp/tests/ |
| D | drc_test.c | 29 static void process(struct drc *drc, float *buf, size_t frames) in process() 52 size_t frames; in main() local
|
| D | raw.c | 13 float *read_raw(const char *filename, size_t *frames) in read_raw() 66 int write_raw(const char *filename, float *input, size_t frames) in write_raw()
|
| /external/tinyalsa_new/tests/src/ |
| D | pcm_out_test.cc | 115 unsigned int frames = pcm_bytes_to_frames(pcm_object, bytes + 1); in TEST_F() local 138 unsigned int frames = pcm_bytes_to_frames(pcm_object, buffer_size); in TEST_F() local 152 unsigned int frames = pcm_bytes_to_frames(pcm_object, buffer_size); in TEST_F() local 196 unsigned int frames = pcm_bytes_to_frames(pcm_object, buffer_size); in TEST_F() local
|