Searched refs:decoder_class (Results 1 – 3 of 3) sorted by relevance
1115 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_dec_class_init() local1122 decoder_class->start = GST_DEBUG_FUNCPTR (gst_mpp_dec_start); in gst_mpp_dec_class_init()1123 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_mpp_dec_stop); in gst_mpp_dec_class_init()1124 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_mpp_dec_flush); in gst_mpp_dec_class_init()1125 decoder_class->drain = GST_DEBUG_FUNCPTR (gst_mpp_dec_drain); in gst_mpp_dec_class_init()1126 decoder_class->finish = GST_DEBUG_FUNCPTR (gst_mpp_dec_finish); in gst_mpp_dec_class_init()1127 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_dec_set_format); in gst_mpp_dec_class_init()1128 decoder_class->handle_frame = GST_DEBUG_FUNCPTR (gst_mpp_dec_handle_frame); in gst_mpp_dec_class_init()
535 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_jpeg_dec_class_init() local543 decoder_class->start = GST_DEBUG_FUNCPTR (gst_mpp_jpeg_dec_start); in gst_mpp_jpeg_dec_class_init()544 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_mpp_jpeg_dec_stop); in gst_mpp_jpeg_dec_class_init()545 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_jpeg_dec_set_format); in gst_mpp_jpeg_dec_class_init()
364 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_video_dec_class_init() local372 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_set_format); in gst_mpp_video_dec_class_init()