Searched refs:GstMetaTransformCopy (Results 1 – 25 of 28) sorted by relevance
12
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | struct_sparc.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
|
D | struct_ppc32.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
|
D | struct_i386w.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
|
D | struct_arm.h | 34 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
|
D | struct_x86_64.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
|
D | struct_hppa.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
|
D | struct_i386.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
|
D | struct_x86_64w.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
|
D | struct_ppc64.h | 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
|
D | gstmeta.c | 104 GstMetaTransformCopy *copy_data = data; in test_transform_func()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmeta.h | 168 } GstMetaTransformCopy; typedef
|
D | gstprotection.c | 95 GstMetaTransformCopy *copy = data; in gst_protection_meta_transform()
|
D | gstbuffer.c | 687 GstMetaTransformCopy copy_data; in gst_buffer_copy_into()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideometa.c | 73 GstMetaTransformCopy *copy = data; in gst_mpeg_video_meta_transform()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtputils.c | 45 GstMetaTransformCopy copy_data = { FALSE, 0, -1 }; in foreach_metadata_copy()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | coremediabuffer.c | 79 GstBuffer * buffer, GQuark type, GstMetaTransformCopy * data) in gst_core_media_meta_transform()
|
D | corevideobuffer.c | 67 GstBuffer * buffer, GQuark type, GstMetaTransformCopy * data) in gst_core_video_meta_transform()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsyncmeta.c | 280 GstMetaTransformCopy *copy = data; in _gst_gl_sync_meta_transform()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideometa.c | 84 GstMetaTransformCopy *copy = data; in gst_video_meta_transform() 690 GstMetaTransformCopy *copy = data; in gst_video_gl_texture_upload_meta_transform()
|
D | video-overlay-composition.c | 215 GstMetaTransformCopy *copy = data; in gst_video_overlay_composition_meta_transform()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiometa.c | 229 GstMetaTransformCopy *copy = data; in gst_audio_clipping_meta_transform()
|
D | gstaudioencoder.c | 723 GstMetaTransformCopy copy_data = { FALSE, 0, -1 }; in foreach_metadata()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbaseaudiopayload.c | 498 GstMetaTransformCopy copy_data = { FALSE, 0, -1 }; in foreach_metadata()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 933 GstMetaTransformCopy copy_data = { FALSE, 0, -1 }; in foreach_metadata()
|
D | gstbasetransform.c | 1783 GstMetaTransformCopy copy_data = { FALSE, 0, -1 }; in foreach_metadata()
|
12