/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtphdrext-colorspace.c | 55 GstVideoChromaSite chroma_site; member 150 if (self->chroma_site & GST_VIDEO_CHROMA_SITE_H_COSITED) { in gst_rtp_header_extension_colorspace_write() 152 } else if (self->chroma_site & GST_VIDEO_CHROMA_SITE_NONE) { in gst_rtp_header_extension_colorspace_write() 158 if (self->chroma_site & GST_VIDEO_CHROMA_SITE_V_COSITED) { in gst_rtp_header_extension_colorspace_write() 160 } else if (self->chroma_site & GST_VIDEO_CHROMA_SITE_NONE) { in gst_rtp_header_extension_colorspace_write() 200 GstVideoChromaSite * chroma_site) in parse_colorspace() argument 206 g_return_val_if_fail (chroma_site != NULL, FALSE); in parse_colorspace() 227 *chroma_site = GST_VIDEO_CHROMA_SITE_UNKNOWN; in parse_colorspace() 234 *chroma_site |= GST_VIDEO_CHROMA_SITE_H_COSITED; in parse_colorspace() 237 *chroma_site |= GST_VIDEO_CHROMA_SITE_NONE; in parse_colorspace() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtphdrext-colorspace.c | 67 GstVideoChromaSite chroma_site; in GST_START_TEST() local 119 chroma_site = gst_video_chroma_from_string (str); in GST_START_TEST() 120 fail_unless_equals_int (chroma_site, expected_chroma_site); in GST_START_TEST() 155 GstVideoChromaSite chroma_site; in GST_START_TEST() local 213 chroma_site = gst_video_chroma_from_string (str); in GST_START_TEST() 214 fail_unless_equals_int (chroma_site, expected_chroma_site); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.c | 119 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_planar_420() argument 202 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_YUY2() argument 279 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_UYVY() argument 355 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_VYUY() argument 431 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_YVYU() argument 481 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_v308() argument 518 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_IYU2() argument 549 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_copy4() argument 653 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_v210() argument 736 const gint stride[GST_VIDEO_MAX_PLANES], GstVideoChromaSite chroma_site, in pack_v216() argument [all …]
|
D | video-info.c | 169 info->chroma_site = GST_VIDEO_CHROMA_SITE_H_COSITED; in set_default_colorimetry() 172 info->chroma_site = GST_VIDEO_CHROMA_SITE_NONE; in set_default_colorimetry() 506 info->chroma_site = gst_video_chroma_site_from_string (s); in gst_video_info_from_caps() 508 info->chroma_site = GST_VIDEO_CHROMA_SITE_UNKNOWN; in gst_video_info_from_caps() 743 if (info->chroma_site != GST_VIDEO_CHROMA_SITE_UNKNOWN) { in gst_video_info_to_caps() 744 gchar *chroma_site = gst_video_chroma_site_to_string (info->chroma_site); in gst_video_info_to_caps() local 746 if (!chroma_site) { in gst_video_info_to_caps() 748 info->chroma_site); in gst_video_info_to_caps() 751 "chroma-site", G_TYPE_STRING, chroma_site, NULL); in gst_video_info_to_caps() 752 g_free (chroma_site); in gst_video_info_to_caps()
|
D | video-info.h | 323 GstVideoChromaSite chroma_site; member 385 #define GST_VIDEO_INFO_CHROMA_SITE(i) ((i)->chroma_site)
|
D | gstvideoaggregator.c | 604 chroma = gst_video_chroma_site_to_string (vpad->info.chroma_site); in gst_video_aggregator_convert_pad_create_conversion_info() 607 best_chroma = gst_video_chroma_site_to_string (agg->info.chroma_site); in gst_video_aggregator_convert_pad_create_conversion_info() 621 tmp_info.chroma_site = agg->info.chroma_site; in gst_video_aggregator_convert_pad_create_conversion_info() 1220 gchar *chroma_site; in gst_video_aggregator_default_update_caps() local 1239 chroma_site = gst_video_chroma_site_to_string (best_info.chroma_site); in gst_video_aggregator_default_update_caps() 1244 GST_STR_NULL (chroma_site), GST_STR_NULL (color_name)); in gst_video_aggregator_default_update_caps() 1250 if (chroma_site != NULL) in gst_video_aggregator_default_update_caps() 1252 chroma_site, NULL); in gst_video_aggregator_default_update_caps() 1258 g_free (chroma_site); in gst_video_aggregator_default_update_caps()
|
D | gstvideoencoder.c | 666 tgt->chroma_site = ref->chroma_site; in _new_output_state() 1877 if (info->chroma_site != GST_VIDEO_CHROMA_SITE_UNKNOWN) { in gst_video_encoder_negotiate_default() 1878 gchar *chroma_site = gst_video_chroma_site_to_string (info->chroma_site); in gst_video_encoder_negotiate_default() local 1880 if (!chroma_site) { in gst_video_encoder_negotiate_default() 1882 info->chroma_site); in gst_video_encoder_negotiate_default() 1885 "chroma-site", G_TYPE_STRING, chroma_site, NULL); in gst_video_encoder_negotiate_default() 1886 g_free (chroma_site); in gst_video_encoder_negotiate_default()
|
D | video-format.h | 523 GstVideoChromaSite chroma_site,
|
D | video-blend.c | 497 dest->data, dest->info.stride, dest->info.chroma_site, i, dest_width); in gst_video_blend()
|
D | video-converter.c | 2842 GST_DEBUG ("site: %d->%d, w_sub: %d->%d, h_sub: %d->%d", in_info->chroma_site, in video_converter_compute_resample() 2843 out_info->chroma_site, sfinfo->w_sub[2], dfinfo->w_sub[2], in video_converter_compute_resample() 2848 in_info->chroma_site != out_info->chroma_site || in video_converter_compute_resample() 2856 in_info->chroma_site, GST_VIDEO_CHROMA_FLAG_INTERLACED, in video_converter_compute_resample() 2860 gst_video_chroma_resample_new (0, out_info->chroma_site, in video_converter_compute_resample() 2866 in_info->chroma_site, 0, sfinfo->unpack_format, sfinfo->w_sub[2], in video_converter_compute_resample() 2870 out_info->chroma_site, 0, dfinfo->unpack_format, -dfinfo->w_sub[2], in video_converter_compute_resample() 2914 frame->info.chroma_site, line, width); 6384 task->dest->info.chroma_site, i + task->out_y, task->width); in convert_I420_pack_ARGB_task() 6475 task->dest->info.chroma_site, i + task->out_y, task->width); in convert_A420_pack_ARGB_task()
|
D | gstvideodecoder.c | 891 tgt->chroma_site = ref->chroma_site; in _new_output_state()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfutils.cpp | 134 GstVideoChromaSite chroma_site; in gst_mf_media_type_to_video_caps() local 319 chroma_site = GST_VIDEO_CHROMA_SITE_UNKNOWN; in gst_mf_media_type_to_video_caps() 327 chroma_site = GST_VIDEO_CHROMA_SITE_MPEG2; in gst_mf_media_type_to_video_caps() 330 chroma_site = GST_VIDEO_CHROMA_SITE_DV; in gst_mf_media_type_to_video_caps() 333 chroma_site = GST_VIDEO_CHROMA_SITE_COSITED; in gst_mf_media_type_to_video_caps() 342 if (chroma_site != GST_VIDEO_CHROMA_SITE_UNKNOWN) in gst_mf_media_type_to_video_caps() 344 gst_video_chroma_to_string (chroma_site), NULL); in gst_mf_media_type_to_video_caps()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.c | 408 best_chroma = gst_video_chroma_to_string (best_info.chroma_site); in gst_videomixer2_update_converters() 448 chroma = gst_video_chroma_to_string (pad->info.chroma_site); in gst_videomixer2_update_converters() 455 tmp_info.chroma_site = best_info.chroma_site; in gst_videomixer2_update_converters()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 1372 out_info->chroma_site = GST_VIDEO_CHROMA_SITE_MPEG2; in gst_ffmpegviddec_negotiate() 1375 out_info->chroma_site = GST_VIDEO_CHROMA_SITE_JPEG; in gst_ffmpegviddec_negotiate() 1378 out_info->chroma_site = GST_VIDEO_CHROMA_SITE_DV; in gst_ffmpegviddec_negotiate() 1381 out_info->chroma_site = GST_VIDEO_CHROMA_SITE_V_COSITED; in gst_ffmpegviddec_negotiate()
|
D | gstavcodecmap.c | 3022 switch (info->chroma_site) { in gst_ffmpeg_videoinfo_to_context()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 615 tmp_info.chroma_site = conversion_info->chroma_site; in gst_compositor_pad_create_conversion_info()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.c | 510 state->info.chroma_site = GST_VIDEO_CHROMA_SITE_JPEG; in theora_handle_type_packet()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 925 info.chroma_site, 0, info.finfo->unpack_format, -info.finfo->w_sub[2], in gst_video_test_src_setcaps()
|
D | videotestsrc.c | 1676 frame->info.chroma_site, idx, width); in convert_hline_generic()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcolorconvert.c | 746 if (in->chroma_site != out->chroma_site) in _gst_gl_color_convert_can_passthrough_info()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstjpegdec.c | 1119 outstate->info.chroma_site = GST_VIDEO_CHROMA_SITE_NONE; in gst_jpeg_dec_negotiate()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2166 (frame)->info.chroma_site, line, width);
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 59023 video: check colorimetry and chroma_site equality in gst_video_info_is_equal() 59024 Add VideoInfo accessors for colorimetry and chroma_site and use them 70479 videodecoder: only copy chroma_site when known
|