Searched refs:GstAmcCodecInfoHandle (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamc-codeclist.h | 28 typedef struct _GstAmcCodecInfoHandle GstAmcCodecInfoHandle; typedef 41 GstAmcCodecInfoHandle * gst_amc_codeclist_get_codec_info_at (gint index, 44 void gst_amc_codec_info_handle_free (GstAmcCodecInfoHandle * handle); 45 gchar * gst_amc_codec_info_handle_get_name (GstAmcCodecInfoHandle * handle, 47 gboolean gst_amc_codec_info_handle_is_encoder (GstAmcCodecInfoHandle * handle, 50 GstAmcCodecInfoHandle * handle, gsize * length, GError ** err); 52 GstAmcCodecInfoHandle * handle, const gchar * type, GError ** err);
|
D | gstamc.c | 162 GstAmcCodecInfoHandle *codec_info = NULL; in scan_codecs()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/ |
D | gstamc-codeclist-ml.c | 64 GstAmcCodecInfoHandle * 67 GstAmcCodecInfoHandle *ret = g_new0 (GstAmcCodecInfoHandle, 1); in gst_amc_codeclist_get_codec_info_at() 73 gst_amc_codec_info_handle_free (GstAmcCodecInfoHandle * handle) in gst_amc_codec_info_handle_free() 79 gst_amc_codec_info_handle_get_name (GstAmcCodecInfoHandle * handle, in gst_amc_codec_info_handle_get_name() 98 gst_amc_codec_info_handle_is_encoder (GstAmcCodecInfoHandle * handle, in gst_amc_codec_info_handle_is_encoder() 117 gst_amc_codec_info_handle_get_supported_types (GstAmcCodecInfoHandle * handle, in gst_amc_codec_info_handle_get_supported_types() 143 gst_amc_codec_info_handle_get_capabilities_for_type (GstAmcCodecInfoHandle * in gst_amc_codec_info_handle_get_capabilities_for_type()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/jni/ |
D | gstamc-codeclist-jni.c | 242 GstAmcCodecInfoHandle * 245 GstAmcCodecInfoHandle *ret; in gst_amc_codeclist_get_codec_info_at() 255 ret = g_new0 (GstAmcCodecInfoHandle, 1); in gst_amc_codeclist_get_codec_info_at() 261 gst_amc_codec_info_handle_free (GstAmcCodecInfoHandle * handle) in gst_amc_codec_info_handle_free() 275 gst_amc_codec_info_handle_get_name (GstAmcCodecInfoHandle * handle, in gst_amc_codec_info_handle_get_name() 293 gst_amc_codec_info_handle_is_encoder (GstAmcCodecInfoHandle * handle, in gst_amc_codec_info_handle_is_encoder() 311 gst_amc_codec_info_handle_get_supported_types (GstAmcCodecInfoHandle * handle, in gst_amc_codec_info_handle_get_supported_types() 368 gst_amc_codec_info_handle_get_capabilities_for_type (GstAmcCodecInfoHandle * in gst_amc_codec_info_handle_get_capabilities_for_type()
|