Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 25 of 57) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dv4l2_m2m_dec.c40 V4L2Context *const capture = &s->capture; in v4l2_try_start() local
139 V4L2Context *const capture = &s->capture; in v4l2_receive_frame() local
179 V4L2Context *capture, *output; in v4l2_decode_init() local
Dv4l2_m2m_enc.c290 V4L2Context *const capture = &s->capture; in v4l2_receive_packet() local
336 V4L2Context *capture, *output; in v4l2_encode_init() local
Dv4l2_m2m.h48 V4L2Context capture; member
/third_party/typescript/tests/baselines/reference/
DemitArrowFunctionWhenUsingArguments19_ES6.js6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
DemitArrowFunctionWhenUsingArguments19.js6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
/third_party/node/test/parallel/
Dtest-eventtarget.js343 target.addEventListener('foo', a, { capture: true }); property
344 target.addEventListener('foo', a, { capture: false }); property
347 target.removeEventListener('foo', a, { capture: true }); property
349 target.removeEventListener('foo', a, { capture: false }); property
/third_party/mesa3d/docs/
Dshading.rst51 .. _capture: target
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.h38 LPDIRECTSOUNDCAPTURE capture; member
DSDL_directsound.c434 LPDIRECTSOUNDCAPTURE capture = this->hidden->capture; in CreateCaptureBuffer() local
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstgdiscreencapsrc.c281 HWND capture; in gst_gdiscreencapsrc_set_caps() local
519 HWND capture; in gst_gdiscreencapsrc_screen_capture() local
/third_party/skia/src/core/
DSkTextBlobTrace.cpp86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture() function in SkTextBlobTrace::Capture
/third_party/node/lib/internal/
Devent_target.js200 constructor(previous, listener, once, capture, passive, isNodeStyleListener) { argument
217 same(listener, capture) { argument
245 [kNewListener](size, type, listener, once, capture, passive) { argument
263 [kRemoveListener](size, type, listener, capture) {} argument
/third_party/iowow/src/re/
Dcompile.c135 int ncaptures = context->ncaptures, capture; in compile_context() local
/third_party/alsa-utils/alsaloop/
Dcontrol.c367 int capture) in control_event1()
/third_party/rust/crates/tracing/tracing-error/src/
Dbacktrace.rs102 pub fn capture() -> Self { in capture() method
/third_party/python/Lib/test/support/
Dtestresult.py46 def _add_result(self, test, capture=False, **args): argument
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js4 function codeRegex(capture) { argument
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp966 { in mediaCaptureInitPost()
1059 MediaCaptureWrapper::onCaptureFailed(IMediaCapture *capture, in onCaptureFailed()
Dgstmfcapturewinrt.cpp58 MediaCaptureWrapper *capture; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c186 boolean capture, in debug_flush_alert()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1767 gst_d3d11_screen_capture_prepare (GstD3D11ScreenCapture * capture) in gst_d3d11_screen_capture_prepare()
1802 gst_d3d11_screen_capture_get_size (GstD3D11ScreenCapture * capture, in gst_d3d11_screen_capture_get_size()
1826 gst_d3d11_screen_capture_do_capture (GstD3D11ScreenCapture * capture, in gst_d3d11_screen_capture_do_capture()
/third_party/python/Lib/idlelib/
Drun.py80 def capture_warnings(capture): argument
/third_party/alsa-lib/include/
Dtopology.h1011 unsigned int capture; /*!< supports capture mode */ member
1056 unsigned int capture; /*!< supports capture mode */ member
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1362 GstCaps * video_caps, guint max_channels, gboolean video, gboolean capture, in gst_decklink_device_new()
1461 gboolean capture = FALSE; in init_devices() local
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h523 __le32 capture; /* supports capture mode */ member
575 __le32 capture; /* supports capture mode */ member
623 __le32 capture; /* supports capture mode */ member

123