Lines Matching full:pads
18 and discover the hardware topology using the media entities, pads and
30 - negotiate image formats on individual pads
32 - inspect and modify internal data routing between pads of the same entity
133 whole pipeline and making sure that connected pads have compatible
147 Acceptable formats on pads can (and usually do) depend on a number of
148 external parameters, such as formats on other pads, active links, or
149 even controls. Finding a combination of formats on all pads in a video
182 (as long as external parameters, such as formats on other pads or links'
186 or active format is set on a pad, corresponding formats on other pads of
191 - Formats should be propagated from sink pads to source pads. Modifying
196 reset the scale factors to default values when sink pads formats are
198 source pads formats should be reset to the sink pads formats.
309 host frontend and scaler sink and source pads have the default
342 Many sub-devices support cropping frames on their input or output pads
356 On sink pads, cropping is applied relative to the current pad format.
375 On source pads, cropping is similar to sink pads, with the exception
377 COMPOSE rectangle on the sink pad. In both sink and source pads, the
482 and finally cropping for two source pads individually from the resulting
497 The subdev driver supports two sink pads and two source pads. The images
498 from both of the sink pads are individually cropped, then scaled and
501 source pads.
511 Streams, multiplexed media pads and internal routing
529 pads.
543 tables which describe how the incoming streams from sink pads are routed to the
544 source pads.
560 formats and selections from pads to (pad, stream) pairs. Besides the
565 Instead of the sub-device wide merging of streams from all sink pads
566 towards all source pads, data flows for each route are separate from each
567 other. Any number of routes from streams on sink pads towards streams on
568 source pads is allowed, to the extent supported by drivers. For every
592 pads is possible, and multiple routes (usually up to certain limited number) may
607 1. Set up links. Connect the pads between sub-devices using the
618 associated with either sink or source pads of routes configured using the
629 - Multiplexer bridge (Bridge). The bridge has two sink pads, connected to the
630 sensors (pads 0, 1), and one source pad (pad 2), which outputs two streams.
633 connected to the bridge, and two source pads (pads 1-2), going to the DMA
634 engine. The receiver demultiplexes the incoming streams to the source pads.