Home
last modified time | relevance | path

Searched defs:nframes (Results 1 – 25 of 37) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_sunau.py19 nframes = 48 variable in SunauPCM8Test
36 nframes = 48 variable in SunauPCM16Test
55 nframes = 48 variable in SunauPCM32Test
80 nframes = 48 variable in SunauULAWTest
Dtest_wave.py22 nframes = 48 variable in WavePCM8Test
39 nframes = 48 variable in WavePCM16Test
66 nframes = 48 variable in WavePCM24Test
93 nframes = 48 variable in WavePCM32Test
Dtest_aifc.py25 nframes = 48 variable in AifcPCM8Test
42 nframes = 48 variable in AifcPCM16Test
61 nframes = 48 variable in AifcPCM24Test
86 nframes = 48 variable in AifcPCM32Test
111 nframes = 48 variable in AifcULAWTest
Daudiotests.py51 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument
79 def check_file(self, testfile, nframes, frames): argument
/external/python/cpython3/Lib/test/
Dtest_sunau.py21 nframes = 48 variable in SunauPCM8Test
38 nframes = 48 variable in SunauPCM16Test
57 nframes = 48 variable in SunauPCM24Test
82 nframes = 48 variable in SunauPCM32Test
107 nframes = 48 variable in SunauULAWTest
Dtest_wave.py22 nframes = 48 variable in WavePCM8Test
39 nframes = 48 variable in WavePCM16Test
60 nframes = 48 variable in WavePCM24Test
87 nframes = 48 variable in WavePCM32Test
Dtest_aifc.py26 nframes = 48 variable in AifcPCM8Test
43 nframes = 48 variable in AifcPCM16Test
62 nframes = 48 variable in AifcPCM24Test
87 nframes = 48 variable in AifcPCM32Test
112 nframes = 48 variable in AifcULAWTest
133 nframes = 48 variable in AifcALAWTest
Daudiotests.py29 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument
74 def check_file(self, testfile, nframes, frames): argument
/external/adhd/cras/src/server/
Dinput_data.c19 unsigned int nframes) in input_data_run()
75 unsigned int nframes) in input_data_set_all_streams_read()
Dcras_loopback_iodev.c50 static int sample_hook(const uint8_t *frames, unsigned int nframes, in sample_hook()
214 static int put_record_buffer(struct cras_iodev *iodev, unsigned nframes) in put_record_buffer()
Dcras_apm_list.c419 unsigned int nframes) in reverse_data_run()
521 unsigned int writable, nframes, nread; in cras_apm_list_process() local
Dcras_hfp_iodev.c185 unsigned nframes; in flush_buffer() local
/external/python/cpython2/Mac/Demo/sound/
Dplayaiff.py12 nframes = min(af.getnframes(), 100000) variable
/external/u-boot/arch/arm/include/asm/arch-tegra/
Divc.h71 uint32_t nframes; member
/external/libxcam/plugins/smart/dvs/libdvs/
Dtest-image-stabilization.cpp130 int nframes = 0; in main() local
/external/u-boot/arch/arm/mach-tegra/
Divc.c482 static int check_ivc_params(ulong qbase1, ulong qbase2, uint32_t nframes, in check_ivc_params()
531 uint32_t nframes, uint32_t frame_size, in tegra_ivc_init()
/external/kernel-headers/original/uapi/linux/can/
Dbcm.h73 __u32 nframes; member
/external/python/cpython2/Lib/
Dsunau.py257 def readframes(self, nframes): argument
349 def setnframes(self, nframes): argument
Dwave.py227 def readframes(self, nframes): argument
371 def setnframes(self, nframes): argument
Daifc.py423 def readframes(self, nframes): argument
660 def setnframes(self, nframes): argument
/external/python/cpython3/Lib/
Dsunau.py270 def readframes(self, nframes): argument
376 def setnframes(self, nframes): argument
Dwave.py234 def readframes(self, nframes): argument
374 def setnframes(self, nframes): argument
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py203 def ReadAudio(self, nframes, time=None): argument
/external/adhd/cras/src/tests/
Diodev_stub.cc74 unsigned int nframes, int* non_empty, in cras_iodev_put_output_buffer()
Dloopback_iodev_unittest.cc136 unsigned int nframes = 1024; in TEST_F() local

12