gst_value_set_fourcc 762 gst/gstvalue.c gst_value_set_fourcc (dest, fourcc);
gst_value_set_fourcc 439 gst/gstvalue.h void gst_value_set_fourcc (GValue *value,
gst_value_set_fourcc 58 tests/check/gst/gstvalue.c gst_value_set_fourcc (&value, fourccs[i]);
gst_value_set_fourcc 639 tests/check/gst/gstvalue.c gst_value_set_fourcc (&value1, GST_MAKE_FOURCC ('a', 'b', 'c', 'd'));
gst_value_set_fourcc 641 tests/check/gst/gstvalue.c gst_value_set_fourcc (&value2, GST_MAKE_FOURCC ('1', '2', '3', '4'));
gst_value_set_fourcc 809 tests/check/gst/gstvalue.c gst_value_set_fourcc (&src1, GST_MAKE_FOURCC ('Y', 'U', 'Y', '2'));
gst_value_set_fourcc 812 tests/check/gst/gstvalue.c gst_value_set_fourcc (&item, GST_MAKE_FOURCC ('Y', 'U', 'Y', '2'));
gst_value_set_fourcc 814 tests/check/gst/gstvalue.c gst_value_set_fourcc (&item, GST_MAKE_FOURCC ('I', '4', '2', '0'));
gst_value_set_fourcc 816 tests/check/gst/gstvalue.c gst_value_set_fourcc (&item, GST_MAKE_FOURCC ('A', 'B', 'C', 'D'));