Searched refs:stop_offset (Results 1 – 6 of 6) sorted by relevance
163 guint start_offset = 0, stop_offset; in DoRenderSample() local228 stop_offset = (guint)gst_util_uint64_scale_int (buf_stop - clip_stop, in DoRenderSample()232 stop_offset = size; in DoRenderSample()235 if ((start_offset != 0) || (stop_offset != (size_t) size)) { in DoRenderSample()238 start_offset, stop_offset - start_offset); in DoRenderSample()
278 guint64 offset, guint64 stop_offset);967 guint64 stop_offset) in gst_soup_http_src_add_range_header() argument975 if (offset || stop_offset != -1) { in gst_soup_http_src_add_range_header()976 if (stop_offset != -1) { in gst_soup_http_src_add_range_header()977 g_assert (offset != stop_offset); in gst_soup_http_src_add_range_header()980 G_GUINT64_FORMAT, offset, (stop_offset > 0) ? stop_offset - 1 : in gst_soup_http_src_add_range_header()981 stop_offset); in gst_soup_http_src_add_range_header()
607 FT_F2Dot14 stop_offset; member
1026 color_stop->stop_offset = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
518 sorted_stops[index].stop_pos = color_stop.stop_offset / float(1 << 14); in colrv1_configure_skpaint()
7707 * stop_offset ::7718 - FT_F2Dot14 stop_offset;7719 + FT_Fixed stop_offset;22958 - color_stop->stop_offset = FT_NEXT_SHORT( p );22959 + color_stop->stop_offset = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;