Searched refs:fdelta (Results 1 - 2 of 2) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-gestures.c | 1216 struct device_float_coords center, fdelta; in tp_gesture_handle_state_pinch() local 1230 fdelta = device_float_delta(center, tp->gesture.center); in tp_gesture_handle_state_pinch() 1233 delta = tp_filter_motion(tp, &fdelta, time); in tp_gesture_handle_state_pinch() 1235 if (normalized_is_zero(delta) && device_float_is_zero(fdelta) && in tp_gesture_handle_state_pinch() 1239 unaccel = tp_filter_motion_unaccelerated(tp, &fdelta, time); in tp_gesture_handle_state_pinch()
|
/third_party/ffmpeg/libswresample/ |
H A D | swresample.c | 1032 double fdelta = delta /(double)(s->in_sample_rate * (int64_t)s->out_sample_rate); in swr_next_pts() local 1034 if(fabs(fdelta) > s->min_compensation) { in swr_next_pts() 1035 if(s->outpts == s->firstpts || fabs(fdelta) > s->min_hard_compensation){ in swr_next_pts() 1040 av_log(s, AV_LOG_ERROR, "Failed to compensate for timestamp delta of %f\n", fdelta); in swr_next_pts() 1045 int comp = av_clipf(fdelta, -max_soft_compensation, max_soft_compensation) * duration ; in swr_next_pts() 1046 av_log(s, AV_LOG_VERBOSE, "compensating audio timestamp drift:%f compensation:%d in:%d\n", fdelta, comp, duration); in swr_next_pts()
|
Completed in 5 milliseconds