Home
last modified time | relevance | path

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

1234567891011

/external/adhd/cras/src/dsp/
Ddsp_util.c39 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/
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.py27 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/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/adhd/cras/src/tests/
Dfmt_conv_ops_unittest.cc90 const size_t frames = 4096; in TEST() local
107 const size_t frames = 4096; in TEST() local
125 const size_t frames = 4096; in TEST() local
142 const size_t frames = 4096; in TEST() local
159 const size_t frames = 4096; in TEST() local
175 const size_t frames = 4096; in TEST() local
194 const size_t frames = 4096; in TEST() local
212 const size_t frames = 4096; in TEST() local
230 const size_t frames = 4096; in TEST() local
249 const size_t frames = 4096; in TEST() local
[all …]
/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/libvpx/libvpx/tools/3D-Reconstruction/genY4M/
DgenY4M.py15 def generate(args, frames): argument
47 frames = [] variable
/external/elfutils/src/
Dstack.c63 struct frames struct
65 int frames; member
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/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc113 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/
Ddrc_test.c29 static void process(struct drc *drc, float *buf, size_t frames) in process()
52 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/v8/src/inspector/
Dv8-stack-trace-impl.cc42 std::vector<std::shared_ptr<StackFrame>> frames(frameCount); in toFramesVector() local
79 const std::vector<std::shared_ptr<StackFrame>>& frames, in buildInspectorObjectCommon()
241 std::vector<std::shared_ptr<StackFrame>> frames; in create() local
277 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, in V8StackTraceImpl()
394 const std::vector<std::shared_ptr<StackFrame>>& frames = m_parent->frames(); in next() local
422 std::vector<std::shared_ptr<StackFrame>> frames; in capture() local
457 std::vector<std::shared_ptr<StackFrame>> frames, in AsyncStackTrace()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
DClassFileVersionsTest.java122 private void testVersion(int version, boolean frames) throws IOException { in testVersion()
182 private byte[] createClass(int version, boolean frames) { in createClass()
/external/adhd/cras/src/common/
Dcras_util.h39 static inline void cras_frames_to_time(unsigned int frames, unsigned int rate, in cras_frames_to_time()
48 static inline void cras_frames_to_time_precise(unsigned int frames, double rate, in cras_frames_to_time_precise()
65 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/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

1234567891011