Home
last modified time | relevance | path

Searched refs:autodetect (Results 1 – 25 of 43) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautovideosink.c59 static void gst_auto_video_sink_configure (GstAutoDetect * autodetect,
98 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_video_sink_init() local
100 autodetect->media_klass = "Video"; in gst_auto_video_sink_init()
101 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_video_sink_init()
107 gst_auto_video_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_video_sink_configure() argument
109 GstAutoVideoSink *self = GST_AUTO_VIDEO_SINK (autodetect); in gst_auto_video_sink_configure()
119 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_video_sink_set_property() local
124 if (autodetect->kid) in gst_auto_video_sink_set_property()
125 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_video_sink_set_property()
Dgstautoaudiosink.c59 static void gst_auto_audio_sink_configure (GstAutoDetect * autodetect,
98 GstAutoDetect *autodetect = GST_AUTO_DETECT (sink); in gst_auto_audio_sink_init() local
100 autodetect->media_klass = "Audio"; in gst_auto_audio_sink_init()
101 autodetect->flag = GST_ELEMENT_FLAG_SINK; in gst_auto_audio_sink_init()
107 gst_auto_audio_sink_configure (GstAutoDetect * autodetect, GstElement * kid) in gst_auto_audio_sink_configure() argument
109 GstAutoAudioSink *self = GST_AUTO_AUDIO_SINK (autodetect); in gst_auto_audio_sink_configure()
119 GstAutoDetect *autodetect = (GstAutoDetect *) sink; in gst_auto_audio_sink_set_property() local
124 if (autodetect->kid) in gst_auto_audio_sink_set_property()
125 g_object_set_property (G_OBJECT (autodetect->kid), pspec->name, value); in gst_auto_audio_sink_set_property()
Dgstautovideosrc.c57 gst_auto_video_src_create_fake_element (GstAutoDetect * autodetect) in gst_auto_video_src_create_fake_element() argument
65 GST_ELEMENT_ERROR (autodetect, RESOURCE, NOT_FOUND, in gst_auto_video_src_create_fake_element()
94 GstAutoDetect *autodetect = GST_AUTO_DETECT (src); in gst_auto_video_src_init() local
96 autodetect->media_klass = "Video"; in gst_auto_video_src_init()
97 autodetect->flag = GST_ELEMENT_FLAG_SOURCE; in gst_auto_video_src_init()
Dgstautoaudiosrc.c57 gst_auto_audio_src_create_fake_element (GstAutoDetect * autodetect) in gst_auto_audio_src_create_fake_element() argument
66 GST_ELEMENT_ERROR (autodetect, RESOURCE, NOT_FOUND, in gst_auto_audio_src_create_fake_element()
95 GstAutoDetect *autodetect = GST_AUTO_DETECT (src); in gst_auto_audio_src_init() local
97 autodetect->media_klass = "Audio"; in gst_auto_audio_src_init()
98 autodetect->flag = GST_ELEMENT_FLAG_SOURCE; in gst_auto_audio_src_init()
Dgstautodetectplugin.c43 autodetect,
Dgstautodetect.h66 GstElement * (*create_fake_element) (GstAutoDetect * autodetect);
/third_party/gstreamer/gstplugins_good/
DBUILD.gn97 "gst/autodetect/gstautoaudiosink.c",
98 "gst/autodetect/gstautoaudiosrc.c",
99 "gst/autodetect/gstautodetect.c",
100 "gst/autodetect/gstautodetectelement.c",
101 "gst/autodetect/gstautodetectplugin.c",
102 "gst/autodetect/gstautovideosink.c",
103 "gst/autodetect/gstautovideosrc.c",
Dmeson_options.txt7 option('autodetect', type : 'feature', value : 'auto') feature
DChangeLog1107 * gst/autodetect/gstautodetect.h:
1108 autodetect: fix debug init category
1110 was default for autodetect.
4807 * gst/autodetect/gstautoaudiosink.c:
4808 * gst/autodetect/gstautoaudiosrc.c:
4809 * gst/autodetect/gstautodetect.c:
4810 * gst/autodetect/gstautodetect.h:
4811 * gst/autodetect/gstautodetectelement.c:
4812 * gst/autodetect/gstautodetectelements.h:
4813 * gst/autodetect/gstautodetectplugin.c:
[all …]
/third_party/ffmpeg/
Dconfigure112 --disable-autodetect disable automatically detected external libraries [no]
136 --disable-pthreads disable pthreads [autodetect]
137 --disable-w32threads disable Win32 threads [autodetect]
138 --disable-os2threads disable OS/2 threads [autodetect]
203 --disable-alsa disable ALSA support [autodetect]
204 --disable-appkit disable Apple AppKit framework [autodetect]
205 --disable-avfoundation disable Apple AVFoundation framework [autodetect]
207 --disable-bzlib disable bzlib [autodetect]
208 --disable-coreimage disable Apple CoreImage framework [autodetect]
217 --disable-iconv disable iconv [autodetect]
[all …]
/third_party/gstreamer/gstplugins_good/gst/
Dmeson.build2 'autodetect', 'avi', 'cutter', 'debugutils', 'deinterlace',
/third_party/libexif/m4m/
Dgp-documentation.m431 [Where to install docs [default=autodetect]])])
114 [Where to install html docs [default=autodetect]])])
/third_party/ffmpeg/libavdevice/
Ddecklink_common.h145 int autodetect; member
Ddecklink_dec.cpp849 if (ctx->autodetect) { in VideoInputFrameArrived()
1105 ctx->autodetect = 1; in decklink_autodetect()
1130 ctx->autodetect = 0; in decklink_autodetect()
/third_party/node/deps/npm/node_modules/iconv-lite/
DREADME.md125 …hen decoding other encodings, use [node-autodetect-decoder-stream](https://github.com/danielgindi/…
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dautodetect.c226 GST_CHECK_MAIN (autodetect);
/third_party/ffmpeg/doc/
Ddecoders.texi78 Set amount of frame threads to use during decoding. The default value is 0 (autodetect).
81 Set amount of tile threads to use during decoding. The default value is 0 (autodetect).
119 Set amount of frame threads to use during decoding. The default value is 0 (autodetect).
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc331 // If user asked for the 'native' CPU, autodetect here. If autodection fails,
343 // If user asked for the 'native' CPU, we need to autodetect features.
363 // If user asked for the 'native' CPU, we need to autodetect features.
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt103 * -good autodetect: autoaudiosink: Auto audio sink
104 * -good autodetect: autoaudiosrc: Auto audio source
105 * -good autodetect: autovideosink: Auto video sink
106 * -good autodetect: autovideosrc: Auto video source
/third_party/mesa3d/docs/relnotes/
D10.2.2.rst81 - configure: correctly autodetect xvmc/vdpau/omx
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build39 [ 'elements/autodetect' ],
/third_party/ltp/
Dconfigure.ac254 [Specify metadata generator to use (default autodetect)])],
/third_party/node/deps/cares/
DCMakeLists.txt529 # TODO : Should probably autodetect
543 # TODO : Should probably autodetect
/third_party/popt/
DCHANGES127 - jbj: autogen.sh: on linux, add --libdir=/lib (no /lib64 autodetect yet).
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md265 …* _secure_ - boolean - autodetect from url - indicates if this is a "Secure" API. If the currentU…
284 …* _secure_ - boolean - autodetect from url - indicates if this is a "Secure" API. If the currentU…

12