Home
last modified time | relevance | path

Searched refs:GST_VIDEO_DECODER_SRC_PAD (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1518 flow_ret = gst_pad_push (GST_VIDEO_DECODER_SRC_PAD (self), outbuf); in gst_amc_video_dec_loop()
1600 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_video_dec_loop()
1601 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop()
1618 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_video_dec_loop()
1619 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop()
1631 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_video_dec_loop()
1632 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop()
1644 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop()
1654 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), in gst_amc_video_dec_loop()
1656 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_amc_video_dec_loop()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c157 fixed_caps = GST_PAD_IS_FIXED_CAPS (GST_VIDEO_DECODER_SRC_PAD (decoder)); in gst_va_base_dec_src_query()
707 if (gst_pad_peer_query (GST_VIDEO_DECODER_SRC_PAD (base), query)) in _downstream_has_video_meta()
730 gst_pad_peer_query_caps (GST_VIDEO_DECODER_SRC_PAD (base), NULL); in gst_va_base_dec_get_preferred_format_and_caps_features()
735 peer_caps = gst_pad_get_allowed_caps (GST_VIDEO_DECODER_SRC_PAD (base)); in gst_va_base_dec_get_preferred_format_and_caps_features()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c235 gst_pad_stop_task (GST_VIDEO_DECODER_SRC_PAD (video_decoder)); in gst_openjpeg_dec_stop()
1288 gst_pad_pause_task (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_openjpeg_dec_pause_loop()
1341 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_openjpeg_dec_loop()
1363 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), in gst_openjpeg_dec_loop()
1370 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (self), in gst_openjpeg_dec_loop()
1532 gst_pad_start_task (GST_VIDEO_DECODER_SRC_PAD (self), in gst_openjpeg_dec_decode_frame_multiple()
1609 gst_pad_stop_task (GST_VIDEO_DECODER_SRC_PAD (decoder)); in gst_openjpeg_dec_flush()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c781 task_state = gst_pad_get_task_state (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_v4l2_video_dec_handle_frame()
811 if (gst_pad_get_task_state (GST_VIDEO_DECODER_SRC_PAD (self)) != in gst_v4l2_video_dec_handle_frame()
909 GstPad *pad = GST_VIDEO_DECODER_SRC_PAD (decoder); in gst_v4l2_video_dec_src_query()
1048 GST_OBJECT (GST_VIDEO_DECODER_SRC_PAD (self)), in gst_v4l2_video_dec_subinstance_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.h66 #define GST_VIDEO_DECODER_SRC_PAD(obj) (((GstVideoDecoder *) (obj))->srcpad) macro
Dgstvideodecoder.c1945 GstPad *pad = GST_VIDEO_DECODER_SRC_PAD (dec); in gst_video_decoder_src_query_default()
2111 GST_VIDEO_DECODER_SRC_PAD (decoder), caps, filter); in gst_video_decoder_proxy_getcaps()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp350 if (!gst_pad_has_current_caps (GST_VIDEO_DECODER_SRC_PAD (openh264dec)) in gst_openh264dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c337 peercaps = gst_pad_peer_query_caps (GST_VIDEO_DECODER_SRC_PAD (vtdec), NULL); in gst_vtdec_negotiate()
349 gst_pad_get_pad_template_caps (GST_VIDEO_DECODER_SRC_PAD (decoder)); in gst_vtdec_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.c564 if (!gst_pad_has_current_caps (GST_VIDEO_DECODER_SRC_PAD (nvdec)) || updata) { in parser_sequence_callback()
604 caps = gst_pad_get_allowed_caps (GST_VIDEO_DECODER_SRC_PAD (nvdec)); in gst_nvdec_negotiate()
865 ret = gst_pad_push (GST_VIDEO_DECODER_SRC_PAD (nvdec), output_buffer); in parser_display_callback()
Dgstnvdecoder.c1467 caps = gst_pad_get_allowed_caps (GST_VIDEO_DECODER_SRC_PAD (videodec)); in gst_nv_decoder_negotiate()
/third_party/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnmdec.c159 gst_pad_peer_query_caps (GST_VIDEO_DECODER_SRC_PAD (decoder), in gst_pnmdec_negotiate()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c384 gst_pad_push_event (GST_VIDEO_DECODER_SRC_PAD (dec), in gst_vpx_dec_default_send_tags()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c822 gst_pad_mark_reconfigure (GST_VIDEO_DECODER_SRC_PAD (ffmpegdec)); in gst_ffmpegviddec_ensure_internal_pool()
1976 if (GST_PAD_IS_FLUSHING (GST_VIDEO_DECODER_SRC_PAD (ffmpegdec))) { in gst_ffmpegviddec_video_frame()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c1019 gst_pad_peer_query_caps (GST_VIDEO_DECODER_SRC_PAD (dec), dec_caps); in gst_jpeg_turbo_parse_ext_fmt_convert()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp1621 peer_caps = gst_pad_get_allowed_caps (GST_VIDEO_DECODER_SRC_PAD (videodec)); in gst_d3d11_decoder_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.c502 srcpad = GST_VIDEO_DECODER_SRC_PAD (thiz); in srcpad_can_dmabuf()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c2337 caps = gst_pad_get_current_caps (GST_VIDEO_DECODER_SRC_PAD (self)); in gst_h264_decoder_set_latency()