Home
last modified time | relevance | path

Searched refs:video_decoder_class (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dvideodecoder37 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass);
39 video_decoder_class->open = GST_DEBUG_FUNCPTR (gst_replace_open);
40 video_decoder_class->close = GST_DEBUG_FUNCPTR (gst_replace_close);
41 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_replace_start);
42 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_replace_stop);
43 video_decoder_class->parse = GST_DEBUG_FUNCPTR (gst_replace_parse);
44 video_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_replace_set_format);
45 video_decoder_class->reset = GST_DEBUG_FUNCPTR (gst_replace_reset);
46 video_decoder_class->finish = GST_DEBUG_FUNCPTR (gst_replace_finish);
47 video_decoder_class->handle_frame = GST_DEBUG_FUNCPTR (gst_replace_handle_frame);
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp98 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_openh264dec_class_init() local
109 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_openh264dec_start); in gst_openh264dec_class_init()
110 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_openh264dec_stop); in gst_openh264dec_class_init()
112 video_decoder_class->set_format = in gst_openh264dec_class_init()
114 video_decoder_class->reset = GST_DEBUG_FUNCPTR (gst_openh264dec_reset); in gst_openh264dec_class_init()
115 video_decoder_class->finish = GST_DEBUG_FUNCPTR (gst_openh264dec_finish); in gst_openh264dec_class_init()
116 video_decoder_class->handle_frame = in gst_openh264dec_class_init()
118 video_decoder_class->decide_allocation = in gst_openh264dec_class_init()
/third_party/gstreamer/gstplugins_bad/ext/openexr/
Dgstopenexrdec.cpp123 GstVideoDecoderClass *video_decoder_class; in gst_openexr_dec_class_init() local
126 video_decoder_class = (GstVideoDecoderClass *) klass; in gst_openexr_dec_class_init()
136 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_openexr_dec_start); in gst_openexr_dec_class_init()
137 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_openexr_dec_stop); in gst_openexr_dec_class_init()
138 video_decoder_class->parse = GST_DEBUG_FUNCPTR (gst_openexr_dec_parse); in gst_openexr_dec_class_init()
139 video_decoder_class->set_format = in gst_openexr_dec_class_init()
141 video_decoder_class->handle_frame = in gst_openexr_dec_class_init()
143 video_decoder_class->decide_allocation = gst_openexr_dec_decide_allocation; in gst_openexr_dec_class_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c1058 GstVideoDecoderClass *video_decoder_class; in gst_v4l2_video_dec_class_init() local
1064 video_decoder_class = (GstVideoDecoderClass *) klass; in gst_v4l2_video_dec_class_init()
1076 video_decoder_class->open = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_open); in gst_v4l2_video_dec_class_init()
1077 video_decoder_class->close = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_close); in gst_v4l2_video_dec_class_init()
1078 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_start); in gst_v4l2_video_dec_class_init()
1079 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_stop); in gst_v4l2_video_dec_class_init()
1080 video_decoder_class->finish = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_finish); in gst_v4l2_video_dec_class_init()
1081 video_decoder_class->flush = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_flush); in gst_v4l2_video_dec_class_init()
1082 video_decoder_class->drain = GST_DEBUG_FUNCPTR (gst_v4l2_video_dec_drain); in gst_v4l2_video_dec_class_init()
1083 video_decoder_class->set_format = in gst_v4l2_video_dec_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/rsvg/
Dgstrsvgdec.c80 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_rsvg_dec_class_init() local
95 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_rsvg_dec_stop); in gst_rsvg_dec_class_init()
96 video_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_rsvg_dec_set_format); in gst_rsvg_dec_class_init()
97 video_decoder_class->parse = GST_DEBUG_FUNCPTR (gst_rsvg_dec_parse); in gst_rsvg_dec_class_init()
98 video_decoder_class->handle_frame = in gst_rsvg_dec_class_init()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c129 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_theora_dec_class_init() local
186 video_decoder_class->start = GST_DEBUG_FUNCPTR (theora_dec_start); in gst_theora_dec_class_init()
187 video_decoder_class->stop = GST_DEBUG_FUNCPTR (theora_dec_stop); in gst_theora_dec_class_init()
188 video_decoder_class->flush = GST_DEBUG_FUNCPTR (theora_dec_flush); in gst_theora_dec_class_init()
189 video_decoder_class->set_format = GST_DEBUG_FUNCPTR (theora_dec_set_format); in gst_theora_dec_class_init()
190 video_decoder_class->parse = GST_DEBUG_FUNCPTR (theora_dec_parse); in gst_theora_dec_class_init()
191 video_decoder_class->handle_frame = in gst_theora_dec_class_init()
193 video_decoder_class->decide_allocation = in gst_theora_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c158 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_vtdec_class_init() local
183 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_vtdec_start); in gst_vtdec_class_init()
184 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_vtdec_stop); in gst_vtdec_class_init()
185 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_vtdec_negotiate); in gst_vtdec_class_init()
186 video_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_vtdec_set_format); in gst_vtdec_class_init()
187 video_decoder_class->flush = GST_DEBUG_FUNCPTR (gst_vtdec_flush); in gst_vtdec_class_init()
188 video_decoder_class->finish = GST_DEBUG_FUNCPTR (gst_vtdec_finish); in gst_vtdec_class_init()
189 video_decoder_class->handle_frame = in gst_vtdec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c213 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_nvdec_class_init() local
219 video_decoder_class->open = GST_DEBUG_FUNCPTR (gst_nvdec_open); in gst_nvdec_class_init()
220 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_nvdec_start); in gst_nvdec_class_init()
221 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_nvdec_stop); in gst_nvdec_class_init()
222 video_decoder_class->close = GST_DEBUG_FUNCPTR (gst_nvdec_close); in gst_nvdec_class_init()
223 video_decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_nvdec_set_format); in gst_nvdec_class_init()
224 video_decoder_class->handle_frame = in gst_nvdec_class_init()
226 video_decoder_class->decide_allocation = in gst_nvdec_class_init()
228 video_decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_nvdec_src_query); in gst_nvdec_class_init()
229 video_decoder_class->drain = GST_DEBUG_FUNCPTR (gst_nvdec_drain); in gst_nvdec_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c129 GstVideoDecoderClass *video_decoder_class; in gst_openjpeg_dec_class_init() local
133 video_decoder_class = (GstVideoDecoderClass *) klass; in gst_openjpeg_dec_class_init()
149 video_decoder_class->start = GST_DEBUG_FUNCPTR (gst_openjpeg_dec_start); in gst_openjpeg_dec_class_init()
150 video_decoder_class->stop = GST_DEBUG_FUNCPTR (gst_openjpeg_dec_stop); in gst_openjpeg_dec_class_init()
151 video_decoder_class->flush = GST_DEBUG_FUNCPTR (gst_openjpeg_dec_flush); in gst_openjpeg_dec_class_init()
152 video_decoder_class->finish = GST_DEBUG_FUNCPTR (gst_openjpeg_dec_finish); in gst_openjpeg_dec_class_init()
153 video_decoder_class->set_format = in gst_openjpeg_dec_class_init()
155 video_decoder_class->handle_frame = in gst_openjpeg_dec_class_init()
157 video_decoder_class->decide_allocation = gst_openjpeg_dec_decide_allocation; in gst_openjpeg_dec_class_init()