/third_party/gstreamer/gstreamer/gst/ |
D | gsttask.h | 38 typedef void (*GstTaskFunction) (gpointer user_data); typedef 143 GstTaskFunction func; 174 GstTask* gst_task_new (GstTaskFunction func,
|
D | gsttask.c | 476 gst_task_new (GstTaskFunction func, gpointer user_data, GDestroyNotify notify) in gst_task_new()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 368 (GstTaskFunction) gst_sctp_data_srcpad_loop, sctpdec_pad, NULL); in flush_srcpad() 508 gst_pad_start_task (pad, (GstTaskFunction) gst_sctp_data_srcpad_loop, pad, in gst_sctp_dec_src_event() 592 gst_pad_start_task (new_pad, (GstTaskFunction) gst_sctp_data_srcpad_loop, in get_pad_for_stream_id()
|
D | gstsctpenc.c | 368 (GstTaskFunction) gst_sctp_enc_srcpad_loop, self->src_pad, NULL); in gst_sctp_enc_change_state() 797 (GstTaskFunction) gst_sctp_enc_srcpad_loop, self->src_pad, NULL); in gst_sctp_enc_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/gme/ |
D | gstgme.c | 260 gst_pad_start_task (gme->srcpad, (GstTaskFunction) gst_gme_play, in gst_gme_dec_src_event() 464 gst_pad_start_task (gme->srcpad, (GstTaskFunction) gst_gme_play, gme->srcpad, in gme_setup()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | rndbuffersize.c | 278 gst_pad_start_task (pad, (GstTaskFunction) gst_rnd_buffer_size_loop, in gst_rnd_buffer_size_activate_mode() 343 gst_pad_start_task (self->sinkpad, (GstTaskFunction) gst_rnd_buffer_size_loop, in gst_rnd_buffer_size_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackdec.c | 243 (GstTaskFunction) gst_musepackdec_loop, dec->sinkpad, NULL); in gst_musepackdec_handle_seek_event() 483 (GstTaskFunction) gst_musepackdec_loop, sinkpad, NULL); in gst_musepackdec_sink_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 368 (GstTaskFunction) gst_midi_parse_loop, midiparse->sinkpad, NULL); in gst_midi_parse_perform_seek() 448 res = gst_pad_start_task (pad, (GstTaskFunction) gst_midi_parse_loop, in gst_midi_parse_activatemode() 1194 (GstTaskFunction) gst_midi_parse_loop, midiparse->sinkpad, NULL); in gst_midi_parse_sink_event()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstqueue.c | 957 gst_pad_start_task (queue->srcpad, (GstTaskFunction) gst_queue_loop, in gst_queue_handle_sink_event() 1011 (GstTaskFunction) gst_queue_loop, queue->srcpad, NULL); in gst_queue_handle_sink_event() 1596 gst_pad_start_task (pad, (GstTaskFunction) gst_queue_loop, pad, NULL); in gst_queue_handle_src_event() 1755 gst_pad_start_task (pad, (GstTaskFunction) gst_queue_loop, pad, in gst_queue_src_activate_mode()
|
D | gstdownloadbuffer.c | 1057 (GstTaskFunction) gst_download_buffer_loop, dlbuf->srcpad, NULL); in gst_download_buffer_handle_sink_event() 1422 gst_pad_start_task (pad, (GstTaskFunction) gst_download_buffer_loop, in gst_download_buffer_handle_src_event() 1735 gst_pad_start_task (pad, (GstTaskFunction) gst_download_buffer_loop, in gst_download_buffer_src_activate_push()
|
D | gsttypefindelement.c | 583 (GstTaskFunction) gst_type_find_element_loop, typefind->sink, NULL); in gst_type_find_element_seek() 1452 return gst_pad_start_task (pad, (GstTaskFunction) gst_type_find_element_loop, in gst_type_find_element_activate_sink()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxsend.c | 493 (GstTaskFunction) gst_rist_rtx_send_src_loop, rtx, NULL); in gst_rist_rtx_send_sink_event() 720 (GstTaskFunction) gst_rist_rtx_send_src_loop, rtx, NULL); in gst_rist_rtx_send_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 395 (GstTaskFunction) gst_modplug_loop, modplug, NULL); in gst_modplug_do_seek() 588 res = gst_pad_start_task (pad, (GstTaskFunction) gst_modplug_loop, in gst_modplug_sinkpad_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 263 (GstTaskFunction) gst_sf_dec_loop, self, NULL); in gst_sf_dec_do_seek() 461 res = gst_pad_start_task (sinkpad, (GstTaskFunction) gst_sf_dec_loop, in gst_sf_dec_sink_activate_mode()
|
D | gstsfsink.c | 458 (GstTaskFunction) gst_sf_sink_loop, basesink->sinkpad, NULL); in gst_sf_sink_activate_pull()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtprtxsend.c | 619 (GstTaskFunction) gst_rtp_rtx_send_src_loop, rtx, NULL); in gst_rtp_rtx_send_sink_event() 852 (GstTaskFunction) gst_rtp_rtx_send_src_loop, rtx, NULL); in gst_rtp_rtx_send_activate_mode()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | adaptive_demux_common.c | 345 gst_task_new ((GstTaskFunction) testSeekTaskDoSeek, seekContext, NULL); in testSeekAdaptiveDemuxSendsData()
|
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/ |
D | gstimagefreeze.c | 775 (GstTaskFunction) gst_image_freeze_src_loop, self->srcpad, NULL); in gst_image_freeze_src_event() 880 gst_pad_start_task (self->srcpad, (GstTaskFunction) gst_image_freeze_src_loop, in gst_image_freeze_sink_chain()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.c | 1008 (GstTaskFunction) gst_amc_audio_dec_loop, decoder, NULL); in gst_amc_audio_dec_set_format() 1048 (GstTaskFunction) gst_amc_audio_dec_loop, decoder, NULL); in gst_amc_audio_dec_flush()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 274 gst_task_new ((GstTaskFunction) gst_ffmpegdemux_loop, demux, NULL); in gst_ffmpegdemux_init() 686 gst_pad_start_task (demux->sinkpad, (GstTaskFunction) gst_ffmpegdemux_loop, in gst_ffmpegdemux_perform_seek() 2175 res = gst_pad_start_task (sinkpad, (GstTaskFunction) gst_ffmpegdemux_loop,
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfassetsrc.m | 691 …ret = gst_pad_start_task (self->audiopad, (GstTaskFunction)gst_avf_asset_src_read_audio, self, NUL… 699 …ret = gst_pad_start_task (self->videopad, (GstTaskFunction)gst_avf_asset_src_read_video, self, NUL…
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsrc.c | 856 (GstTaskFunction) gst_splitmux_pad_loop, splitpad, NULL); in gst_splitmux_src_activate_part() 1441 (GstTaskFunction) gst_splitmux_pad_loop, pad, NULL); in splitmux_src_pad_event()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsenc.c | 421 gst_pad_start_task (pad, (GstTaskFunction) src_task_loop, self->src, in src_activate_mode()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmessage.c | 293 task = gst_task_new ((GstTaskFunction) gst_object_unref, NULL, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 699 gst_pad_start_task (video_encoder->srcpad, (GstTaskFunction) gst_mpeg2enc_loop, enc, NULL); in gst_mpeg2enc_handle_frame()
|