Home
last modified time | relevance | path

Searched refs:end_position (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.c278 smpte->end_position = gst_util_uint64_scale (smpte->duration, in gst_smpte_setcaps()
281 GST_DEBUG_OBJECT (smpte, "duration: %d frames", smpte->end_position); in gst_smpte_setcaps()
384 smpte->end_position = 0; in gst_smpte_reset()
508 if (smpte->position < smpte->end_position) { in gst_smpte_collected()
531 smpte->position / smpte->end_position); in gst_smpte_collected()
Dgstsmpte.h73 gint end_position; member
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstdvdemux.c949 gint64 start_position, end_position; in gst_dvdemux_handle_push_seek() local
963 format, cur, stop, GST_FORMAT_BYTES, &start_position, &end_position); in gst_dvdemux_handle_push_seek()
969 cur_type, start_position, stop_type, end_position); in gst_dvdemux_handle_push_seek()
/third_party/chromium/patch/
D0001-cve.patch36860 + unsigned int *end_position,
36872 + *end_position = unsafe_to;
36883 + *end_position = skippy_iter.idx + 1;
/third_party/gstreamer/gstplugins_base/
DChangeLog66436 We can seek with end_type==NONE and end_type==SET && end_position=-1. The
66444 We can seek with end_type==NONE and end_type==SET && end_position=-1. The