Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp163 guint start_offset = 0, stop_offset; in DoRenderSample() local
228 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()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.c278 guint64 offset, guint64 stop_offset);
967 guint64 stop_offset) in gst_soup_http_src_add_range_header() argument
975 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()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h607 FT_F2Dot14 stop_offset; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c1026 color_stop->stop_offset = FT_NEXT_SHORT( p ); in tt_face_get_colorline_stops()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp518 sorted_stops[index].stop_pos = color_stop.stop_offset / float(1 << 14); in colrv1_configure_skpaint()
/third_party/chromium/patch/
D0001-cve.patch7707 * 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;