HomeSort by relevance Sort by last modified time
    Searched refs:nframes (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wave.py 9 nframes = 100 variable
29 self.f.setnframes(nframes)
30 output = '\0' * nframes * nchannels * sampwidth
38 self.assertEqual(nframes, self.f.getnframes())
39 self.assertEqual(self.f.readframes(nframes), output)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/can/
bcm.h 27 * @nframes: number of frames appended to the message head.
36 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
bcm.h 27 * @nframes: number of frames appended to the message head.
36 __u32 nframes; member in struct:bcm_msg_head
  /bionic/libc/kernel/uapi/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /development/ndk/platforms/android-L/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
Mosaic.cpp 57 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
79 if(nframes>-1)
81 for(int i=0; i<nframes; i++)
  /external/kernel-headers/original/uapi/linux/can/
bcm.h 58 * @nframes: number of frames appended to the message head.
67 __u32 nframes; member in struct:bcm_msg_head
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
Mosaic.cpp 60 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
82 if(nframes>-1)
84 for(int i=0; i<nframes; i++)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 52 nframes = len(data) / self._nchannels / self._sampwidth
53 if len(data) != nframes * self._nchannels * self._sampwidth:
56 self.getfilled() + nframes > \
70 nframes)
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 177 size_t nframes; local
248 nframes=(xlength-TEST_WIN_SIZE+TEST_WIN_STEP)/TEST_WIN_STEP;
249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb));
250 X=(float *)opus_malloc(nframes*NFREQS*nchannels*sizeof(*X));
251 Y=(float *)opus_malloc(nframes*yfreqs*nchannels*sizeof(*Y));
254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes,
257 band_energy(NULL,Y,BANDS,ybands,y,nchannels,nframes,
260 for(xi=0;xi<nframes;xi++){
316 for(xi=1;xi<nframes;xi++){
338 for(xi=0;xi<nframes;xi++)
    [all...]
  /external/libopus/src/
opus_compare.c 177 size_t nframes; local
248 nframes=(xlength-TEST_WIN_SIZE+TEST_WIN_STEP)/TEST_WIN_STEP;
249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb));
250 X=(float *)opus_malloc(nframes*NFREQS*nchannels*sizeof(*X));
251 Y=(float *)opus_malloc(nframes*yfreqs*nchannels*sizeof(*Y));
254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes,
257 band_energy(NULL,Y,BANDS,ybands,y,nchannels,nframes,
260 for(xi=0;xi<nframes;xi++){
316 for(xi=1;xi<nframes;xi++){
338 for(xi=0;xi<nframes;xi++)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunau.py 253 def readframes(self, nframes):
255 if nframes == AUDIO_UNKNOWN_SIZE:
258 data = self._file.read(nframes * self._framesize * self._nchannels)
340 def setnframes(self, nframes):
343 if nframes < 0:
345 self._nframes = nframes
368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
372 self.setnframes(nframes)
385 nframes = len(data) / self._framesize
390 self._nframeswritten = self._nframeswritten + nframes
    [all...]
wave.py 225 def readframes(self, nframes):
232 if nframes == 0:
241 nitems = nframes * self._nchannels
253 data = self._data_chunk.read(nframes * self._framesize)
366 def setnframes(self, nframes):
369 self._nframes = nframes
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
395 self.setnframes(nframes)
418 nframes = len(data) // (self._sampwidth * self._nchannels)
430 self._nframeswritten = self._nframeswritten + nframes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunau.py 253 def readframes(self, nframes):
255 if nframes == AUDIO_UNKNOWN_SIZE:
258 data = self._file.read(nframes * self._framesize * self._nchannels)
340 def setnframes(self, nframes):
343 if nframes < 0:
345 self._nframes = nframes
368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
372 self.setnframes(nframes)
385 nframes = len(data) / self._framesize
390 self._nframeswritten = self._nframeswritten + nframes
    [all...]
wave.py 225 def readframes(self, nframes):
232 if nframes == 0:
241 nitems = nframes * self._nchannels
253 data = self._data_chunk.read(nframes * self._framesize)
366 def setnframes(self, nframes):
369 self._nframes = nframes
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
395 self.setnframes(nframes)
418 nframes = len(data) // (self._sampwidth * self._nchannels)
430 self._nframeswritten = self._nframeswritten + nframes
    [all...]

Completed in 1607 milliseconds

1 2 3 4 5