| /external/python/cpython3/Lib/test/ |
| D | test_wave.py | 23 frames = bytes.fromhex("""\ variable in WavePCM8Test 40 frames = bytes.fromhex("""\ variable in WavePCM16Test 49 frames = byteswap(frames, 2) variable in WavePCM16Test 61 frames = bytes.fromhex("""\ variable in WavePCM24Test 76 frames = byteswap(frames, 3) variable in WavePCM24Test 88 frames = bytes.fromhex("""\ variable in WavePCM32Test 103 frames = byteswap(frames, 4) variable in WavePCM32Test
|
| D | test_sunau.py | 22 frames = bytes.fromhex("""\ variable in SunauPCM8Test 39 frames = bytes.fromhex("""\ variable in SunauPCM16Test 58 frames = bytes.fromhex("""\ variable in SunauPCM24Test 83 frames = bytes.fromhex("""\ variable in SunauPCM32Test 108 frames = bytes.fromhex("""\ variable in SunauULAWTest 117 frames = byteswap(frames, 2) variable in SunauULAWTest
|
| D | test_aifc.py | 28 frames = bytes.fromhex("""\ variable in AifcPCM8Test 45 frames = bytes.fromhex("""\ variable in AifcPCM16Test 64 frames = bytes.fromhex("""\ variable in AifcPCM24Test 89 frames = bytes.fromhex("""\ variable in AifcPCM32Test 114 frames = bytes.fromhex("""\ variable in AifcULAWTest 123 frames = byteswap(frames, 2) variable in AifcULAWTest 135 frames = bytes.fromhex("""\ variable in AifcALAWTest 144 frames = byteswap(frames, 2) variable in AifcALAWTest
|
| /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/adhd/cras/src/dsp/ |
| D | dsp_util.c | 30 float *output2, int frames) in deinterleave_stereo() 84 int16_t *output, int frames) in interleave_stereo() 136 float *output2, int frames) in deinterleave_stereo() 188 int16_t *output, int frames) in interleave_stereo() 261 float *output2, int frames) in deinterleave_stereo() 323 int16_t *output, int frames) in interleave_stereo() 377 int frames) in dsp_util_deinterleave() 398 int frames) in dsp_util_interleave()
|
| /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/utils/ |
| D | frame_test.cc | 80 std::unordered_map<const NodeDef*, std::vector<int>> frames; in TEST_F() local 111 std::unordered_map<const NodeDef*, std::vector<int>> frames; in TEST_F() local 139 std::unordered_map<const NodeDef*, std::vector<int>> frames; in TEST_F() local 172 std::unordered_map<const NodeDef*, std::vector<int>> frames; in TEST_F() local
|
| /external/elfutils/src/ |
| D | stack.c | 64 struct frames struct 66 int frames; member 67 int allocated; 68 struct frame *frame; 176 struct frames *frames = (struct frames *) arg; in frame_callback() local 360 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 703 struct frames frames; in main() local
|
| /external/adhd/cras/src/dsp/tests/ |
| 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()
|
| 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
|
| /external/tensorflow/tensorflow/contrib/signal/ |
| D | __init__.py | 46 from tensorflow.contrib.signal.python.ops.shape_ops import frame as frames unknown
|
| /external/v8/src/inspector/ |
| D | v8-stack-trace-impl.cc | 50 std::vector<V8StackTraceImpl::Frame>& frames, in toFramesVector() 122 std::vector<V8StackTraceImpl::Frame> frames; in create() local 193 std::vector<Frame> frames; in clone() local 202 std::vector<Frame>& frames, in V8StackTraceImpl() 252 std::unique_ptr<protocol::Array<protocol::Runtime::CallFrame>> frames = in buildInspectorObjectImpl() local
|
| /external/annotation-tools/asmx/src/org/objectweb/asm/util/attrs/ |
| D | ASMStackMapTableAttribute.java | 60 public ASMStackMapTableAttribute(List frames, int len) { in ASMStackMapTableAttribute() 84 List frames = getFrames(); in asmify() local 170 List frames = getFrames(); in trace() local
|
| D | ASMStackMapAttribute.java | 60 public ASMStackMapAttribute(List frames, int len) { in ASMStackMapAttribute() 84 List frames = getFrames(); in asmify() local 179 List frames = getFrames(); in trace() local
|
| /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/adhd/cras/src/server/ |
| D | cras_empty_iodev.c | 53 unsigned int frames, frames_since_last; in current_level() local 115 unsigned *frames) in get_buffer() 135 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
|