Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpeg2000sampling.h80 gboolean gst_jpeg2000_sampling_is_rgb (GstJPEG2000Sampling sampling);
Dgstjpeg2000sampling.c75 gst_jpeg2000_sampling_is_rgb (GstJPEG2000Sampling sampling) in gst_jpeg2000_sampling_is_rgb() function
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstjpeg2000parse.c623 else if (gst_jpeg2000_sampling_is_rgb (sink_sampling)) in gst_jpeg2000_parse_handle_frame()
685 } else if (gst_jpeg2000_sampling_is_rgb (sink_sampling)) { in gst_jpeg2000_parse_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c394 if (gst_jpeg2000_sampling_is_rgb (self->sampling)) in gst_openjpeg_dec_set_format()