Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DGaussianBlurEffect.cpp70 const auto repeat_index = SkTPin<size_t>(static_cast<size_t>(fRepeatEdge), in onSync() local
72 fBlur->setTileMode(kRepeatEdgeMap[repeat_index]); in onSync()
/third_party/flutter/skia/modules/skottie/src/effects/
DGaussianBlurEffect.cpp70 const auto repeat_index = SkTPin<size_t>(static_cast<size_t>(fRepeatEdge), in apply() local
72 fBlur->setTileMode(kRepeatEdgeMap[repeat_index]); in apply()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c1667 gint repeat_index = 0; in gst_mpd_client_stream_seek() local
1695 repeat_index = (ts - segment->start) / segment->duration; in gst_mpd_client_stream_seek()
1697 chunk_time = segment->start + segment->duration * repeat_index; in gst_mpd_client_stream_seek()
1700 if (!forward && repeat_index > 0 in gst_mpd_client_stream_seek()
1702 repeat_index--; in gst_mpd_client_stream_seek()
1705 if (repeat_index + 1 < segment->repeat) { in gst_mpd_client_stream_seek()
1707 repeat_index++; in gst_mpd_client_stream_seek()
1713 repeat_index = 0; in gst_mpd_client_stream_seek()
1722 if (repeat_index + 1 < segment->repeat) { in gst_mpd_client_stream_seek()
1723 repeat_index++; in gst_mpd_client_stream_seek()
[all …]