Searched refs:GST_VIDEO_DECODER_SRC_PAD (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 1543 flow_ret = gst_pad_push (GST_VIDEO_DECODER_SRC_PAD (self), outbuf); in gst_amc_video_dec_loop() 1625 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_video_dec_loop() 1626 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop() 1643 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_video_dec_loop() 1644 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop() 1656 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_video_dec_loop() 1657 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop() 1669 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop() 1679 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), in gst_amc_video_dec_loop() 1681 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2videodec.c | 700 task_state = gst_pad_get_task_state (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_v4l2_video_dec_handle_frame() 728 if (gst_pad_get_task_state (GST_VIDEO_DECODER_SRC_PAD (self)) != in gst_v4l2_video_dec_handle_frame() 826 GstPad *pad = GST_VIDEO_DECODER_SRC_PAD (decoder); in gst_v4l2_video_dec_src_query() 965 GST_OBJECT (GST_VIDEO_DECODER_SRC_PAD (self)), in gst_v4l2_video_dec_subinstance_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideodecoder.h | 66 #define GST_VIDEO_DECODER_SRC_PAD(obj) (((GstVideoDecoder *) (obj))->srcpad) macro
|
D | gstvideodecoder.c | 1570 GstPad *pad = GST_VIDEO_DECODER_SRC_PAD (dec); in gst_video_decoder_src_query_default() 1736 GST_VIDEO_DECODER_SRC_PAD (decoder), caps, filter); in gst_video_decoder_proxy_getcaps()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 347 if (!gst_pad_has_current_caps (GST_VIDEO_DECODER_SRC_PAD (openh264dec)) in gst_openh264dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 250 peercaps = gst_pad_peer_query_caps (GST_VIDEO_DECODER_SRC_PAD (vtdec), NULL); in gst_vtdec_negotiate() 262 gst_pad_get_pad_template_caps (GST_VIDEO_DECODER_SRC_PAD (decoder)); in gst_vtdec_negotiate()
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnmdec.c | 157 gst_pad_peer_query_caps (GST_VIDEO_DECODER_SRC_PAD (decoder), in gst_pnmdec_negotiate()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.c | 374 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (dec), in gst_vpx_dec_default_send_tags()
|
/third_party/gstreamer/gstplugins_bad/sys/nvdec/ |
D | gstnvdec.c | 685 if (!gst_pad_has_current_caps (GST_VIDEO_DECODER_SRC_PAD (decoder)) in handle_pending_frames()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.c | 445 srcpad = GST_VIDEO_DECODER_SRC_PAD (thiz); in srcpad_can_dmabuf()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 1777 if (GST_PAD_IS_FLUSHING (GST_VIDEO_DECODER_SRC_PAD (ffmpegdec))) { in gst_ffmpegviddec_video_frame()
|
/third_party/gstreamer/gstplugins_base/docs/libs/ |
D | gst-plugins-base-libs-sections.txt | 3390 GST_VIDEO_DECODER_SRC_PAD
|