Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c346 gint64 data_amount; in gst_gdk_animation_iter_may_advance() local
351 data_amount = lseek (iter->ani->temp_fd, 0, SEEK_CUR); in gst_gdk_animation_iter_may_advance()
352 g_assert (data_amount >= 0); in gst_gdk_animation_iter_may_advance()
356 if (data_amount - offset > GST_GDK_BUFFER_SIZE) in gst_gdk_animation_iter_may_advance()