Home
last modified time | relevance | path

Searched defs:nframes (Results 1 – 25 of 41) 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.py24 nframes = 48 variable in AifcPCM8Test
41 nframes = 48 variable in AifcPCM16Test
60 nframes = 48 variable in AifcPCM24Test
85 nframes = 48 variable in AifcPCM32Test
110 nframes = 48 variable in AifcULAWTest
131 nframes = 48 variable in AifcALAWTest
Daudiotests.py28 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument
62 def check_file(self, testfile, nframes, frames): argument
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io_test.cc46 int nframes, w, h, c; in TestDecodeGif() local
113 int nframes, w, h, c; in TEST() local
140 int nframes; in TestExpandAnimations() local
168 int nframes; in TestInvalidGifFormat() local
/external/adhd/cras/src/server/
Dinput_data.c18 void input_data_run(struct ext_dsp_module *ext, unsigned int nframes) in input_data_run()
76 unsigned int nframes) in input_data_set_all_streams_read()
Dcras_loopback_iodev.c68 static int sample_hook(const uint8_t *frames, unsigned int nframes, in sample_hook()
233 static int put_record_buffer(struct cras_iodev *iodev, unsigned nframes) in put_record_buffer()
Dcras_empty_iodev.c46 uint64_t frames_since_start, nframes; in current_level() local
Dcras_apm_list.c490 void reverse_data_run(struct ext_dsp_module *ext, unsigned int nframes) in reverse_data_run()
604 unsigned int writable, nframes, nread; in cras_apm_list_process() local
/external/python/cpython2/Mac/Demo/sound/
Dplayaiff.py12 nframes = min(af.getnframes(), 100000) variable
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.h26 uint32_t nframes; member
Divc.c568 uint32_t nframes, uint32_t frame_size) in check_ivc_params()
620 uint32_t nframes, uint32_t frame_size, in tegra_ivc_init()
/external/adhd/cras/src/tests/
Dempty_iodev_unittest.cc24 unsigned nframes; in TEST() local
/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/kernel-headers/original/uapi/linux/can/
Dbcm.h73 __u32 nframes; member
/external/python/cpython3/Lib/
Dwave.py233 def readframes(self, nframes): argument
373 def setnframes(self, nframes): argument
Dsunau.py270 def readframes(self, nframes): argument
376 def setnframes(self, nframes): argument
Daifc.py428 def readframes(self, nframes): argument
650 def setnframes(self, nframes): argument
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py203 def ReadAudio(self, nframes, time=None): argument

12