Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A 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/Documentation/devicetree/bindings/media/
H A 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/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c350 * always apply irrespective of scene mode. in ctrl_set_exposure()
790 "scene mode selected %d, was %d\n", ctrl->val, in ctrl_set_scene_mode()
807 "%s: scene mode none: shut_speed %d, exp_mode %d, metering %d\n", in ctrl_set_scene_mode()
828 /* Set up scene mode */ in ctrl_set_scene_mode()
830 const struct v4l2_mmal_scene_config *scene = NULL; in ctrl_set_scene_mode() local
837 scene = &scene_configs[i]; in ctrl_set_scene_mode()
841 if (!scene) in ctrl_set_scene_mode()
849 if (scene->exposure_mode == MMAL_PARAM_EXPOSUREMODE_OFF) in ctrl_set_scene_mode()
853 exposure_mode = scene->exposure_mode; in ctrl_set_scene_mode()
854 metering_mode = scene->metering_mode; in ctrl_set_scene_mode()
[all …]
H A Dbcm2835-camera.h52 /* active exposure mode may differ if selected via a scene mode */
/linux/Documentation/userspace-api/media/drivers/
H A Dvgxy61.rst11 captures of the same scene using two different exposure periods.
/linux/drivers/media/pci/cx18/
H A Dcx23418.h275 /* Description: Set Scene Change Detection
277 IN[1] - scene change
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h55 #define MI_SCENE_COUNT (1 << 3) /* just increment scene count */
56 #define MI_END_SCENE (1 << 4) /* flush binner and incr scene count */
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_client.h133 * Represents a geometry command that can be used to tile a whole scene's objects as
/linux/Documentation/input/devices/
H A Dxpad.rst219 .. [2] http://xpad.xbox-scene.com/
/linux/tools/perf/scripts/python/
H A 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/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c307 v4l2_dbg(1, s5c73m3_dbg, &state->sensor_sd, "Setting %s scene mode\n", in s5c73m3_set_scene_program()
/linux/drivers/gpu/drm/gma500/
H A Dpsb_reg.h526 * Scene stuff.
/linux/sound/drivers/
H A Dmtpav.c26 * 128 'scene' memories, recallable from MIDI program change
/linux/Documentation/gpu/
H A Ddrm-mm.rst122 before calling the load operation. Behind the scene, this will create a
/linux/sound/usb/caiaq/
H A Dcontrol.c528 { "LED: Scene", 23 | CNT_INTVAL },
/linux/sound/pci/hda/
H A Dtas2781_spi_fwlib.c146 * Device support different configurations for different scene,
805 * Device support different configurations for different scene,
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst46 coming few hundred milliseconds a computationally intensive scene is about to
/linux/drivers/media/usb/gspca/
H A Dpac7302.c500 * on the scene being recorded, the camera switches to another in setexposure()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1078 case V4L2_CID_SCENE_MODE: return "Scene Mode"; in v4l2_ctrl_get_name()
/linux/tools/include/uapi/drm/
H A Ddrm.h845 * writing back to memory the scene setup in the commit. The client must enable
/linux/arch/arm64/kvm/
H A Dnested.c633 /* Set the scene for the next search */ in get_s2_mmu_nested()
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst2185 8=enable scene change detection (seems to be a failure)
/linux/kernel/sched/
H A Dcore.c3849 * Prepare the scene for sending an IPI for a remote smp_call
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c1198 * kref_put is call behind the scene. in qla24xx_async_gnl()