HomeSort by: relevance | last modified time | path
    Searched refs:capture (Results 1 - 14 of 14) sorted by relevancy

  /src/games/trek/
play.c 63 { "ca", "pture", capture, 0 },
Makefile 5 SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
capture.c 1 /* $NetBSD: capture.c,v 1.12 2009/08/12 08:54:54 dholland Exp $ */
35 static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: capture.c,v 1.12 2009/08/12 08:54:54 dholland Exp $");
62 capture(int v __unused) function
trek.h 380 /* capture.c */
381 void capture(int);
  /src/sys/arch/hppa/gsc/
harmonyvar.h 51 #define CAPTURE_EMPTYS 3 /* capture empty buffers */
59 uint8_t capture[CAPTURE_EMPTYS][HARMONY_BUFSIZE]; member in struct:harmony_empty
harmony.c 293 offsetof(struct harmony_empty, capture[i][0]);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.h 159 unsigned long capture; member in struct:i915_gpu_coredump
234 struct intel_engine_capture_vma *capture,
301 struct intel_engine_capture_vma *capture,
i915_gpu_error.c 758 err_printf(m, "Capture: %lu jiffies; %d ms ago\n",
759 error->capture, jiffies_to_msecs(jiffies - error->capture));
1258 bool capture; local
1280 capture = i915_gem_context_no_error_capture(ctx);
1283 return capture;
1320 capture_user(struct intel_engine_capture_vma *capture,
1327 capture = capture_vma(capture, c->vma, "user", gfp);
1329 return capture;
1452 struct intel_engine_capture_vma *capture = NULL; local
    [all...]
i915_request.c 202 struct i915_capture_list *capture; local
204 capture = fetch_and_zero(&request->capture_list);
205 while (capture) {
206 struct i915_capture_list *next = capture->next;
208 kfree(capture);
209 capture = next;
  /src/usr.bin/make/unit-tests/
varmod-assign-shell.mk 5 # is different from the other places that capture the output of an external
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 1874 struct i915_capture_list *capture; local
1876 capture = kmalloc(sizeof(*capture), GFP_KERNEL);
1877 if (capture) {
1878 capture->next = eb->request->capture_list;
1879 capture->vma = vma;
1880 eb->request->capture_list = capture;
  /src/sys/dev/
video.c 952 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME;
953 parm->parm.capture.timeperframe.numerator = fract.numerator;
954 parm->parm.capture.timeperframe.denominator = fract.denominator;
978 parm->parm.capture.timeperframe.numerator = fract.numerator;
979 parm->parm.capture.timeperframe.denominator = fract.denominator;
  /src/sys/external/bsd/ena-com/
ena_com.c 215 u16 command_id, bool capture)
223 if (unlikely(queue->comp_ctx[command_id].occupied && capture)) {
228 if (capture) {
  /src/sys/sys/
videoio.h 1188 * Can only be used with video capture.
1431 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */
1434 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
1436 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
1438 #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
1443 /* Is a video capture device that supports multiplanar formats */
1457 #define V4L2_CAP_SDR_CAPTURE 0x00100000 /* Is a SDR capture device */
3128 * @vbi: raw VBI capture or output parameters
3129 * @sliced: sliced VBI capture or output parameters
3150 struct v4l2_captureparm capture; member in union:v4l2_streamparm::__anon7741
    [all...]

Completed in 87 milliseconds