Home
last modified time | relevance | path

Searched refs:GstVtdec (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c90 static OSStatus gst_vtdec_create_session (GstVtdec * vtdec,
92 static void gst_vtdec_invalidate_session (GstVtdec * vtdec);
93 static CMSampleBufferRef cm_sample_buffer_from_gst_buffer (GstVtdec * vtdec,
95 static GstFlowReturn gst_vtdec_push_frames_if_needed (GstVtdec * vtdec,
97 static CMFormatDescriptionRef create_format_description (GstVtdec * vtdec,
100 create_format_description_from_codec_data (GstVtdec * vtdec,
106 static gboolean compute_h264_decode_picture_buffer_length (GstVtdec * vtdec,
108 static gboolean gst_vtdec_compute_reorder_queue_length (GstVtdec * vtdec,
110 static void gst_vtdec_set_latency (GstVtdec * vtdec);
151 G_DEFINE_TYPE (GstVtdec, gst_vtdec, GST_TYPE_VIDEO_DECODER);
[all …]
Dvtdec.h37 #define GST_VTDEC(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VTDEC,GstVtdec))
42 typedef struct _GstVtdec GstVtdec; typedef