Home
last modified time | relevance | path

Searched refs:bsrc (Results 1 – 25 of 74) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dutvideodec.c362 uint8_t *bsrc; in restore_median_planar() local
373 bsrc = src + slice_start * stride; in restore_median_planar()
376 bsrc[0] += 0x80; in restore_median_planar()
377 c->llviddsp.add_left_pred(bsrc, bsrc, width, 0); in restore_median_planar()
378 bsrc += stride; in restore_median_planar()
382 C = bsrc[-stride]; in restore_median_planar()
383 bsrc[0] += C; in restore_median_planar()
384 A = bsrc[0]; in restore_median_planar()
386 B = bsrc[i - stride]; in restore_median_planar()
387 bsrc[i] += mid_pred(A, B, (uint8_t)(A + B - C)); in restore_median_planar()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstpushsrc.c71 static GstFlowReturn gst_push_src_create (GstBaseSrc * bsrc, guint64 offset,
73 static GstFlowReturn gst_push_src_alloc (GstBaseSrc * bsrc, guint64 offset,
75 static GstFlowReturn gst_push_src_fill (GstBaseSrc * bsrc, guint64 offset,
121 gst_push_src_create (GstBaseSrc * bsrc, guint64 offset, guint length, in gst_push_src_create() argument
128 src = GST_PUSH_SRC (bsrc); in gst_push_src_create()
134 GST_BASE_SRC_CLASS (parent_class)->create (bsrc, offset, length, ret); in gst_push_src_create()
140 gst_push_src_alloc (GstBaseSrc * bsrc, guint64 offset, guint length, in gst_push_src_alloc() argument
147 src = GST_PUSH_SRC (bsrc); in gst_push_src_alloc()
152 fret = GST_BASE_SRC_CLASS (parent_class)->alloc (bsrc, offset, length, ret); in gst_push_src_alloc()
158 gst_push_src_fill (GstBaseSrc * bsrc, guint64 offset, guint length, in gst_push_src_fill() argument
[all …]
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtpsrc.c76 static GstCaps *gst_avdtp_src_getcaps (GstBaseSrc * bsrc, GstCaps * filter);
77 static gboolean gst_avdtp_src_query (GstBaseSrc * bsrc, GstQuery * query);
78 static gboolean gst_avdtp_src_start (GstBaseSrc * bsrc);
79 static gboolean gst_avdtp_src_stop (GstBaseSrc * bsrc);
80 static GstFlowReturn gst_avdtp_src_create (GstBaseSrc * bsrc, guint64 offset,
82 static gboolean gst_avdtp_src_unlock (GstBaseSrc * bsrc);
83 static gboolean gst_avdtp_src_unlock_stop (GstBaseSrc * bsrc);
198 gst_avdtp_src_query (GstBaseSrc * bsrc, GstQuery * query) in gst_avdtp_src_query() argument
200 GstAvdtpSrc *avdtpsrc = GST_AVDTP_SRC (bsrc); in gst_avdtp_src_query()
220 ret = GST_BASE_SRC_CLASS (parent_class)->query (bsrc, query); in gst_avdtp_src_query()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2src.c97 static GstCaps *gst_wasapi2_src_get_caps (GstBaseSrc * bsrc, GstCaps * filter);
309 gst_wasapi2_src_get_caps (GstBaseSrc * bsrc, GstCaps * filter) in gst_wasapi2_src_get_caps() argument
311 GstAudioBaseSrc *asrc = GST_AUDIO_BASE_SRC_CAST (bsrc); in gst_wasapi2_src_get_caps()
314 GST_OBJECT_LOCK (bsrc); in gst_wasapi2_src_get_caps()
320 GST_OBJECT_UNLOCK (bsrc); in gst_wasapi2_src_get_caps()
326 GST_OBJECT_UNLOCK (bsrc); in gst_wasapi2_src_get_caps()
330 caps = gst_pad_get_pad_template_caps (bsrc->srcpad); in gst_wasapi2_src_get_caps()
339 GST_DEBUG_OBJECT (bsrc, "returning caps %" GST_PTR_FORMAT, caps); in gst_wasapi2_src_get_caps()
369 GstAudioBaseSrc *bsrc = GST_AUDIO_BASE_SRC_CAST (self); in gst_wasapi2_src_set_mute() local
377 if (bsrc->ringbuffer) { in gst_wasapi2_src_set_mute()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsrc.c68 static gboolean gst_sf_src_start (GstBaseSrc * bsrc);
69 static gboolean gst_sf_src_stop (GstBaseSrc * bsrc);
70 static gboolean gst_sf_src_is_seekable (GstBaseSrc * bsrc);
71 static gboolean gst_sf_src_get_size (GstBaseSrc * bsrc, guint64 * size);
72 static GstFlowReturn gst_sf_src_create (GstBaseSrc * bsrc, guint64 offset,
74 static GstCaps *gst_sf_src_get_caps (GstBaseSrc * bsrc);
75 static gboolean gst_sf_src_set_caps (GstBaseSrc * bsrc, GstCaps * caps);
76 static gboolean gst_sf_src_check_get_range (GstBaseSrc * bsrc);
77 static void gst_sf_src_fixate (GstBaseSrc * bsrc, GstCaps * caps);
196 gst_sf_src_create (GstBaseSrc * bsrc, guint64 offset, guint length, in gst_sf_src_create() argument
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapturesrc.cpp113 static GstCaps *gst_d3d11_screen_capture_src_get_caps (GstBaseSrc * bsrc,
115 static GstCaps *gst_d3d11_screen_capture_src_fixate (GstBaseSrc * bsrc,
117 static gboolean gst_d3d11_screen_capture_src_set_caps (GstBaseSrc * bsrc,
120 bsrc, GstQuery * query);
121 static gboolean gst_d3d11_screen_capture_src_start (GstBaseSrc * bsrc);
122 static gboolean gst_d3d11_screen_capture_src_stop (GstBaseSrc * bsrc);
123 static gboolean gst_d3d11_screen_capture_src_unlock (GstBaseSrc * bsrc);
124 static gboolean gst_d3d11_screen_capture_src_unlock_stop (GstBaseSrc * bsrc);
126 gst_d3d11_screen_capture_src_src_query (GstBaseSrc * bsrc, GstQuery * query);
128 static GstFlowReturn gst_d3d11_screen_capture_src_create (GstBaseSrc * bsrc,
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsrc.c133 static gboolean gst_fd_src_start (GstBaseSrc * bsrc);
134 static gboolean gst_fd_src_stop (GstBaseSrc * bsrc);
135 static gboolean gst_fd_src_unlock (GstBaseSrc * bsrc);
136 static gboolean gst_fd_src_unlock_stop (GstBaseSrc * bsrc);
137 static gboolean gst_fd_src_is_seekable (GstBaseSrc * bsrc);
143 static GstFlowReturn gst_fd_src_create_base (GstBaseSrc * bsrc, guint64 offset, guint length, GstBu…
291 gst_fd_src_start (GstBaseSrc * bsrc) in gst_fd_src_start() argument
293 GstFdSrc *src = GST_FD_SRC (bsrc); in gst_fd_src_start()
327 gst_fd_src_stop (GstBaseSrc * bsrc) in gst_fd_src_stop() argument
329 GstFdSrc *src = GST_FD_SRC (bsrc); in gst_fd_src_stop()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdxgiscreencapsrc.c118 static GstCaps *gst_dxgi_screen_cap_src_fixate (GstBaseSrc * bsrc,
120 static gboolean gst_dxgi_screen_cap_src_set_caps (GstBaseSrc * bsrc,
122 static GstCaps *gst_dxgi_screen_cap_src_get_caps (GstBaseSrc * bsrc,
124 static gboolean gst_dxgi_screen_cap_src_start (GstBaseSrc * bsrc);
125 static gboolean gst_dxgi_screen_cap_src_stop (GstBaseSrc * bsrc);
127 static gboolean gst_dxgi_screen_cap_src_unlock (GstBaseSrc * bsrc);
298 gst_dxgi_screen_cap_src_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_dxgi_screen_cap_src_fixate() argument
310 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_dxgi_screen_cap_src_fixate()
316 gst_dxgi_screen_cap_src_set_caps (GstBaseSrc * bsrc, GstCaps * caps) in gst_dxgi_screen_cap_src_set_caps() argument
318 GstDXGIScreenCapSrc *src = GST_DXGI_SCREEN_CAP_SRC (bsrc); in gst_dxgi_screen_cap_src_set_caps()
[all …]
Dgstdx9screencapsrc.c80 static GstCaps *gst_dx9screencapsrc_fixate (GstBaseSrc * bsrc, GstCaps * caps);
81 static gboolean gst_dx9screencapsrc_set_caps (GstBaseSrc * bsrc,
83 static GstCaps *gst_dx9screencapsrc_get_caps (GstBaseSrc * bsrc,
85 static gboolean gst_dx9screencapsrc_start (GstBaseSrc * bsrc);
86 static gboolean gst_dx9screencapsrc_stop (GstBaseSrc * bsrc);
88 static gboolean gst_dx9screencapsrc_unlock (GstBaseSrc * bsrc);
268 gst_dx9screencapsrc_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_dx9screencapsrc_fixate() argument
280 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_dx9screencapsrc_fixate()
286 gst_dx9screencapsrc_set_caps (GstBaseSrc * bsrc, GstCaps * caps) in gst_dx9screencapsrc_set_caps() argument
288 GstDX9ScreenCapSrc *src = GST_DX9SCREENCAPSRC (bsrc); in gst_dx9screencapsrc_set_caps()
[all …]
Dgstgdiscreencapsrc.c79 static GstCaps *gst_gdiscreencapsrc_fixate (GstBaseSrc * bsrc, GstCaps * caps);
80 static gboolean gst_gdiscreencapsrc_set_caps (GstBaseSrc * bsrc,
82 static GstCaps *gst_gdiscreencapsrc_get_caps (GstBaseSrc * bsrc,
84 static gboolean gst_gdiscreencapsrc_start (GstBaseSrc * bsrc);
85 static gboolean gst_gdiscreencapsrc_unlock (GstBaseSrc * bsrc);
260 gst_gdiscreencapsrc_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_gdiscreencapsrc_fixate() argument
272 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_gdiscreencapsrc_fixate()
278 gst_gdiscreencapsrc_set_caps (GstBaseSrc * bsrc, GstCaps * caps) in gst_gdiscreencapsrc_set_caps() argument
280 GstGDIScreenCapSrc *src = GST_GDISCREENCAPSRC (bsrc); in gst_gdiscreencapsrc_set_caps()
339 gst_gdiscreencapsrc_get_caps (GstBaseSrc * bsrc, GstCaps * filter) in gst_gdiscreencapsrc_get_caps() argument
[all …]
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c75 static gboolean gst_rfb_src_negotiate (GstBaseSrc * bsrc);
76 static gboolean gst_rfb_src_stop (GstBaseSrc * bsrc);
77 static gboolean gst_rfb_src_event (GstBaseSrc * bsrc, GstEvent * event);
78 static gboolean gst_rfb_src_unlock (GstBaseSrc * bsrc);
79 static gboolean gst_rfb_src_decide_allocation (GstBaseSrc * bsrc,
176 GstBaseSrc *bsrc = GST_BASE_SRC (src); in gst_rfb_src_init() local
178 gst_pad_use_fixed_caps (GST_BASE_SRC_PAD (bsrc)); in gst_rfb_src_init()
179 gst_base_src_set_live (bsrc, TRUE); in gst_rfb_src_init()
180 gst_base_src_set_format (bsrc, GST_FORMAT_TIME); in gst_rfb_src_init()
343 gst_rfb_src_decide_allocation (GstBaseSrc * bsrc, GstQuery * query) in gst_rfb_src_decide_allocation() argument
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiobasesrc.c114 static GstFlowReturn gst_audio_base_src_create (GstBaseSrc * bsrc,
117 static gboolean gst_audio_base_src_event (GstBaseSrc * bsrc, GstEvent * event);
118 static void gst_audio_base_src_get_times (GstBaseSrc * bsrc,
120 static gboolean gst_audio_base_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps);
121 static gboolean gst_audio_base_src_query (GstBaseSrc * bsrc, GstQuery * query);
122 static GstCaps *gst_audio_base_src_fixate (GstBaseSrc * bsrc, GstCaps * caps);
493 gst_audio_base_src_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_audio_base_src_fixate() argument
507 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_audio_base_src_fixate()
513 gst_audio_base_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps) in gst_audio_base_src_setcaps() argument
515 GstAudioBaseSrc *src = GST_AUDIO_BASE_SRC (bsrc); in gst_audio_base_src_setcaps()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.c86 static gboolean gst_shm_src_start (GstBaseSrc * bsrc);
87 static gboolean gst_shm_src_stop (GstBaseSrc * bsrc);
90 static gboolean gst_shm_src_unlock (GstBaseSrc * bsrc);
91 static gboolean gst_shm_src_unlock_stop (GstBaseSrc * bsrc);
286 gst_shm_src_start (GstBaseSrc * bsrc) in gst_shm_src_start() argument
288 if (gst_base_src_is_live (bsrc)) in gst_shm_src_start()
291 return gst_shm_src_start_reading (GST_SHM_SRC (bsrc)); in gst_shm_src_start()
295 gst_shm_src_stop (GstBaseSrc * bsrc) in gst_shm_src_stop() argument
297 if (!gst_base_src_is_live (bsrc)) in gst_shm_src_stop()
298 gst_shm_src_stop_reading (GST_SHM_SRC (bsrc)); in gst_shm_src_stop()
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltestsrc.c88 static GstCaps *gst_gl_test_src_fixate (GstBaseSrc * bsrc, GstCaps * caps);
179 gst_gl_test_src_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_gl_test_src_fixate() argument
193 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_gl_test_src_fixate()
287 gst_gl_test_src_gl_start (GstGLBaseSrc * bsrc) in gst_gl_test_src_gl_start() argument
289 GstGLTestSrc *src = GST_GL_TEST_SRC (bsrc); in gst_gl_test_src_gl_start()
290 src->fbo = gst_gl_framebuffer_new_with_default_depth (bsrc->context, in gst_gl_test_src_gl_start()
291 GST_VIDEO_INFO_WIDTH (&bsrc->out_info), in gst_gl_test_src_gl_start()
292 GST_VIDEO_INFO_HEIGHT (&bsrc->out_info)); in gst_gl_test_src_gl_start()
297 gst_gl_test_src_gl_stop (GstGLBaseSrc * bsrc) in gst_gl_test_src_gl_stop() argument
299 GstGLTestSrc *src = GST_GL_TEST_SRC (bsrc); in gst_gl_test_src_gl_stop()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiosrc.c106 static GInputStream *gst_gio_src_get_stream (GstGioBaseSrc * bsrc);
113 GstGioBaseSrc *bsrc = GST_GIO_BASE_SRC (src); in gst_gio_src_check_deleted() local
115 if (!g_file_query_exists (src->file, bsrc->cancel)) { in gst_gio_src_check_deleted()
143 gst_gio_src_waited_for_data (GstGioBaseSrc * bsrc) in gst_gio_src_waited_for_data() argument
145 GstGioSrc *src = GST_GIO_SRC (bsrc); in gst_gio_src_waited_for_data()
148 g_signal_emit (bsrc, done_waiting_data_signal, 0, NULL); in gst_gio_src_waited_for_data()
152 gst_gio_src_wait_for_data (GstGioBaseSrc * bsrc) in gst_gio_src_wait_for_data() argument
155 GstGioSrc *src = GST_GIO_SRC (bsrc); in gst_gio_src_wait_for_data()
170 bsrc->cancel, NULL); in gst_gio_src_wait_for_data()
175 GST_WARNING_OBJECT (bsrc, "Could not create a monitor"); in gst_gio_src_wait_for_data()
[all …]
Dgstgiobasesrc.h64 GInputStream * (*get_stream) (GstGioBaseSrc *bsrc);
68 gboolean (*wait_for_data) (GstGioBaseSrc *bsrc);
69 void (*waited_for_data) (GstGioBaseSrc *bsrc);
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpclientsrc.c85 static gboolean gst_tcp_client_src_stop (GstBaseSrc * bsrc);
86 static gboolean gst_tcp_client_src_start (GstBaseSrc * bsrc);
87 static gboolean gst_tcp_client_src_unlock (GstBaseSrc * bsrc);
88 static gboolean gst_tcp_client_src_unlock_stop (GstBaseSrc * bsrc);
209 gst_tcp_client_src_getcaps (GstBaseSrc * bsrc, GstCaps * filter) in gst_tcp_client_src_getcaps() argument
214 src = GST_TCP_CLIENT_SRC (bsrc); in gst_tcp_client_src_getcaps()
407 gst_tcp_client_src_start (GstBaseSrc * bsrc) in gst_tcp_client_src_start() argument
409 GstTCPClientSrc *src = GST_TCP_CLIENT_SRC (bsrc); in gst_tcp_client_src_start()
507 gst_tcp_client_src_stop (GstBaseSrc * bsrc) in gst_tcp_client_src_stop() argument
512 src = GST_TCP_CLIENT_SRC (bsrc); in gst_tcp_client_src_stop()
[all …]
Dgsttcpserversrc.c77 static gboolean gst_tcp_server_src_start (GstBaseSrc * bsrc);
78 static gboolean gst_tcp_server_src_stop (GstBaseSrc * bsrc);
79 static gboolean gst_tcp_server_src_unlock (GstBaseSrc * bsrc);
80 static gboolean gst_tcp_server_src_unlock_stop (GstBaseSrc * bsrc);
418 gst_tcp_server_src_start (GstBaseSrc * bsrc) in gst_tcp_server_src_start() argument
420 GstTCPServerSrc *src = GST_TCP_SERVER_SRC (bsrc); in gst_tcp_server_src_start()
527 gst_tcp_server_src_stop (GstBaseSrc * bsrc) in gst_tcp_server_src_stop() argument
529 GstTCPServerSrc *src = GST_TCP_SERVER_SRC (bsrc); in gst_tcp_server_src_stop()
566 gst_tcp_server_src_unlock (GstBaseSrc * bsrc) in gst_tcp_server_src_unlock() argument
568 GstTCPServerSrc *src = GST_TCP_SERVER_SRC (bsrc); in gst_tcp_server_src_unlock()
[all …]
Dgstsocketsrc.c98 static gboolean gst_socket_src_unlock (GstBaseSrc * bsrc);
99 static gboolean gst_socket_src_unlock_stop (GstBaseSrc * bsrc);
198 gst_socketsrc_event (GstBaseSrc * bsrc, GstEvent * event) in gst_socketsrc_event() argument
203 src = GST_SOCKET_SRC (bsrc); in gst_socketsrc_event()
244 res = GST_BASE_SRC_CLASS (parent_class)->event (bsrc, event); in gst_socketsrc_event()
459 gst_socket_src_unlock (GstBaseSrc * bsrc) in gst_socket_src_unlock() argument
461 GstSocketSrc *src = GST_SOCKET_SRC (bsrc); in gst_socket_src_unlock()
470 gst_socket_src_unlock_stop (GstBaseSrc * bsrc) in gst_socket_src_unlock_stop() argument
472 GstSocketSrc *src = GST_SOCKET_SRC (bsrc); in gst_socket_src_unlock_stop()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsrc.cc46 static gboolean gst_qt_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps);
47 static GstCaps *gst_qt_src_get_caps (GstBaseSrc * bsrc, GstCaps * filter);
48 static gboolean gst_qt_src_query (GstBaseSrc * bsrc, GstQuery * query);
50 static gboolean gst_qt_src_decide_allocation (GstBaseSrc * bsrc,
216 gst_qt_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps) in gst_qt_src_setcaps() argument
218 GstQtSrc *qt_src = GST_QT_SRC (bsrc); in gst_qt_src_setcaps()
232 gst_qt_src_get_caps (GstBaseSrc * bsrc, GstCaps * filter) in gst_qt_src_get_caps() argument
236 GstBaseSrcClass *bclass = GST_BASE_SRC_GET_CLASS (bsrc); in gst_qt_src_get_caps()
237 GstQtSrc *qt_src = GST_QT_SRC (bsrc); in gst_qt_src_get_caps()
281 gst_qt_src_query (GstBaseSrc * bsrc, GstQuery * query) in gst_qt_src_query() argument
[all …]
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c122 static gboolean gst_video_test_src_setcaps (GstBaseSrc * bsrc, GstCaps * caps);
123 static GstCaps *gst_video_test_src_src_fixate (GstBaseSrc * bsrc,
127 static gboolean gst_video_test_src_do_seek (GstBaseSrc * bsrc,
129 static gboolean gst_video_test_src_query (GstBaseSrc * bsrc, GstQuery * query);
133 static gboolean gst_video_test_src_decide_allocation (GstBaseSrc * bsrc,
411 gst_video_test_src_src_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_video_test_src_src_fixate() argument
413 GstVideoTestSrc *src = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_src_fixate()
519 caps = GST_BASE_SRC_CLASS (parent_class)->fixate (bsrc, caps); in gst_video_test_src_src_fixate()
824 gst_video_test_src_decide_allocation (GstBaseSrc * bsrc, GstQuery * query) in gst_video_test_src_decide_allocation() argument
833 videotestsrc = GST_VIDEO_TEST_SRC (bsrc); in gst_video_test_src_decide_allocation()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowvideosrc.cpp82 static gboolean gst_dshowvideosrc_start (GstBaseSrc * bsrc);
83 static gboolean gst_dshowvideosrc_stop (GstBaseSrc * bsrc);
84 static gboolean gst_dshowvideosrc_unlock (GstBaseSrc * bsrc);
85 static gboolean gst_dshowvideosrc_unlock_stop (GstBaseSrc * bsrc);
86 static gboolean gst_dshowvideosrc_set_caps (GstBaseSrc * bsrc, GstCaps * caps);
87 static GstCaps *gst_dshowvideosrc_get_caps (GstBaseSrc * bsrc, GstCaps * filter);
88 static GstCaps *gst_dshowvideosrc_src_fixate (GstBaseSrc * bsrc, GstCaps * caps);
197 gst_dshowvideosrc_src_fixate (GstBaseSrc * bsrc, GstCaps * caps) in gst_dshowvideosrc_src_fixate() argument
201 GstDshowVideoSrc *src = GST_DSHOWVIDEOSRC (bsrc); in gst_dshowvideosrc_src_fixate()
229 caps = GST_BASE_SRC_CLASS (gst_dshowvideosrc_parent_class)->fixate(bsrc, caps); in gst_dshowvideosrc_src_fixate()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c89 static gboolean gst_neonhttp_src_start (GstBaseSrc * bsrc);
90 static gboolean gst_neonhttp_src_stop (GstBaseSrc * bsrc);
91 static gboolean gst_neonhttp_src_get_size (GstBaseSrc * bsrc, guint64 * size);
92 static gboolean gst_neonhttp_src_is_seekable (GstBaseSrc * bsrc);
93 static gboolean gst_neonhttp_src_do_seek (GstBaseSrc * bsrc,
95 static gboolean gst_neonhttp_src_query (GstBaseSrc * bsrc, GstQuery * query);
479 gst_neonhttp_src_start (GstBaseSrc * bsrc) in gst_neonhttp_src_start() argument
481 GstNeonhttpSrc *src = GST_NEONHTTP_SRC (bsrc); in gst_neonhttp_src_start()
607 gst_neonhttp_src_stop (GstBaseSrc * bsrc) in gst_neonhttp_src_stop() argument
611 src = GST_NEONHTTP_SRC (bsrc); in gst_neonhttp_src_stop()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtsrc.c108 gst_srt_src_start (GstBaseSrc * bsrc) in gst_srt_src_start() argument
110 GstSRTSrc *self = GST_SRT_SRC (bsrc); in gst_srt_src_start()
134 gst_srt_src_stop (GstBaseSrc * bsrc) in gst_srt_src_stop() argument
136 GstSRTSrc *self = GST_SRT_SRC (bsrc); in gst_srt_src_stop()
291 gst_srt_src_unlock (GstBaseSrc * bsrc) in gst_srt_src_unlock() argument
293 GstSRTSrc *self = GST_SRT_SRC (bsrc); in gst_srt_src_unlock()
301 gst_srt_src_unlock_stop (GstBaseSrc * bsrc) in gst_srt_src_unlock_stop() argument
303 GstSRTSrc *self = GST_SRT_SRC (bsrc); in gst_srt_src_unlock_stop()
/third_party/ffmpeg/libavfilter/
Dvf_maskedmerge.c145 static void maskedmerge8(const uint8_t *bsrc, const uint8_t *osrc, in maskedmerge8() argument
156 dst[x] = bsrc[x] + ((msrc[x] * (osrc[x] - bsrc[x]) + 128) >> 8); in maskedmerge8()
160 bsrc += blinesize; in maskedmerge8()
173 const uint16_t *bsrc = (const uint16_t *)bbsrc; in maskedmerge16() local
181 dst[x] = bsrc[x] + ((msrc[x] * (osrc[x] - bsrc[x]) + half) >> shift); in maskedmerge16()
185 bsrc += blinesize / 2; in maskedmerge16()

123