Home
last modified time | relevance | path

Searched defs:capture (Results 1 - 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DemitArrowFunctionWhenUsingArguments19.js
/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m_dec.c40 V4L2Context *const capture = &s->capture; in v4l2_try_start() local
139 V4L2Context *const capture = &s->capture; v4l2_receive_frame() local
183 V4L2Context *capture, *output; v4l2_decode_init() local
[all...]
H A Dv4l2_m2m.h48 V4L2Context capture; member
H A Dv4l2_m2m_enc.c290 V4L2Context *const capture = &s->capture; in v4l2_receive_packet() local
336 V4L2Context *capture, *output; in v4l2_encode_init() local
[all...]
/third_party/node/deps/v8/testing/
H A Dgmock-support.h41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher() argument
79 inline Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq() argument
/third_party/skia/src/core/
H A DSkTextBlobTrace.cpp86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture() function in SkTextBlobTrace::Capture
/third_party/alsa-utils/alsaloop/
H A Dcontrol.c366 control_event1(struct loopback *loop, struct loopback_mixer *mix, snd_ctl_event_t *ev, int capture) control_event1() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc17 GenericCaptureGetter( Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture, bool* ok) GenericCaptureGetter() argument
H A Dregexp-ast.h564 RegExpBackReference(RegExpCapture* capture, RegExpFlags flags) in RegExpBackReference() argument
574 RegExpCapture* capture() const { return capture_; } in capture() function in v8::internal::final
575 void set_capture(RegExpCapture* capture) { capture_ = capture; } in set_capture() argument
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py83 def capture(): function
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c183 debug_flush_alert(const char *s, const char *op, unsigned start, unsigned depth, boolean continued, boolean capture, const struct debug_stack_frame *frame) debug_flush_alert() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc250 std::unique_ptr<V8StackTraceImpl> V8StackTraceImpl::capture( in capture() function in v8_inspector::V8StackTraceImpl
396 std::shared_ptr<AsyncStackTrace> AsyncStackTrace::capture( in capture() function in v8_inspector::AsyncStackTrace
/third_party/python/Lib/idlelib/
H A Drun.py532 import pydoc # import must be done here to capture i/o binding namespace
H A Dpyshell.py941 import pydoc # import must be done here to capture i/o rebinding. namespace
/third_party/alsa-lib/src/topology/
H A Dpcm.c623 void *playback, *capture; in tplg_parse_streams() local
[all...]
/third_party/alsa-utils/bat/
H A Dcommon.h238 struct pcm capture; member
/third_party/alsa-lib/include/
H A Dtopology.h1009 unsigned int capture; /*!< supports capture mode */ global() member
1054 unsigned int capture; /*!< supports capture mode */ global() member
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1474 int capture = dmix->type == SND_PCM_TYPE_DSNOOP ? 1 : 0; local
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h525 __le32 capture; /* supports capture mode */ member
577 __le32 capture; /* supports capture mode */ member
625 __le32 capture; /* supports capture mode */ member
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2270 const ecma_value_t capture = result; in ecma_regexp_split_helper() local
2585 ecma_value_t capture = ecma_regexp_get_capture_value (re_ctx.captures_p + i); ecma_regexp_replace_helper_fast() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc281 TNode<String> capture = CAST(CallBuiltin(Builtin::kSubString, context, in ConstructNewResultFromMatchInfo() local
359 TNode<HeapObject> capture = in ConstructNewResultFromMatchInfo() local
376 Add<PropertyDictionary>(CAST(properties), name, capture, in ConstructNewResultFromMatchInfo() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1368 Handle<String> capture; in GetSubstitution() local
1399 Handle<String> capture; in GetSubstitution() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc394 int capture = part.data; in Apply() local
1577 Handle<String> capture = RUNTIME_FUNCTION() local
1772 Handle<Object> capture; RUNTIME_FUNCTION() local
1917 Handle<Object> capture; RUNTIME_FUNCTION() local
[all...]
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1202 pa_alsa_safe_delay(snd_pcm_t *pcm, snd_pcm_status_t *status, snd_pcm_sframes_t *delay, size_t hwbuf_size, const pa_sample_spec *ss, bool capture) pa_alsa_safe_delay() argument
/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py62 def capture(*args, **kwargs): function

Completed in 32 milliseconds

12