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

  /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
  /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...]
  /external/chromium_org/tools/oopif/
iframe_server.py 66 # nframes is how many frames per page.
73 # jitter is the amount of randomness applied to nframes and nsites.
76 self.nframes = int(query_dict.get('nframes', [4] )[0])
193 for frame in xrange(0, apply_jitter(rand, params.jitter, params.nframes)):
  /external/jemalloc/src/
prof.c 163 int nframes; local
169 nframes = unw_backtrace(bt->vec, PROF_BT_MAX);
170 if (nframes <= 0)
172 bt->len = nframes;
  /bionic/libc/kernel/uapi/linux/
cdrom.h 169 int nframes; member in struct:cdrom_read_audio
  /development/ndk/platforms/android-3/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /development/ndk/platforms/android-L/include/linux/
cdrom.h 169 int nframes; member in struct:cdrom_read_audio
  /external/kernel-headers/original/uapi/linux/
cdrom.h 242 int nframes; /* number of 2352-byte-frames to read at once */ member in struct:cdrom_read_audio
243 __u8 __user *buf; /* frame buffer (size: nframes*2352 bytes) */

Completed in 938 milliseconds