/external/adhd/cras/src/dsp/ |
D | dsp_util.c | 33 float *output2, int frames) in deinterleave_stereo() 87 int16_t *output, int frames) in interleave_stereo() 139 float *output2, int frames) in deinterleave_stereo() 191 int16_t *output, int frames) in interleave_stereo() 264 float *output2, int frames) in deinterleave_stereo() 326 int16_t *output, int frames) in interleave_stereo() 380 int channels, int frames) in dsp_util_deinterleave_s16le() 402 int channels, int frames) in dsp_util_deinterleave_s24le() 417 int channels, int frames) in dsp_util_deinterleave_s243le() 435 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 | 29 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
|
/external/webrtc/webrtc/common_audio/ |
D | audio_ring_buffer.cc | 32 size_t frames) { in Write() 40 void AudioRingBuffer::Read(float* const* data, size_t channels, size_t frames) { in Read() 59 void AudioRingBuffer::MoveReadPositionForward(size_t frames) { in MoveReadPositionForward() 67 void AudioRingBuffer::MoveReadPositionBackward(size_t frames) { in MoveReadPositionBackward()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_amd64.cc | 129 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 151 const vector<StackFrame*>& frames) { in GetCallerByFramePointerRecovery() 197 const vector<StackFrame*> &frames) { in GetCallerByStackScan() 253 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
D | stackwalker_arm64.cc | 79 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 155 const vector<StackFrame*> &frames) { in GetCallerByStackScan() 186 const vector<StackFrame*> &frames) { in GetCallerByFramePointer() 233 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
D | stackwalker_arm.cc | 80 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 164 const vector<StackFrame*> &frames) { in GetCallerByStackScan() 195 const vector<StackFrame*> &frames) { in GetCallerByFramePointer() 247 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() local
|
D | stackwalker_mips.cc | 95 const vector<StackFrame*>& frames, in GetCallerByCFIFrameInfo() 175 const vector<StackFrame*>& frames = *stack->frames(); in GetCallerFrame() local 212 const vector<StackFrame*>& frames) { in GetCallerByStackScan()
|
D | stackwalker_x86.cc | 139 const vector<StackFrame*> &frames, in GetCallerByWindowsFrameInfo() 507 const vector<StackFrame*> &frames, in GetCallerByCFIFrameInfo() 532 const vector<StackFrame*> &frames, in GetCallerByEBPAtBase() 625 const vector<StackFrame*> &frames = *stack->frames(); in GetCallerFrame() 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/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 108 FrameView frames; in TEST_F() local 120 FrameView frames; in TEST_F() local 159 FrameView frames; in TEST_F() local 171 FrameView frames; in TEST_F() local 210 FrameView frames; in TEST_F() local 220 FrameView frames; in TEST_F() local 274 FrameView frames; in TEST_F() local 288 FrameView frames; in TEST_F() local 345 FrameView frames; in TEST_F() local 357 FrameView frames; in TEST_F() local [all …]
|
/external/elfutils/src/ |
D | stack.c | 63 struct frames struct 65 int frames; argument 66 int allocated; 67 struct frame *frame; 175 struct frames *frames = (struct frames *) arg; in frame_callback() local 359 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what) in print_frames() 454 struct frames *frames = (struct frames *) thread_arg; in thread_callback() local 700 struct frames frames; in main() local
|
/external/v8/src/inspector/ |
D | v8-stack-trace-impl.cc | 29 std::vector<std::shared_ptr<StackFrame>> frames(frameCount); in toFramesVector() local 66 const std::vector<std::shared_ptr<StackFrame>>& frames, in buildInspectorObjectCommon() 189 std::vector<std::shared_ptr<StackFrame>> frames; in create() local 221 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, in V8StackTraceImpl() 327 const std::vector<std::shared_ptr<StackFrame>>& frames = m_parent->frames(); in next() local 352 std::vector<std::shared_ptr<StackFrame>> frames; in capture() local 387 std::vector<std::shared_ptr<StackFrame>> frames, in AsyncStackTrace()
|
/external/adhd/cras/src/dsp/tests/ |
D | drc_test.c | 26 static void process(struct drc *drc, float *buf, size_t frames) in process() 49 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/tensorflow/tensorflow/contrib/signal/ |
D | __init__.py | 59 frames = frame variable
|
/external/adhd/cras/src/common/ |
D | cras_util.h | 39 static inline void cras_frames_to_time(unsigned int frames, in cras_frames_to_time() 49 static inline void cras_frames_to_time_precise(unsigned int frames, in cras_frames_to_time_precise() 67 static inline unsigned int cras_frames_to_ms(unsigned int frames, in cras_frames_to_ms()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
D | LazyThreadReference.java | 61 public List<StackFrame> frames() throws IncompatibleThreadStateException { in frames() method in LazyThreadReference 65 public List<StackFrame> frames(int start, int length) throws IncompatibleThreadStateException { in frames() method in LazyThreadReference
|
/external/adhd/cras/src/server/ |
D | cras_empty_iodev.c | 53 unsigned int frames, frames_since_last; in current_level() local 118 unsigned *frames) in get_buffer() 138 static int put_buffer(struct cras_iodev *iodev, unsigned frames) in put_buffer()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | call_stack.h | 65 const vector<StackFrame*>* frames() const { return &frames_; } in frames() function
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | ThreadReference.java | 198 List<StackFrame> frames() throws IncompatibleThreadStateException; in frames() method 239 List<StackFrame> frames(int start, int length) in frames() method
|