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

1 2 3

  /bionic/libc/kernel/common/linux/can/
bcm.h 31 __u32 nframes; member in struct:bcm_msg_head
  /external/kernel-headers/original/linux/can/
bcm.h 26 * @nframes: number of frames appended to the message head.
35 __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/Gallery2/jni_mosaic/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.15/include/
SDL_cdrom.h 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
164 int start_track, int start_frame, int ntracks, int nframes);
  /external/qemu/distrib/sdl-1.2.15/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 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h 143 * tracks and 'nframes' frames. If both 'ntrack' and 'nframe' are 0, play
164 int start_track, int start_frame, int ntracks, int 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/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/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cdrom.h 152 int nframes; member in struct:cdrom_read_audio

Completed in 292 milliseconds

1 2 3