Home
last modified time | relevance | path

Searched refs:GST_VIDEO_DECODER_STREAM_LOCK (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c932 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_setcaps()
1164 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_push_event()
1415 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1449 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1470 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1522 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1586 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1636 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1681 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
1707 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_video_decoder_sink_event_default()
[all …]
Dgstvideodecoder.h104 #define GST_VIDEO_DECODER_STREAM_LOCK(decoder) g_rec_mutex_lock (&GST_VIDEO_DECODER (decoder)->stre… macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c206 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_v4l2_video_dec_stop()
342 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_v4l2_video_dec_flush()
460 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_v4l2_video_dec_finish()
700 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_v4l2_video_dec_handle_frame()
808 GST_VIDEO_DECODER_STREAM_LOCK (decoder); in gst_v4l2_video_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1294 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_loop()
1307 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_loop()
1583 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_loop()
1850 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_set_format()
2073 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_flush()
2135 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_handle_frame()
2329 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_drain()
2371 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_amc_video_dec_drain()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c1544 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_openjpeg_dec_decode_frame_multiple()
1611 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_openjpeg_dec_flush()
1740 GST_VIDEO_DECODER_STREAM_LOCK (self); in gst_openjpeg_dec_finish()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c2132 GST_VIDEO_DECODER_STREAM_LOCK (ffmpegdec); in gst_ffmpegviddec_handle_frame()
2135 GST_VIDEO_DECODER_STREAM_LOCK (ffmpegdec); in gst_ffmpegviddec_handle_frame()
/third_party/gstreamer/gstplugins_bad/
DChangeLog83749 VT decode callback. This removes contention on the GST_VIDEO_DECODER_STREAM_LOCK