Searched refs:color_spec (Results 1 – 6 of 6) sorted by relevance
169 int yuv, color_trc, color_spec; in decode_frame() local230 color_spec = buf[2]; in decode_frame()432 switch (color_spec) { in decode_frame()451 "%d to color_primaries.\n", color_spec); in decode_frame()456 switch (color_spec) { in decode_frame()475 "%d to colorspace.\n", color_spec); in decode_frame()
57 guint8 color_spec; member
111 gst_byte_writer_put_uint8 (&wr, private_data->color_spec); in gst_base_ts_mux_prepare_jpeg2000()
391 guint8 color_spec = 0; in gst_base_ts_mux_create_or_update_stream() local640 private_data->color_spec = 1; in gst_base_ts_mux_create_or_update_stream()654 color_spec = GST_MPEGTS_JPEG2000_COLORSPEC_SRGB; /* RGB as default */ in gst_base_ts_mux_create_or_update_stream()656 color_spec = GST_MPEGTS_JPEG2000_COLORSPEC_REC601; in gst_base_ts_mux_create_or_update_stream()660 color_spec = GST_MPEGTS_JPEG2000_COLORSPEC_REC709; in gst_base_ts_mux_create_or_update_stream()663 private_data->color_spec = color_spec; in gst_base_ts_mux_create_or_update_stream()726 ts_pad->stream->color_spec = color_spec; in gst_base_ts_mux_create_or_update_stream()
222 guint8 color_spec; member
840 gst_byte_writer_put_uint8 (&writer, stream->color_spec); in tsmux_stream_default_get_es_descrs()