Home
last modified time | relevance | path

Searched defs:_GstJpegParse (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.h49 struct _GstJpegParse { struct
50 GstBaseParse parse;
52 guint last_offset;
53 guint last_entropy_len;
54 gboolean last_resync;
57 gint caps_width, caps_height;
58 gint caps_framerate_numerator;
59 gint caps_framerate_denominator;
84 struct _GstJpegParseClass { argument