Home
last modified time | relevance | path

Searched refs:decoder_class (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c1115 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_dec_class_init() local
1122 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()
H A Dgstmppjpegdec.c535 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_jpeg_dec_class_init() local
543 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()
H A Dgstmppvideodec.c364 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_video_dec_class_init() local
372 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_set_format); in gst_mpp_video_dec_class_init()