Lines Matching full:image
37 - negotiate image formats on individual pads
52 sensors and image processing hardware implement identical functions,
94 Image formats are typically negotiated on video capture and output
101 image sizes at the output of a pipeline can be achieved using different
103 :ref:`pipeline-scaling`, where image scaling can be performed on both
104 the video sensor and the host image processing hardware.
113 Image Format Negotiation on Pipelines
126 can expose pad-level image format configuration to applications. When
138 Pad-level image format configuration support can be tested by calling
342 interest in an image, typically on an image sensor or a video decoder.
344 the area of the image that will be scaled up.
355 The pad format represents the image size as received by the sub-device
357 represents the sub-image that will be transmitted further inside the
360 The scaling operation changes the size of the image by scaling it to new
362 from the original and scaled image sizes. Both sizes are represented by
376 crop rectangle must be entirely contained inside the source image size
382 the image size either up or down. :ref:`v4l2-selection-flags`
410 Inside subdevs, the order of image processing steps will always be from
425 defines the parameters of the image the entity receives through the
438 performed to the image in the sink compose bounds rectangle.
442 exception of the image width and height. Width and height are defined
452 .. _subdev-image-processing-crop:
454 .. kernel-figure:: subdev-image-processing-crop.svg
455 :alt: subdev-image-processing-crop.svg
458 **Figure 4.5. Image processing in subdevs: simple crop example**
469 .. _subdev-image-processing-scaling-multi-source:
471 .. kernel-figure:: subdev-image-processing-scaling-multi-source.svg
472 :alt: subdev-image-processing-scaling-multi-source.svg
475 **Figure 4.6. Image processing in subdevs: scaling with multiple sources**
479 scaled image. The location of the scaled image in the cropped image is
485 .. _subdev-image-processing-full:
487 .. kernel-figure:: subdev-image-processing-full.svg
488 :alt: subdev-image-processing-full.svg
491 …**Figure 4.7. Image processing in subdevs: scaling and composition with multiple sinks and sources…