Lines Matching defs:decoder

46 #define GST_MPP_DEC_TASK_STARTED(decoder) \  argument
49 #define GST_MPP_DEC_MUTEX(decoder) (&GST_MPP_DEC (decoder)->mutex) argument
51 #define GST_MPP_DEC_LOCK(decoder) \ argument
56 #define GST_MPP_DEC_UNLOCK(decoder) \ argument
84 GstVideoDecoder *decoder = GST_VIDEO_DECODER (object); in gst_mpp_dec_set_property() local
164 GstVideoDecoder *decoder = GST_VIDEO_DECODER (object); in gst_mpp_dec_get_property() local
193 gst_mpp_dec_stop_task (GstVideoDecoder * decoder, gboolean drain) in gst_mpp_dec_stop_task()
219 gst_mpp_dec_reset (GstVideoDecoder * decoder, gboolean drain, gboolean final) in gst_mpp_dec_reset()
243 gst_mpp_dec_start (GstVideoDecoder * decoder) in gst_mpp_dec_start()
277 gst_mpp_dec_clear_allocator (GstVideoDecoder * decoder) in gst_mpp_dec_clear_allocator()
289 gst_mpp_dec_stop (GstVideoDecoder * decoder) in gst_mpp_dec_stop()
316 gst_mpp_dec_flush (GstVideoDecoder * decoder) in gst_mpp_dec_flush()
324 gst_mpp_dec_drain (GstVideoDecoder * decoder) in gst_mpp_dec_drain()
332 gst_mpp_dec_finish (GstVideoDecoder * decoder) in gst_mpp_dec_finish()
344 gst_mpp_dec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state) in gst_mpp_dec_set_format()
384 gst_mpp_dec_update_video_info (GstVideoDecoder * decoder, GstVideoFormat format, in gst_mpp_dec_update_video_info()
443 gst_mpp_dec_update_simple_video_info (GstVideoDecoder * decoder, in gst_mpp_dec_update_simple_video_info()
451 gst_mpp_dec_fixup_video_info (GstVideoDecoder * decoder, GstVideoFormat format, in gst_mpp_dec_fixup_video_info()
485 gst_mpp_dec_apply_info_change (GstVideoDecoder * decoder, MppFrame mframe) in gst_mpp_dec_apply_info_change()
556 gst_mpp_dec_get_frame (GstVideoDecoder * decoder, GstClockTime pts) in gst_mpp_dec_get_frame()
679 gst_mpp_dec_rga_convert (GstVideoDecoder * decoder, MppFrame mframe, in gst_mpp_dec_rga_convert()
707 gst_mpp_dec_get_gst_buffer (GstVideoDecoder * decoder, MppFrame mframe) in gst_mpp_dec_get_gst_buffer()
793 gst_mpp_dec_update_interlace_mode (GstVideoDecoder * decoder, in gst_mpp_dec_update_interlace_mode()
839 gst_mpp_dec_loop (GstVideoDecoder * decoder) in gst_mpp_dec_loop()
949 gst_mpp_dec_handle_frame (GstVideoDecoder * decoder, GstVideoCodecFrame * frame) in gst_mpp_dec_handle_frame()
1068 GstVideoDecoder *decoder = GST_VIDEO_DECODER (element); in gst_mpp_dec_change_state() local
1082 GstVideoDecoder *decoder = GST_VIDEO_DECODER (self); in gst_mpp_dec_init() local