Searched defs:start_frame (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/websockets/
H A Dwebsocket.cc302 const char* start_frame = local
304 const char* next_frame = start_frame;
381 SkipReadBuffer(next_frame - start_frame);
/external/srec/srec/crec/
H A Dsrec_results.c366 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++)
H A Dsrec.c2356 void multi_srec_get_speech_bounds(multi_srec* recm, frameID* start_frame, frameID* end_frame) argument
2363 *start_frame = *end_frame = 0;
2377 if (*start_frame == 0) *start_frame = wtoken->end_time;
2385 *start_frame = wtoken->end_time;
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h103 int start_frame; member in struct:usbdevfs_urb
137 compat_int_t start_frame; member in struct:usbdevfs_urb32
H A Dusb.h660 #define URB_ISO_ASAP 0x0002 /* iso-only, urb->start_frame
729 * @start_frame: Returns the initial frame for isochronous transfers.
802 * utilization allows, and then set start_frame to reflect the actual frame
803 * selected during submission. Otherwise drivers must specify the start_frame
867 int start_frame; /* (modify) start frame (ISO) */ member in struct:urb
981 urb->start_frame = -1;
/external/libusb/libusb/os/
H A Dlinux_usbfs.h93 int start_frame; member in struct:usbfs_urb
/external/libvpx/vp8/encoder/
H A Dtemporal_filter.c484 int start_frame = 0; local
550 start_frame = (cpi->last_alt_ref_sei
564 , start_frame);
571 int which_buffer = start_frame - frame;
/external/valgrind/main/include/vki/
H A Dvki-linux.h2372 int start_frame; member in struct:vki_usbdevfs_urb

Completed in 236 milliseconds