Searched refs:start_frame (Results 1 - 11 of 11) sorted by relevance

/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/qemu/distrib/sdl-1.2.12/include/
H A DSDL_cdrom.h122 /* 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/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/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;
H A Donyx_if.c4837 int start_frame = cpi->last_alt_ref_sei - 3;
4843 if (start_frame < 0)
4844 start_frame += cpi->oxcf.lag_in_frames;
4847 &cpi->src_buffer[start_frame].source_buffer, IF_RTCD(&cpi->rtcd.variance));
4856 &cpi->src_buffer[start_frame].source_buffer, IF_RTCD(&cpi->rtcd.variance));
/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/include/
H A Dsrec.h335 void multi_srec_get_speech_bounds(multi_srec* rec, frameID* start_frame, frameID* end_frame);
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
H A DSDL_syscdrom.c455 FRAMES_TO_MSF(start, &playtime.start_minute, &playtime.start_second, &playtime.start_frame);
/external/valgrind/main/include/vki/
H A Dvki-linux.h2363 int start_frame; member in struct:vki_usbdevfs_urb

Completed in 224 milliseconds