Home
last modified time | relevance | path

Searched refs:GstV4l2VideoEnc (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videoenc.c58 G_DEFINE_ABSTRACT_TYPE (GstV4l2VideoEnc, gst_v4l2_video_enc,
65 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (object); in gst_v4l2_video_enc_set_property()
89 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (object); in gst_v4l2_video_enc_get_property()
112 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_open()
171 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_close()
186 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_start()
200 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_stop()
265 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_finish()
309 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_set_format()
358 GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); in gst_v4l2_video_enc_flush()
[all …]
Dgstv4l2videoenc.h38 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_V4L2_VIDEO_ENC,GstV4l2VideoEnc))
48 typedef struct _GstV4l2VideoEnc GstV4l2VideoEnc; typedef
Dgstv4l2jpegenc.h44 GstV4l2VideoEnc parent;
Dgstv4l2h264enc.h44 GstV4l2VideoEnc parent;
Dgstv4l2h263enc.h44 GstV4l2VideoEnc parent;
Dgstv4l2fwhtenc.h46 GstV4l2VideoEnc parent;
Dgstv4l2vp9enc.h44 GstV4l2VideoEnc parent;
Dgstv4l2mpeg4enc.h44 GstV4l2VideoEnc parent;
Dgstv4l2vp8enc.h44 GstV4l2VideoEnc parent;
Dgstv4l2h265enc.h44 GstV4l2VideoEnc parent;
/third_party/gstreamer/gstplugins_good/
DChangeLog24695 The implementation consist of a GstV4l2VideoEnc base class, which