Home
last modified time | relevance | path

Searched refs:SPEED_SCALE_FACTOR (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/icles/
Dgdkpixbufoverlay-test.c165 #define SPEED_SCALE_FACTOR (VIDEO_FPS * 4) macro
176 *x = r_x + (0.5 + 0.5 * sin (2 * G_PI * n / SPEED_SCALE_FACTOR)) in calculate_position()
178 *y = r_y + (0.5 + 0.5 * sin (2 * G_PI * sqrt (2) * n / SPEED_SCALE_FACTOR)) in calculate_position()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-overlay-blending.c161 #define SPEED_SCALE_FACTOR (VIDEO_FPS * 4) macro
172 *x = r_x + (0.5 + 0.5 * sin (2 * G_PI * n / SPEED_SCALE_FACTOR)) in calculate_position()
174 *y = r_y + (0.5 + 0.5 * sin (2 * G_PI * sqrt (2) * n / SPEED_SCALE_FACTOR)) in calculate_position()
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/
Doverlaycomposition.c207 #define SPEED_SCALE_FACTOR (VIDEO_FPS * 4) macro
218 *x = r_x + (0.5 + 0.5 * sin (2 * G_PI * n / SPEED_SCALE_FACTOR)) in calculate_position()
220 *y = r_y + (0.5 + 0.5 * sin (2 * G_PI * sqrt (2) * n / SPEED_SCALE_FACTOR)) in calculate_position()