Home
last modified time | relevance | path

Searched refs:last_x (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c76 pa_usec_t last_y, last_x; member
402 if (x <= s->last_x) in pa_smoother_get()
403 x = s->last_x; in pa_smoother_get()
410 s->last_x = x; in pa_smoother_get()
514 s->last_y = s->last_x = 0; in pa_smoother_reset()
/third_party/ffmpeg/libavfilter/
Dvf_find_rect.c39 int last_x, last_y; member
195 FFMAX(foc->xmin, foc->last_x - 8), in filter_frame()
196 FFMIN(foc->xmax, foc->last_x + 8), in filter_frame()
213 foc->last_x = best_x; in filter_frame()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.js366 var last_x = 0, last_y = 0;
387 last_x = x;
391 pending = pending + "d " + color + " " + last_x + " " + last_y +
401 last_x = x;
/third_party/libwebsockets/test-apps/
Dtest.js366 var last_x = 0, last_y = 0;
387 last_x = x;
391 pending = pending + "d " + color + " " + last_x + " " + last_y +
401 last_x = x;
/third_party/libinput/test/
Dtest-tablet.c529 double x, y, last_x, last_y; in START_TEST() local
538 last_x = libinput_event_tablet_tool_get_x(tablet_event); in START_TEST()
561 ck_assert_double_lt(last_x, x); in START_TEST()
580 double x, y, last_x, last_y; in START_TEST() local
596 last_x = libinput_event_tablet_tool_get_x(tablet_event); in START_TEST()
617 ck_assert_double_ne(last_x, x); in START_TEST()
637 double x, y, last_x, last_y; in START_TEST() local
682 last_x = libinput_event_tablet_tool_get_x(tablet_event); in START_TEST()
713 ck_assert_double_ne(last_x, x); in START_TEST()
719 ck_assert_double_eq(last_x, x); in START_TEST()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c533 FT_Int last_x = 0; in store_points() local
549 FT_Int dx = point.x - last_x; in store_points()
594 last_x = point.x; in store_points()
615 last_x = 0; in store_points()
620 FT_Int dx = points[i].x - last_x; in store_points()
635 last_x += dx; in store_points()