/external/python/cpython2/Lib/test/ |
D | test_sunau.py | 19 nframes = 48 variable in SunauPCM8Test 36 nframes = 48 variable in SunauPCM16Test 55 nframes = 48 variable in SunauPCM32Test 80 nframes = 48 variable in SunauULAWTest
|
D | test_wave.py | 22 nframes = 48 variable in WavePCM8Test 39 nframes = 48 variable in WavePCM16Test 66 nframes = 48 variable in WavePCM24Test 93 nframes = 48 variable in WavePCM32Test
|
D | test_aifc.py | 25 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
|
D | audiotests.py | 51 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument 79 def check_file(self, testfile, nframes, frames): argument
|
/external/python/cpython3/Lib/test/ |
D | test_sunau.py | 21 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
|
D | test_wave.py | 22 nframes = 48 variable in WavePCM8Test 39 nframes = 48 variable in WavePCM16Test 60 nframes = 48 variable in WavePCM24Test 87 nframes = 48 variable in WavePCM32Test
|
D | test_aifc.py | 24 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
|
D | audiotests.py | 28 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/ |
D | gif_io_test.cc | 46 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/ |
D | input_data.c | 18 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()
|
D | cras_loopback_iodev.c | 68 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()
|
D | cras_empty_iodev.c | 46 uint64_t frames_since_start, nframes; in current_level() local
|
D | cras_apm_list.c | 490 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/ |
D | playaiff.py | 12 nframes = min(af.getnframes(), 100000) variable
|
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/ |
D | ivc.h | 26 uint32_t nframes; member
|
D | ivc.c | 568 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/ |
D | empty_iodev_unittest.cc | 24 unsigned nframes; in TEST() local
|
/external/python/cpython2/Lib/ |
D | sunau.py | 257 def readframes(self, nframes): argument 349 def setnframes(self, nframes): argument
|
D | wave.py | 227 def readframes(self, nframes): argument 371 def setnframes(self, nframes): argument
|
D | aifc.py | 423 def readframes(self, nframes): argument 660 def setnframes(self, nframes): argument
|
/external/kernel-headers/original/uapi/linux/can/ |
D | bcm.h | 73 __u32 nframes; member
|
/external/python/cpython3/Lib/ |
D | wave.py | 233 def readframes(self, nframes): argument 373 def setnframes(self, nframes): argument
|
D | sunau.py | 270 def readframes(self, nframes): argument 376 def setnframes(self, nframes): argument
|
D | aifc.py | 428 def readframes(self, nframes): argument 650 def setnframes(self, nframes): argument
|
/external/python/cpython2/Lib/plat-mac/ |
D | videoreader.py | 203 def ReadAudio(self, nframes, time=None): argument
|