Home
last modified time | relevance | path

Searched refs:GST_UVC_H264_SRC (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c564 GstUvcH264Src *self = GST_UVC_H264_SRC (object); in gst_uvc_h264_src_dispose()
583 GstUvcH264Src *self = GST_UVC_H264_SRC (object); in gst_uvc_h264_src_set_property()
721 GstUvcH264Src *self = GST_UVC_H264_SRC (object); in gst_uvc_h264_src_get_property()
1542 GstUvcH264Src *self = GST_UVC_H264_SRC (user_data); in gst_uvc_h264_src_event_probe()
1569 GstUvcH264Src *self = GST_UVC_H264_SRC (user_data); in gst_uvc_h264_src_buffer_probe()
1743 GstUvcH264Src *self = GST_UVC_H264_SRC (element); in gst_uvc_h264_src_send_event()
1754 GstUvcH264Src *self = GST_UVC_H264_SRC (GST_PAD_PARENT (pad)); in gst_uvc_h264_src_event()
1988 GstUvcH264Src *self = GST_UVC_H264_SRC (user_data); in v4l2src_prepare_format()
2457 GstUvcH264Src *self = GST_UVC_H264_SRC (bcamsrc); in gst_uvc_h264_src_construct_pipeline()
2936 GstUvcH264Src *self = GST_UVC_H264_SRC (parent); in gst_uvc_h264_src_getcaps()
[all …]
Dgstuvch264_src.h40 #define GST_UVC_H264_SRC(obj) \ macro