Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddpx.c169 int yuv, color_trc, color_spec; in decode_frame() local
230 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()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmuxjpeg2000.h57 guint8 color_spec; member
Dgstbasetsmuxjpeg2000.c111 gst_byte_writer_put_uint8 (&wr, private_data->color_spec); in gst_base_ts_mux_prepare_jpeg2000()
Dgstbasetsmux.c391 guint8 color_spec = 0; in gst_base_ts_mux_create_or_update_stream() local
640 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()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.h222 guint8 color_spec; member
Dtsmuxstream.c840 gst_byte_writer_put_uint8 (&writer, stream->color_spec); in tsmux_stream_default_get_es_descrs()