Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dmpegtsmux_jpeg2000.h55 guint8 color_spec; member
Dmpegtsmux_jpeg2000.c109 gst_byte_writer_put_uint8 (&wr, private_data->color_spec); in mpegtsmux_prepare_jpeg2000()
Dmpegtsmux.c604 guint8 color_spec = 0; in mpegtsmux_create_stream() local
813 private_data->color_spec = 1; in mpegtsmux_create_stream()
827 color_spec = GST_MPEGTS_JPEG2000_COLORSPEC_SRGB; /* RGB as default */ in mpegtsmux_create_stream()
829 color_spec = GST_MPEGTS_JPEG2000_COLORSPEC_REC601; in mpegtsmux_create_stream()
833 color_spec = GST_MPEGTS_JPEG2000_COLORSPEC_REC709; in mpegtsmux_create_stream()
836 private_data->color_spec = color_spec; in mpegtsmux_create_stream()
874 ts_data->stream->color_spec = color_spec; in mpegtsmux_create_stream()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.h229 guint8 color_spec; member
Dtsmuxstream.c829 gst_byte_writer_put_uint8 (&writer, stream->color_spec); in tsmux_stream_get_es_descrs()