Home
last modified time | relevance | path

Searched full:scene (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst323 of the illumination varies significantly throughout the scene, i.e.
367 .. _v4l2-scene-mode:
373 This control allows to select scene programs as the camera automatic
377 parameters are influenced by the scene mode control. An exact
380 When the scene mode feature is not used, this control should be set
382 controls are accessible. The following scene programs are defined:
397 - The scene mode feature is disabled.
404 automatic exposure is based on an average scene brightness. To
411 close subject in the scene. The flash is disabled in order to
447 the scene and focus on them. The color hue is adjusted to enhance
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/media/
Dvideo-interface-devices.yaml31 defined on the external world scene to be captured when projected on the
52 The external world scene reference system 'Rs' is a 2-dimensional
54 placed on the top-left corner of the visible scene, the X-axis points
55 towards the right, and the Y-axis points towards the bottom of the scene.
92 Assuming the above represented scene of the swimming shark, the lens
93 inversion projects the scene and its reference system onto the sensor
116 and the projected scene reference system 'Rp'. It is expressed in degrees
/Linux-v5.15/drivers/staging/vc04_services/bcm2835-camera/
Dcontrols.c356 * always apply irrespective of scene mode. in ctrl_set_exposure()
795 "scene mode selected %d, was %d\n", ctrl->val, in ctrl_set_scene_mode()
812 "%s: scene mode none: shut_speed %d, exp_mode %d, metering %d\n", in ctrl_set_scene_mode()
833 /* Set up scene mode */ in ctrl_set_scene_mode()
835 const struct v4l2_mmal_scene_config *scene = NULL; in ctrl_set_scene_mode() local
842 scene = &scene_configs[i]; in ctrl_set_scene_mode()
846 if (!scene) in ctrl_set_scene_mode()
854 if (scene->exposure_mode == MMAL_PARAM_EXPOSUREMODE_OFF) in ctrl_set_scene_mode()
858 exposure_mode = scene->exposure_mode; in ctrl_set_scene_mode()
859 metering_mode = scene->metering_mode; in ctrl_set_scene_mode()
[all …]
Dbcm2835-camera.h52 /* active exposure mode may differ if selected via a scene mode */
/Linux-v5.15/drivers/crypto/hisilicon/sec2/
Dsec_crypto.h194 * scene: 3~6 bits
307 * scene: 5~8 bit
Dsec_crypto.c1231 u8 scene, sa_type, da_type; in sec_skcipher_bd_fill() local
1265 scene = SEC_COMM_SCENE << SEC_SCENE_OFFSET; in sec_skcipher_bd_fill()
1269 sec_sqe->sds_sa_type = (de | scene | sa_type); in sec_skcipher_bd_fill()
/Linux-v5.15/drivers/media/pci/cx18/
Dcx23418.h275 /* Description: Set Scene Change Detection
277 IN[1] - scene change
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_gpu_commands.h49 #define MI_SCENE_COUNT (1 << 3) /* just increment scene count */
50 #define MI_END_SCENE (1 << 4) /* flush binner and incr scene count */
/Linux-v5.15/drivers/media/platform/exynos4-is/
Dfimc-is-param.h379 /* ------------------------ SCENE MODE--------------------------------- */
534 u32 scene; member
Dfimc-is-param.c297 isp->aa.scene = 0; in __is_set_init_isp_aa()
/Linux-v5.15/Documentation/input/devices/
Dxpad.rst219 .. [2] http://xpad.xbox-scene.com/
/Linux-v5.15/tools/perf/scripts/python/
Dexported-sql-viewer.py1840 scene = self.scene()
1841 view = scene.views()[0]
1847 scene = self.scene()
1848 view = scene.views()[0]
2224 self.scene = QGraphicsScene()
2225 self.scene.addItem(self.item)
2227 self.view = QGraphicsView(self.scene)
/Linux-v5.15/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c309 v4l2_dbg(1, s5c73m3_dbg, &state->sensor_sd, "Setting %s scene mode\n", in s5c73m3_set_scene_program()
/Linux-v5.15/drivers/gpu/drm/gma500/
Dpsb_reg.h526 * Scene stuff.
/Linux-v5.15/Documentation/gpu/
Ddrm-mm.rst125 before calling the load operation. Behind the scene, this will create a
/Linux-v5.15/sound/drivers/
Dmtpav.c26 * 128 'scene' memories, recallable from MIDI program change
/Linux-v5.15/sound/usb/caiaq/
Dcontrol.c528 { "LED: Scene", 23 | CNT_INTVAL },
Dinput.c71 MASCHINE_BUTTON(33), /* scene */
/Linux-v5.15/include/uapi/drm/
Ddrm.h831 * writing back to memory the scene setup in the commit. The client must enable
/Linux-v5.15/tools/include/uapi/drm/
Ddrm.h831 * writing back to memory the scene setup in the commit. The client must enable
/Linux-v5.15/drivers/media/usb/gspca/
Dpac7302.c500 * on the scene being recorded, the camera switches to another in setexposure()
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1032 case V4L2_CID_SCENE_MODE: return "Scene Mode"; in v4l2_ctrl_get_name()
/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c234 .name = "scene mode",
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dcx2341x-devel.rst2185 8=enable scene change detection (seems to be a failure)