HomeSort by relevance Sort by last modified time
    Searched refs:cur_ts (Results 1 - 4 of 4) sorted by null

  /external/qemu/audio/
audio_template.h 546 uint64_t delta, cur_ts, old_ts; local
552 cur_ts = sw->hw->ts_helper;
554 /* dolog ("cur %" PRId64 " old %" PRId64 "\n", cur_ts, old_ts); */
556 if (cur_ts >= old_ts) {
557 delta = cur_ts - old_ts;
560 delta = UINT64_MAX - old_ts + cur_ts;
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 545 int mm_camera_channel_get_time_diff(struct timespec *cur_ts, int usec_target, struct timespec *frame_ts)
547 int dtusec = (cur_ts->tv_nsec - frame_ts->tv_nsec)/1000;
548 dtusec += (cur_ts->tv_sec - frame_ts->tv_sec)*1000000 - usec_target;
  /external/libusb/libusb/
io.c 2090 struct timespec cur_ts; local
    [all...]
  /external/libusb_aah/libusb/
io.c 2313 struct timespec cur_ts; local
    [all...]

Completed in 1008 milliseconds