Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/third_party/ffmpeg/libavcodec/
Dv4l2_m2m_dec.c40 V4L2Context *const capture = &s->capture; in v4l2_try_start() local
54 if (capture->streamon) in v4l2_try_start()
58 capture->format.type = capture->type; in v4l2_try_start()
59 ret = ioctl(s->fd, VIDIOC_G_FMT, &capture->format); in v4l2_try_start()
66 …avctx->pix_fmt = ff_v4l2_format_v4l2_to_avfmt(capture->format.fmt.pix_mp.pixelformat, AV_CODEC_ID_… in v4l2_try_start()
67 capture->av_pix_fmt = avctx->pix_fmt; in v4l2_try_start()
81 capture->height = selection.r.height; in v4l2_try_start()
82 capture->width = selection.r.width; in v4l2_try_start()
87 if (!capture->buffers) { in v4l2_try_start()
88 ret = ff_v4l2_context_init(capture); in v4l2_try_start()
[all …]
Dv4l2_m2m.c68 s->capture.done = s->output.done = 0; in v4l2_prepare_contexts()
69 s->capture.name = "capture"; in v4l2_prepare_contexts()
85 s->capture.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in v4l2_prepare_contexts()
91 s->capture.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in v4l2_prepare_contexts()
118 ret = ff_v4l2_context_get_format(&s->capture, 1); in v4l2_probe_driver()
150 cfmt = s->capture.format; in v4l2_configure_contexts()
165 ret = ff_v4l2_context_set_format(&s->capture); in v4l2_configure_contexts()
179 ret = ff_v4l2_context_init(&s->capture); in v4l2_configure_contexts()
212 ret = ff_v4l2_context_set_status(&s->capture, VIDIOC_STREAMOFF); in ff_v4l2_m2m_codec_reinit()
224 ff_v4l2_context_release(&s->capture); in ff_v4l2_m2m_codec_reinit()
[all …]
Dv4l2_m2m_enc.c290 V4L2Context *const capture = &s->capture; in v4l2_receive_packet() local
322 if (!capture->streamon) { in v4l2_receive_packet()
323 ret = ff_v4l2_context_set_status(capture, VIDIOC_STREAMON); in v4l2_receive_packet()
331 return ff_v4l2_context_dequeue_packet(capture, avpkt); in v4l2_receive_packet()
336 V4L2Context *capture, *output; in v4l2_encode_init() local
347 capture = &s->capture; in v4l2_encode_init()
351 output->height = capture->height = avctx->height; in v4l2_encode_init()
352 output->width = capture->width = avctx->width; in v4l2_encode_init()
359 capture->av_codec_id = avctx->codec_id; in v4l2_encode_init()
360 capture->av_pix_fmt = AV_PIX_FMT_NONE; in v4l2_encode_init()
/third_party/skia/third_party/externals/angle2/doc/
DCaptureAndReplay.md3 ANGLE currently supports a limited OpenGL capture and replay framework.
7 * GLES capture has many unimplemented functions.
8 * EGL capture and replay is not yet supported.
9 * Mid-execution capture is supported with the Vulkan back-end.
10 * Mid-execution capture has many unimplemented features.
16 To build ANGLE with capture and replay enabled update your GN args:
22 Once built ANGLE will capture the OpenGL ES calls to CPP replay files. By default the replay will be
23 stored in the current working directory. The capture files will be named according to the pattern
31 Some simple environment variables control frame capture:
34 * Set to `0` to disable capture entirely. Default is `1`.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_video_capture.txt238 "Video capture can be used to transfer pixels from a video input
240 accessed by binding them to a valid video capture slot in a context
241 using window-system specific functions. Valid video capture slots
244 capture operations on an invalid video capture slot or a video
245 capture slot with no device bound to it will generate
254 "Video capture can be started and stopped on a specified video
255 capture slot with the commands
263 respectively. After BeginVideoCaptureNV is called, the capture
265 raw buffers with incoming video data. If capture is already in the
269 textures must be bound to the individual video capture streams. A
[all …]
/third_party/openGLES/extensions/NV/
DNV_video_capture.txt238 "Video capture can be used to transfer pixels from a video input
240 accessed by binding them to a valid video capture slot in a context
241 using window-system specific functions. Valid video capture slots
244 capture operations on an invalid video capture slot or a video
245 capture slot with no device bound to it will generate
254 "Video capture can be started and stopped on a specified video
255 capture slot with the commands
263 respectively. After BeginVideoCaptureNV is called, the capture
265 raw buffers with incoming video data. If capture is already in the
269 textures must be bound to the individual video capture streams. A
[all …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_PARM.c108 parm.parm.capture.capability, in do_get_param()
109 parm.parm.capture.capturemode, in do_get_param()
110 parm.parm.capture.timeperframe.numerator, in do_get_param()
111 parm.parm.capture.timeperframe.denominator, in do_get_param()
112 parm.parm.capture.extendedmode, in do_get_param()
113 parm.parm.capture.readbuffers, in do_get_param()
114 parm.parm.capture.reserved[0], in do_get_param()
115 parm.parm.capture.reserved[1], in do_get_param()
116 parm.parm.capture.reserved[2], in do_get_param()
117 parm.parm.capture.reserved[3] in do_get_param()
[all …]
/third_party/node/lib/internal/
Devent_target.js418 constructor(eventTarget, eventType, previous, listener, once, capture, passive, argument
429 if (capture)
470 get capture() { getter in Listener
495 same(listener, capture) { argument
497 return myListener === listener && this.capture === capture;
527 [kNewListener](size, type, listener, once, capture, passive, weak) { argument
545 [kRemoveListener](size, type, listener, capture) {} argument
576 capture,
614 new Listener(this, type, root, listener, once, capture, passive,
621 capture,
[all …]
/third_party/alsa-utils/bat/
Dbat.c194 err = pthread_create(&capture_id, NULL, (void *) bat->capture.fct, bat); in test_loopback()
287 err = pthread_create(&capture_id, NULL, (void *) bat->capture.fct, bat); in test_capture()
364 bat->capture.device = NULL; in set_defaults()
373 bat->capture.fct = &record_tinyalsa; in set_defaults()
377 bat->capture.fct = &record_alsa; in set_defaults()
380 bat->capture.mode = MODE_LOOPBACK; in set_defaults()
433 if (bat->capture.device == NULL) in parse_arguments()
434 bat->capture.device = optarg; in parse_arguments()
437 if (bat->capture.mode == MODE_SINGLE) in parse_arguments()
438 bat->capture.mode = MODE_LOOPBACK; in parse_arguments()
[all …]
Dtinyalsa.c391 remove(bat->capture.file); in capture_sample()
392 fp = fopen(bat->capture.file, "wb"); in capture_sample()
396 bat->capture.file, err); in capture_sample()
436 remove(bat->capture.file); in latencytest_process_input()
437 fp = fopen(bat->capture.file, "wb"); in latencytest_process_input()
441 bat->capture.file, err); in latencytest_process_input()
493 err = get_tiny_device(bat, bat->capture.device, in record_tinyalsa()
494 &bat->capture.card_tiny, in record_tinyalsa()
495 &bat->capture.device_tiny); in record_tinyalsa()
509 pcm = pcm_open(bat->capture.card_tiny, bat->capture.device_tiny, in record_tinyalsa()
/third_party/mesa3d/src/mapi/glapi/gen/
Dmeson.build173 capture : true,
182 capture : true,
191 capture : true,
200 capture : true,
209 capture : true,
217 capture : true,
226 capture : true,
235 capture : true,
244 capture : true,
253 capture : true,
[all …]
/third_party/node/deps/cares/
Daminclude_static.am66 code_coverage_v_lcov_cap_0 = @echo " LCOV --capture" $(CODE_COVERAGE_OUTPUT_FILE);
83 $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
86 code-coverage-capture: code-coverage-capture-hook
87 …e_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE_DIRECTORY)) --capture --output-file "$(…
104 code-coverage-capture: code-coverage-capture-hook
115 code-coverage-capture: code-coverage-capture-hook
123 # Hook rule executed before code-coverage-capture, overridable by the user
124 code-coverage-capture-hook:
126 …ONY: check-code-coverage code-coverage-capture code-coverage-dist-clean code-coverage-clean code-c…
/third_party/node/doc/api/
Dtracing.md19 * `node.async_hooks`: Enables capture of detailed [`async_hooks`][] trace data.
22 * `node.bootstrap`: Enables capture of Node.js bootstrap milestones.
23 * `node.console`: Enables capture of `console.time()` and `console.count()`
25 * `node.threadpoolwork.sync`: Enables capture of trace data for threadpool
27 * `node.threadpoolwork.async`: Enables capture of trace data for threadpool
29 * `node.dns.native`: Enables capture of trace data for DNS queries.
30 * `node.net.native`: Enables capture of trace data for network.
31 * `node.environment`: Enables capture of Node.js Environment milestones.
32 * `node.fs.sync`: Enables capture of trace data for file system sync methods.
33 * `node.fs_dir.sync`: Enables capture of trace data for file system sync
[all …]
/third_party/typescript/tests/baselines/reference/
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.types10 >() => { return x => this; // New scope. So should inject new _this capture } …
12 return x => this; // New scope. So should inject new _this capture
28 >() => { return x => this; // New scope. So should inject new _this capture } …
30 return x => this; // New scope. So should inject new _this capture
52 >() => { return x => this; // New scope. So should inject new _this capture } …
54 return x => this; // New scope. So should inject new _this capture
76 >() => { return x => this; // New scope. So should inject new _this capture } …
78 return x => this; // New scope. So should inject new _this capture
DcollisionSuperAndParameter.types10 … return x => this; // New scope. So should inject new _this capture } : (_supe…
13 return x => this; // New scope. So should inject new _this capture
25 >() => { return x => this; // New scope. So should inject new _this capture } …
27 return x => this; // New scope. So should inject new _this capture
47 … return x => this; // New scope. So should inject new _this capture } : (_supe…
50 return x => this; // New scope. So should inject new _this capture
62 >() => { return x => this; // New scope. So should inject new _this capture } …
64 return x => this; // New scope. So should inject new _this capture
156 >() => { return x => this; // New scope. So should inject new _this capture } …
158 return x => this; // New scope. So should inject new _this capture
DemitArrowFunctionWhenUsingArguments19_ES6.symbols8 var _arguments = 10; // No capture in 'g', so no conflict.
14 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
15 >capture : Symbol(capture, Decl(emitArrowFunctionWhenUsingArguments19_ES6.ts, 4, 15))
DemitArrowFunctionWhenUsingArguments19.symbols8 var _arguments = 10; // No capture in 'g', so no conflict.
14 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
15 >capture : Symbol(capture, Decl(emitArrowFunctionWhenUsingArguments19.ts, 4, 15))
DemitArrowFunctionWhenUsingArguments19.types8 var _arguments = 10; // No capture in 'g', so no conflict.
15 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
16 >capture : () => IArguments
DemitArrowFunctionWhenUsingArguments19_ES6.types8 var _arguments = 10; // No capture in 'g', so no conflict.
15 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h'
16 >capture : () => IArguments
/third_party/node/tools/gyp/tools/emacs/testdata/
Dmedia.gyp246 'video/capture/fake_video_capture_device.cc',
247 'video/capture/fake_video_capture_device.h',
248 'video/capture/linux/video_capture_device_linux.cc',
249 'video/capture/linux/video_capture_device_linux.h',
250 'video/capture/mac/video_capture_device_mac.h',
251 'video/capture/mac/video_capture_device_mac.mm',
252 'video/capture/mac/video_capture_device_qtkit_mac.h',
253 'video/capture/mac/video_capture_device_qtkit_mac.mm',
254 'video/capture/video_capture.h',
255 'video/capture/video_capture_device.h',
[all …]
/third_party/skia/third_party/externals/angle2/src/
DlibGLESv2.gni534 # The frame capture headers are always visible to libANGLE.
536 "src/libANGLE/capture/FrameCapture.h",
537 "src/libANGLE/capture/capture_gles_1_0_autogen.h",
538 "src/libANGLE/capture/capture_gles_2_0_autogen.h",
539 "src/libANGLE/capture/capture_gles_3_0_autogen.h",
540 "src/libANGLE/capture/capture_gles_3_1_autogen.h",
541 "src/libANGLE/capture/capture_gles_3_2_autogen.h",
542 "src/libANGLE/capture/capture_gles_ext_autogen.h",
543 "src/libANGLE/capture/frame_capture_utils.h",
544 "src/libANGLE/capture/frame_capture_utils_autogen.h",
[all …]
/third_party/openssl/util/
Dfix-deprecation66 my $capture = $2;
70 my $test = $capture.$';
73 print STDERR "DEBUG: captured:\n$capture"
82 $before .= $capture;
/third_party/node/deps/openssl/openssl/util/
Dfix-deprecation66 my $capture = $2;
70 my $test = $capture.$';
73 print STDERR "DEBUG: captured:\n$capture"
82 $before .= $capture;
/third_party/openssl/test/recipes/
D20-test_dgst.t161 $testdata]), capture => 1);
174 $testdata, $testdata]), capture => 1);
188 $testdata, $testdata]), capture => 1);
203 $testdata, $testdata]), capture => 1);
217 $testdata, $testdata]), capture => 1);
229 …data = run(app(['openssl', 'dgst', '-shake128', $testdata], stderr => "outerr.txt"), capture => 1);
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
DREADME.md118 Next, opt the application into using your ANGLE with capture enabled by default:
129 Ensure frame capture is enabled. This might be redundant, but ensure the property isn't set to
130 zero, which disables frame capture.
132 adb shell setprop debug.angle.capture.enabled 1
136 adb shell setprop debug.angle.capture.frame_start '""'
137 adb shell setprop debug.angle.capture.frame_end '""'
141 adb shell setprop debug.angle.capture.label $LABEL
144 to capture. We typically use 10 to get an idea of how a scene is running, but some workloads
147 adb shell setprop debug.angle.capture.trigger 10
163 ANGLE : INFO: Capture trigger detected, disabling capture start/end frame.
[all …]

12345678910>>...24