Lines Matching refs:klass
195 GstMppDecClass *klass = GST_MPP_DEC_GET_CLASS (decoder); in gst_mpp_dec_stop_task() local
203 if (klass->shutdown && klass->shutdown (decoder, drain)) { in gst_mpp_dec_stop_task()
841 GstMppDecClass *klass = GST_MPP_DEC_GET_CLASS (decoder); in gst_mpp_dec_loop() local
850 mframe = klass->poll_mpp_frame (decoder, timeout); in gst_mpp_dec_loop()
951 GstMppDecClass *klass = GST_MPP_DEC_GET_CLASS (decoder); in gst_mpp_dec_handle_frame() local
979 if (klass->startup && !klass->startup (decoder)) in gst_mpp_dec_handle_frame()
990 mpkt = klass->get_mpp_packet (decoder, &mapinfo); in gst_mpp_dec_handle_frame()
1002 if (klass->send_mpp_packet (decoder, mpkt, interval_ms)) { in gst_mpp_dec_handle_frame()
1113 gst_mpp_dec_class_init (GstMppDecClass * klass) in gst_mpp_dec_class_init() argument
1115 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_mpp_dec_class_init()
1116 GObjectClass *gobject_class = G_OBJECT_CLASS (klass); in gst_mpp_dec_class_init()
1117 GstElementClass *element_class = GST_ELEMENT_CLASS (klass); in gst_mpp_dec_class_init()