Searched refs:GST_V4L2_VIDEO_DEC (Results 1 – 2 of 2) sorted by relevance
74 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (object); in gst_v4l2_video_dec_set_property()98 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (object); in gst_v4l2_video_dec_get_property()121 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_open()167 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_close()182 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_start()196 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_stop()260 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_set_format()330 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_flush()368 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_negotiate()412 GstV4l2VideoDec *self = GST_V4L2_VIDEO_DEC (decoder); in gst_v4l2_video_dec_finish()[all …]
37 #define GST_V4L2_VIDEO_DEC(obj) \ macro