Searched refs:gst_video_decoder_set_needs_format (Results 1 – 15 of 15) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideodecoder.h | 371 void gst_video_decoder_set_needs_format (GstVideoDecoder * dec,
|
D | gstvideodecoder.c | 4222 gst_video_decoder_set_needs_format (GstVideoDecoder * dec, gboolean enabled) in gst_video_decoder_set_needs_format() function
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 125 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (openh264dec), TRUE); in gst_openh264dec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1dec.c | 142 gst_video_decoder_set_needs_format (dec, TRUE); in gst_av1_dec_init()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.c | 205 gst_video_decoder_set_needs_format (decoder, TRUE); in gst_vpx_dec_init()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.c | 209 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (dec), TRUE); in gst_theora_dec_init()
|
/third_party/gstreamer/gstplugins_bad/sys/nvdec/ |
D | gstnvdec.c | 274 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (nvdec), TRUE); in gst_nvdec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegdec.c | 111 gst_video_decoder_set_needs_format (decoder, TRUE); in gst_openjpeg_dec_init()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 296 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (ffmpegdec), TRUE); in gst_ffmpegviddec_init()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 424 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (self), TRUE); in gst_amc_video_dec_init()
|
/third_party/gstreamer/gstplugins_base/docs/libs/ |
D | gst-plugins-base-libs-sections.txt | 3426 gst_video_decoder_set_needs_format
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 4052 avviddec: Use new gst_video_decoder_set_needs_format() API
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 88646 amcvideodec: Use new gst_video_decoder_set_needs_format() API 88651 mfcdec: Use new gst_video_decoder_set_needs_format() API 88656 openjpegdec: Use new gst_video_decoder_set_needs_format() API 88661 daaladec: Use new gst_video_decoder_set_needs_format() API
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 58295 theoradec: Use new gst_video_decoder_set_needs_format() API
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 41496 vpx: Use new gst_video_decoder_set_needs_format() API
|