Home
last modified time | relevance | path

Searched refs:poll_mpp_frame (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.h102 MppFrame (*poll_mpp_frame) (GstVideoDecoder * decoder, gint timeout_ms); member
H A Dgstmppvideodec.c378 pclass->poll_mpp_frame = GST_DEBUG_FUNCPTR (gst_mpp_video_dec_poll_mpp_frame); in gst_mpp_video_dec_class_init()
H A Dgstmppjpegdec.c551 pclass->poll_mpp_frame = GST_DEBUG_FUNCPTR (gst_mpp_jpeg_dec_poll_mpp_frame); in gst_mpp_jpeg_dec_class_init()
H A Dgstmppdec.c850 mframe = klass->poll_mpp_frame (decoder, timeout); in gst_mpp_dec_loop()