Searched refs:GstRawBaseParse (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawbaseparse.h | 31 (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_RAW_BASE_PARSE, GstRawBaseParse)) 33 ((GstRawBaseParse *)(obj)) 43 #define GST_RAW_BASE_PARSE_CONFIG_MUTEX_LOCK(obj) g_mutex_lock(&(((GstRawBaseParse *)(obj))->conf… 44 #define GST_RAW_BASE_PARSE_CONFIG_MUTEX_UNLOCK(obj) g_mutex_unlock(&(((GstRawBaseParse *)(obj))->co… 47 typedef struct _GstRawBaseParse GstRawBaseParse; typedef 156 gboolean (*set_current_config) (GstRawBaseParse *raw_base_parse, 158 GstRawBaseParseConfig (*get_current_config) (GstRawBaseParse *raw_base_parse); 160 gboolean (*set_config_from_caps) (GstRawBaseParse * raw_base_parse, 163 gboolean (*get_caps_from_config) (GstRawBaseParse * raw_base_parse, 167 gsize (*get_config_frame_size) (GstRawBaseParse * raw_base_parse, [all …]
|
D | gstrawaudioparse.c | 136 static gboolean gst_raw_audio_parse_set_current_config (GstRawBaseParse * 139 gst_raw_audio_parse_get_current_config (GstRawBaseParse * raw_base_parse); 140 static gboolean gst_raw_audio_parse_set_config_from_caps (GstRawBaseParse * 142 static gboolean gst_raw_audio_parse_get_caps_from_config (GstRawBaseParse * 144 static gsize gst_raw_audio_parse_get_config_frame_size (GstRawBaseParse * 146 static gboolean gst_raw_audio_parse_is_config_ready (GstRawBaseParse * 148 static gboolean gst_raw_audio_parse_process (GstRawBaseParse * raw_base_parse, 151 static gboolean gst_raw_audio_parse_is_unit_format_supported (GstRawBaseParse * 153 static void gst_raw_audio_parse_get_units_per_second (GstRawBaseParse * 156 static gint gst_raw_audio_parse_get_alignment (GstRawBaseParse * raw_base_parse, [all …]
|
D | gstrawbaseparse.c | 122 G_DEFINE_ABSTRACT_TYPE (GstRawBaseParse, gst_raw_base_parse, 140 static gboolean gst_raw_base_parse_is_using_sink_caps (GstRawBaseParse * 142 static gboolean gst_raw_base_parse_is_gstformat_supported (GstRawBaseParse * 190 gst_raw_base_parse_init (GstRawBaseParse * raw_base_parse) in gst_raw_base_parse_init() 199 GstRawBaseParse *raw_base_parse = GST_RAW_BASE_PARSE (object); in gst_raw_base_parse_finalize() 211 GstRawBaseParse *raw_base_parse = GST_RAW_BASE_PARSE (object); in gst_raw_base_parse_set_property() 285 GstRawBaseParse *raw_base_parse = GST_RAW_BASE_PARSE (object); in gst_raw_base_parse_get_property() 305 GstRawBaseParse *raw_base_parse = GST_RAW_BASE_PARSE (parse); in gst_raw_base_parse_start() 329 GstRawBaseParse *raw_base_parse = GST_RAW_BASE_PARSE (parse); in gst_raw_base_parse_stop() 342 GstRawBaseParse *raw_base_parse = GST_RAW_BASE_PARSE (parse); in gst_raw_base_parse_set_sink_caps() [all …]
|
D | gstrawvideoparse.c | 141 static gboolean gst_raw_video_parse_set_current_config (GstRawBaseParse * 144 gst_raw_video_parse_get_current_config (GstRawBaseParse * raw_base_parse); 145 static gboolean gst_raw_video_parse_set_config_from_caps (GstRawBaseParse * 147 static gboolean gst_raw_video_parse_get_caps_from_config (GstRawBaseParse * 149 static gsize gst_raw_video_parse_get_config_frame_size (GstRawBaseParse * 151 static guint gst_raw_video_parse_get_max_frames_per_buffer (GstRawBaseParse * 153 static gboolean gst_raw_video_parse_is_config_ready (GstRawBaseParse * 155 static gboolean gst_raw_video_parse_process (GstRawBaseParse * raw_base_parse, 158 static gboolean gst_raw_video_parse_is_unit_format_supported (GstRawBaseParse * 160 static void gst_raw_video_parse_get_units_per_second (GstRawBaseParse * [all …]
|
D | gstrawaudioparse.h | 32 GST, RAW_AUDIO_PARSE, GstRawBaseParse) 86 GstRawBaseParse parent;
|
D | gstrawvideoparse.h | 32 GST, RAW_VIDEO_PARSE, GstRawBaseParse) 76 GstRawBaseParse parent;
|