Searched refs:video_decoder_class (Results 1 – 9 of 9) sorted by relevance
37 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 …]
98 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_openh264dec_class_init() local109 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()
123 GstVideoDecoderClass *video_decoder_class; in gst_openexr_dec_class_init() local126 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()
1058 GstVideoDecoderClass *video_decoder_class; in gst_v4l2_video_dec_class_init() local1064 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 …]
80 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_rsvg_dec_class_init() local95 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()
129 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_theora_dec_class_init() local186 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()
158 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_vtdec_class_init() local183 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()
213 GstVideoDecoderClass *video_decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_nvdec_class_init() local219 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 …]
129 GstVideoDecoderClass *video_decoder_class; in gst_openjpeg_dec_class_init() local133 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()