HomeSort by relevance Sort by last modified time
    Searched full:start_frame (Results 1 - 25 of 27) sorted by null

1 2

  /external/srec/srec/crec/
srec_results.c 366 frameID start_frame = MAXframeID; local
379 start_frame = wtoken->end_time;
380 start_cost = wtoken->cost + rec->accumulated_cost_offset[ start_frame];
394 if (start_frame != MAXframeID && end_frame != MAXframeID)
396 num_speech_frames = (frameID)(end_frame - start_frame);
408 for (i = start_frame + 1; i <= end_frame; i++)
427 for (i = start_frame + 1; i <= end_frame; i++)
srec.c     [all...]
  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /external/kernel-headers/original/linux/
usbdevice_fs.h 103 int start_frame; member in struct:usbdevfs_urb
137 compat_int_t start_frame; member in struct:usbdevfs_urb32
usb.h 660 #define URB_ISO_ASAP 0x0002 /* iso-only, urb->start_frame
729 * @start_frame: Returns the initial frame for isochronous transfers.
867 int start_frame; \/* (modify) start frame (ISO) *\/ member in struct:urb
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_cdrom.h 126 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
146 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilt/windows/sdl/include/SDL/
SDL_cdrom.h 122 /* Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
142 int start_track, int start_frame, int ntracks, int nframes);
  /external/libvpx/vp8/encoder/
temporal_filter.c 484 int start_frame = 0; local
550 start_frame = (cpi->last_alt_ref_sei
564 , start_frame);
571 int which_buffer = start_frame - frame;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
usbdevice_fs.h 102 int start_frame; member in struct:usbdevfs_urb
  /external/chromium/net/websockets/
websocket.cc 302 const char* start_frame = local
304 const char* next_frame = start_frame;
381 SkipReadBuffer(next_frame - start_frame);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 455 FRAMES_TO_MSF(start, &playtime.start_minute, &playtime.start_second, &playtime.start_frame);
  /external/srec/srec/include/
srec.h 335 void multi_srec_get_speech_bounds(multi_srec* rec, frameID* start_frame, frameID* end_frame);

Completed in 1714 milliseconds

1 2