Home
last modified time | relevance | path

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

123456789

/external/adhd/cras/src/dsp/
Ddsp_util.c33 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/
Dtest_wave.py25 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
Dtest_sunau.py22 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
Dtest_aifc.py28 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/
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
/external/webrtc/webrtc/common_audio/
Daudio_ring_buffer.cc32 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/
Dstackwalker_amd64.cc129 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
Dstackwalker_arm64.cc79 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
Dstackwalker_arm.cc80 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
Dstackwalker_mips.cc95 const vector<StackFrame*>& frames, in GetCallerByCFIFrameInfo()
175 const vector<StackFrame*>& frames = *stack->frames(); in GetCallerFrame() local
212 const vector<StackFrame*>& frames) { in GetCallerByStackScan()
Dstackwalker_x86.cc139 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/
Dplayaiff.py13 frames = af.readframes(nframes) variable
16 frames = audioop.add(frames, '\x80'*len(frames), 1) variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc108 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/
Dstack.c63 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/
Dv8-stack-trace-impl.cc29 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/
Ddrc_test.c26 static void process(struct drc *drc, float *buf, size_t frames) in process()
49 size_t frames; in main() local
Draw.c13 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__.py59 frames = frame variable
/external/adhd/cras/src/common/
Dcras_util.h39 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/
DLazyThreadReference.java61 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/
Dcras_empty_iodev.c53 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/
Dcall_stack.h65 const vector<StackFrame*>* frames() const { return &frames_; } in frames() function
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadReference.java198 List<StackFrame> frames() throws IncompatibleThreadStateException; in frames() method
239 List<StackFrame> frames(int start, int length) in frames() method

123456789