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

1 2

  /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);
Mosaic.cpp 56 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
78 if(nframes>-1)
80 for(int i=0; i<nframes; i++)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 123 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
142 int start_track, int start_frame, int ntracks, int nframes);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_cdrom.c 175 int strack, int sframe, int ntracks, int nframes)
190 if ( ! ntracks && ! nframes ) {
196 eframe = sframe + nframes;
198 eframe = nframes;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 123 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h 123 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h 123 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_cdrom.h 127 tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
146 int start_track, int start_frame, int ntracks, int nframes);
  /external/bluetooth/bluez/sbc/
sbcenc.c 52 int fd, size, srate, codesize, nframes; local
153 nframes = sizeof(input) / codesize;
156 /* read data for up to 'nframes' frames of input data */
157 size = read(fd, input, codesize * nframes);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 134 unsigned nframes = sizeof(stereoBuffer1) / sizeof(stereoBuffer1[0]); local
135 float nframes_ = (float) nframes;
137 for (i = 0; i < nframes; ++i) {
143 stereoBuffer1[nframes - 1 - i].right = pcm;
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 109 fprintf(stderr, "usage: %s [-n <nframes> -i -h]\n", progname);
112 fprintf(stderr, "\t-n nframes: generate nframes\n");
140 int nframes = 100; local
385 angle += 360.0 / nframes;
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 320 int nframes = 100; local
  /bionic/libc/kernel/common/linux/
cdrom.h 167 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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 241 int nframes; /* number of 2352-byte-frames to read at once */ member in struct:cdrom_read_audio
242 __u8 *buf; /* frame buffer (size: nframes*2352 bytes) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 241 int nframes; /* number of 2352-byte-frames to read at once */ member in struct:cdrom_read_audio
242 __u8 *buf; /* frame buffer (size: nframes*2352 bytes) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 241 int nframes; /* number of 2352-byte-frames to read at once */ member in struct:cdrom_read_audio
242 __u8 *buf; /* frame buffer (size: nframes*2352 bytes) */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio

Completed in 1160 milliseconds

1 2