Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c203 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_dispose()
332 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_video_set_caps()
390 DVD_SPU_LOCK (dvdspu); in update_video_to_position()
393 DVD_SPU_LOCK (dvdspu); in update_video_to_position()
431 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_video_event()
472 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_video_event()
491 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_video_event()
506 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_video_event()
575 DVD_SPU_LOCK (dvdspu); in dvdspu_handle_vid_buffer()
923 DVD_SPU_LOCK (dvdspu); in gst_dvd_spu_subpic_chain()
[all …]
Dgstdvdspu.h41 #define DVD_SPU_LOCK(s) g_mutex_lock (&(s)->spu_lock); macro