Home
last modified time | relevance | path

Searched refs:exact_position (Results 1 – 2 of 2) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlcursor.c211 gboolean exact_position) in forward() argument
217 if (exact_position) in forward()
240 gboolean exact_position) in html_cursor_real_forward() argument
253 retval = forward (cursor, engine, exact_position); in html_cursor_real_forward()
277 gboolean exact_position) in backward() argument
283 if (exact_position) in backward()
305 gboolean exact_position) in html_cursor_real_backward() argument
318 retval = backward (cursor, engine, exact_position); in html_cursor_real_backward()
579 gboolean exact_position) in html_cursor_real_jump_to() argument
713 if (!forward (cursor, engine, exact_position)) in html_cursor_real_jump_to_position()
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/base/
H A Dgstbaseparse.c294 gboolean exact_position; member
855 parse->priv->exact_position = TRUE; in gst_base_parse_reset()
1247 parse->priv->exact_position = seek->accurate; in gst_base_parse_sink_event_default()
1260 parse->priv->exact_position = (in_segment->start == 0); in gst_base_parse_sink_event_default()
2378 if (parse->priv->upstream_seekable && parse->priv->exact_position && in gst_base_parse_handle_and_push_frame()
3389 if (parse->priv->exact_position) { in gst_base_parse_handle_previous_fragment()
4712 parse->priv->exact_position = accurate; in gst_base_parse_handle_seek()