Searched refs:out_caps_s (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 371 GstStructure *out_caps_s = gst_caps_get_structure (out_caps, 0); in transfer_colorimetry_from_input() local 374 gst_structure_has_field (out_caps_s, "colorimetry"); in transfer_colorimetry_from_input() 376 gst_structure_has_field (out_caps_s, "chroma-site"); in transfer_colorimetry_from_input() 407 gst_structure_set_value (out_caps_s, "colorimetry", in_colorimetry); in transfer_colorimetry_from_input() 436 gst_structure_set_value (out_caps_s, "chroma-site", in_chroma_site); in transfer_colorimetry_from_input()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 1626 GstStructure *out_caps_s = gst_caps_get_structure (out_caps, 0); in transfer_colorimetry_from_input() local 1629 gst_structure_has_field (out_caps_s, "colorimetry"); in transfer_colorimetry_from_input() 1631 gst_structure_has_field (out_caps_s, "chroma-site"); in transfer_colorimetry_from_input() 1661 gst_structure_set_value (out_caps_s, "colorimetry", in_colorimetry); in transfer_colorimetry_from_input() 1690 gst_structure_set_value (out_caps_s, "chroma-site", in_chroma_site); in transfer_colorimetry_from_input() 1702 GstStructure *out_caps_s = gst_caps_get_structure (out_caps, 0); in copy_misc_fields_from_input() local 1708 const GValue *out_field = gst_structure_get_value (out_caps_s, fields[i]); in copy_misc_fields_from_input() 1714 gst_structure_set_value (out_caps_s, fields[i], in_field); in copy_misc_fields_from_input()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11convert.cpp | 563 GstStructure *out_caps_s = gst_caps_get_structure (out_caps, 0); in transfer_colorimetry_from_input() local 566 gst_structure_has_field (out_caps_s, "colorimetry"); in transfer_colorimetry_from_input() 568 gst_structure_has_field (out_caps_s, "chroma-site"); in transfer_colorimetry_from_input() 599 gst_structure_set_value (out_caps_s, "colorimetry", in_colorimetry); in transfer_colorimetry_from_input() 628 gst_structure_set_value (out_caps_s, "chroma-site", in_chroma_site); in transfer_colorimetry_from_input()
|