/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautovideosink.c | 59 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()
|
D | gstautoaudiosink.c | 59 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()
|
D | gstautovideosrc.c | 57 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()
|
D | gstautoaudiosrc.c | 57 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()
|
D | gstautodetectplugin.c | 43 autodetect,
|
D | gstautodetect.h | 66 GstElement * (*create_fake_element) (GstAutoDetect * autodetect);
|
/third_party/gstreamer/gstplugins_good/ |
D | BUILD.gn | 97 "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",
|
D | meson_options.txt | 7 option('autodetect', type : 'feature', value : 'auto') feature
|
D | ChangeLog | 1107 * 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/ |
D | configure | 112 --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/ |
D | meson.build | 2 'autodetect', 'avi', 'cutter', 'debugutils', 'deinterlace',
|
/third_party/libexif/m4m/ |
D | gp-documentation.m4 | 31 [Where to install docs [default=autodetect]])]) 114 [Where to install html docs [default=autodetect]])])
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_common.h | 145 int autodetect; member
|
D | decklink_dec.cpp | 849 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/ |
D | README.md | 125 …hen decoding other encodings, use [node-autodetect-decoder-stream](https://github.com/danielgindi/…
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | autodetect.c | 226 GST_CHECK_MAIN (autodetect);
|
/third_party/ffmpeg/doc/ |
D | decoders.texi | 78 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/ |
D | CommandFlags.inc | 331 // 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/ |
D | porting-list-0.11.txt | 103 * -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/ |
D | 10.2.2.rst | 81 - configure: correctly autodetect xvmc/vdpau/omx
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 39 [ 'elements/autodetect' ],
|
/third_party/ltp/ |
D | configure.ac | 254 [Specify metadata generator to use (default autodetect)])],
|
/third_party/node/deps/cares/ |
D | CMakeLists.txt | 529 # TODO : Should probably autodetect 543 # TODO : Should probably autodetect
|
/third_party/popt/ |
D | CHANGES | 127 - jbj: autogen.sh: on linux, add --libdir=/lib (no /lib64 autodetect yet).
|
/third_party/node/deps/npm/node_modules/tough-cookie/ |
D | README.md | 265 …* _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…
|