Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c216 parse->last_offset, parse->last_resync, parse->last_entropy_len); in gst_jpeg_parse_get_image_length()
237 resync = resync || parse->last_resync; in gst_jpeg_parse_get_image_length()
257 parse->last_resync = FALSE; in gst_jpeg_parse_get_image_length()
264 parse->last_resync = FALSE; in gst_jpeg_parse_get_image_length()
334 parse->last_resync = resync; in gst_jpeg_parse_get_image_length()
834 parse->last_resync = FALSE; in gst_jpeg_parse_sink_event()
881 parse->last_resync = FALSE; in gst_jpeg_parse_start()
Dgstjpegparse.h54 gboolean last_resync; member