Lines Matching full:image
30 - 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
344 interest in an image, typically on an image sensor or a video decoder.
346 the area of the image that will be scaled up.
357 The pad format represents the image size as received by the sub-device
359 represents the sub-image that will be transmitted further inside the
362 The scaling operation changes the size of the image by scaling it to new
364 from the original and scaled image sizes. Both sizes are represented by
378 crop rectangle must be entirely contained inside the source image size
384 the image size either up or down. :ref:`v4l2-selection-flags`
414 Inside subdevs, the order of image processing steps will always be from
429 defines the parameters of the image the entity receives through the
442 performed to the image in the sink compose bounds rectangle.
446 exception of the image width and height. Width and height are defined
456 .. _subdev-image-processing-crop:
458 .. kernel-figure:: subdev-image-processing-crop.svg
459 :alt: subdev-image-processing-crop.svg
462 **Figure 4.5. Image processing in subdevs: simple crop example**
473 .. _subdev-image-processing-scaling-multi-source:
475 .. kernel-figure:: subdev-image-processing-scaling-multi-source.svg
476 :alt: subdev-image-processing-scaling-multi-source.svg
479 **Figure 4.6. Image processing in subdevs: scaling with multiple sources**
483 scaled image. The location of the scaled image in the cropped image is
489 .. _subdev-image-processing-full:
491 .. kernel-figure:: subdev-image-processing-full.svg
492 :alt: subdev-image-processing-full.svg
495 …**Figure 4.7. Image processing in subdevs: scaling and composition with multiple sinks and sources…