Searched refs:repeat_index (Results 1 – 3 of 3) sorted by relevance
70 const auto repeat_index = SkTPin<size_t>(static_cast<size_t>(fRepeatEdge), in onSync() local72 fBlur->setTileMode(kRepeatEdgeMap[repeat_index]); in onSync()
70 const auto repeat_index = SkTPin<size_t>(static_cast<size_t>(fRepeatEdge), in apply() local72 fBlur->setTileMode(kRepeatEdgeMap[repeat_index]); in apply()
1667 gint repeat_index = 0; in gst_mpd_client_stream_seek() local1695 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 …]