From d05e9bc13c9a22a1584b2e22e0bd8f338ad773a6 Mon Sep 17 00:00:00 2001 From: Vitaly Mayatskikh Date: Fri, 21 Aug 2009 15:40:23 +0200 Subject: [PATCH] Export more symbols --- package.lisp | 299 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 298 insertions(+), 1 deletion(-) diff --git a/package.lisp b/package.lisp index ee68684..8b2e468 100644 --- a/package.lisp +++ b/package.lisp @@ -45,6 +45,7 @@ #:v4l2-stream-off #:v4l2-get-frame #:v4l2-put-frame + #:v4l2-set-control ;; structs #:v4l2-capability @@ -162,4 +163,300 @@ #:v4l2-input-type-tuner #:v4l2-input-type-camera #:cid-brightness -)) + #:cid-contrast + #:cid-saturation + #:cid-hue + #:cid-audio-volume + #:cid-audio-balance + #:cid-audio-bass + #:cid-audio-treble + #:cid-audio-mute + #:cid-audio-loudness + #:cid-black-level + #:cid-auto-white-balance + #:cid-do-white-balance + #:cid-red-balance + #:cid-blue-balance + #:cid-gamma + #:cid-whiteness + #:cid-exposure + #:cid-autogain + #:cid-gain + #:cid-hflip + #:cid-vflip + #:cid-hcenter + #:cid-vcenter + #:cid-power-line-frequency + #:cid-hue-auto + #:cid-white-balance-temperature + #:cid-sharpness + #:cid-backlight-compensation + #:cid-chroma-agc + #:cid-color-killer + #:cid-colorfx + #:cid-exposure-auto + #:cid-exposure-absolute + #:cid-exposure-auto-priority + #:cid-pan-relative + #:cid-tilt-relative + #:cid-pan-reset + #:cid-tilt-reset + #:cid-pan-absolute + #:cid-tilt-absolute + #:cid-focus-absolute + #:cid-focus-relative + #:cid-focus-auto + #:cid-zoom-absolute + #:cid-zoom-relative + #:cid-zoom-continuous + #:cid-privacy + + #:v4l2-capability-driver + #:v4l2-capability-card + #:v4l2-capability-bus-info + #:v4l2-capability-version + #:v4l2-capability-capabilities + #:v4l2-capability-reserved + #:v4l2-fract-numerator + #:v4l2-fract-denominator + #:v4l2-captureparm-capability + #:v4l2-captureparm-capturemode + #:v4l2-captureparm-timeperframe + #:v4l2-captureparm-extendedmode + #:v4l2-captureparm-readbuffers + #:v4l2-captureparm-reserved + #:v4l2-outputparm-capability + #:v4l2-outputparm-outputmode + #:v4l2-outputparm-timeperframe + #:v4l2-outputparm-extendedmode + #:v4l2-outputparm-writebuffers + #:v4l2-outputparm-reserved + #:v4l2-streamparm-union-capture + #:v4l2-streamparm-union-output + #:v4l2-streamparm-union-raw-data + #:v4l2-streamparm-type + #:v4l2-streamparm-parm + #:v4l2-tuner-index + #:v4l2-tuner-name + #:v4l2-tuner-type + #:v4l2-tuner-capability + #:v4l2-tuner-rangelow + #:v4l2-tuner-rangehigh + #:v4l2-tuner-rxsubchans + #:v4l2-tuner-audmode + #:v4l2-tuner-signal + #:v4l2-tuner-afc + #:v4l2-tuner-reserved + #:v4l2-standard-index + #:v4l2-standard-id + #:v4l2-standard-name + #:v4l2-standard-frameperiod + #:v4l2-standard-framelines + #:v4l2-standard-reserved + #:v4l2-input-index + #:v4l2-input-name + #:v4l2-input-type + #:v4l2-input-audioset + #:v4l2-input-tuner + #:v4l2-input-std + #:v4l2-input-status + #:v4l2-input-reserved + #:v4l2-fmtdesc-index + #:v4l2-fmtdesc-type + #:v4l2-fmtdesc-flags + #:v4l2-fmtdesc-description + #:v4l2-fmtdesc-pixelformat + #:v4l2-fmtdesc-reserved + #:v4l2-pix-format-width + #:v4l2-pix-format-height + #:v4l2-pix-format-pixelformat + #:v4l2-pix-format-field + #:v4l2-pix-format-bytesperline + #:v4l2-pix-format-sizeimage + #:v4l2-pix-format-colorspace + #:v4l2-pix-format-priv + #:v4l2-timecode-type + #:v4l2-timecode-flags + #:v4l2-timecode-frames + #:v4l2-timecode-seconds + #:v4l2-timecode-minutes + #:v4l2-timecode-hours + #:v4l2-timecode-userbits + #:v4l2-requestbuffers-count + #:v4l2-requestbuffers-type + #:v4l2-requestbuffers-memory + #:v4l2-requestbuffers-reserved + #:v4l2-buffer-union-offset + #:v4l2-buffer-union-userptr + #:v4l2-buffer-index + #:v4l2-buffer-type + #:v4l2-buffer-bytesused + #:v4l2-buffer-flags + #:v4l2-buffer-field + #:v4l2-buffer-timestamp + #:v4l2-buffer-timecode + #:v4l2-buffer-sequence + #:v4l2-buffer-memory + #:v4l2-buffer-m + #:v4l2-buffer-length + #:v4l2-buffer-input + #:v4l2-buffer-reserved + #:v4l2-queryctrl-id + #:v4l2-queryctrl-type + #:v4l2-queryctrl-name + #:v4l2-queryctrl-minimum + #:v4l2-queryctrl-maximum + #:v4l2-queryctrl-step + #:v4l2-queryctrl-default-value + #:v4l2-queryctrl-flags + #:v4l2-queryctrl-reserved + #:v4l2-control-id + #:v4l2-control-value + #:v4l2-pix-format-width + #:v4l2-pix-format-height + #:v4l2-pix-format-pixelformat + #:v4l2-pix-format-field + #:v4l2-pix-format-bytesperline + #:v4l2-pix-format-sizeimage + #:v4l2-pix-format-colorspace + #:v4l2-pix-format-priv + #:v4l2-format-type + #:v4l2-format-pix + #:v4l2-buffer-index + #:v4l2-buffer-type + #:v4l2-buffer-bytesused + #:v4l2-buffer-flags + #:v4l2-buffer-field + #:v4l2-buffer-timestamp + #:v4l2-buffer-timecode + #:v4l2-buffer-sequence + #:v4l2-buffer-memory + #:v4l2-buffer-m + #:v4l2-buffer-length + #:v4l2-buffer-input + #:v4l2-buffer-reserved + + #:driver + #:card + #:bus-info + #:version + #:capabilities + #:reserved + #:numerator + #:denominator + #:capability + #:capturemode + #:timeperframe + #:extendedmode + #:readbuffers + #:reserved + #:capability + #:outputmode + #:timeperframe + #:extendedmode + #:writebuffers + #:reserved + #:capture + #:output + #:raw-data + #:type + #:parm + #:index + #:name + #:type + #:capability + #:rangelow + #:rangehigh + #:rxsubchans + #:audmode + #:signal + #:afc + #:reserved + #:index + #:id + #:name + #:frameperiod + #:framelines + #:reserved + #:index + #:name + #:type + #:audioset + #:tuner + #:std + #:status + #:reserved + #:index + #:type + #:flags + #:description + #:pixelformat + #:reserved + #:width + #:height + #:pixelformat + #:field + #:bytesperline + #:sizeimage + #:colorspace + #:priv + #:type + #:flags + #:frames + #:seconds + #:minutes + #:hours + #:userbits + #:count + #:type + #:memory + #:reserved + #:offset + #:userptr + #:index + #:type + #:bytesused + #:flags + #:field + #:timestamp + #:timecode + #:sequence + #:memory + #:m + #:length + #:input + #:reserved + #:id + #:type + #:name + #:minimum + #:maximum + #:step + #:default-value + #:flags + #:reserved + #:id + #:value + #:width + #:height + #:pixelformat + #:field + #:bytesperline + #:sizeimage + #:colorspace + #:priv + #:type + #:pix + #:index + #:type + #:bytesused + #:flags + #:field + #:timestamp + #:timecode + #:sequence + #:memory + #:m + #:length + #:input + #:reserved)) -- 2.11.4.GIT