Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpeg2000sampling.c111 gst_jpeg2000_colorspace_from_string (const gchar * colorspace_string) in gst_jpeg2000_colorspace_from_string() argument
115 g_return_val_if_fail (colorspace_string != NULL, in gst_jpeg2000_colorspace_from_string()
119 if (!g_strcmp0 (colorspace_string, gst_jpeg2000_colorspace_strings[i])) in gst_jpeg2000_colorspace_from_string()
Dgstjpeg2000sampling.h110 colorspace_string);
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstjpeg2000parse.c536 const gchar *colorspace_string = NULL; in gst_jpeg2000_parse_handle_frame() local
545 colorspace_string = gst_structure_get_string in gst_jpeg2000_parse_handle_frame()
547 if (colorspace_string) in gst_jpeg2000_parse_handle_frame()
548 colorspace = gst_jpeg2000_colorspace_from_string (colorspace_string); in gst_jpeg2000_parse_handle_frame()