Lines Matching full:api
6 Comparison with old cropping API
9 The selection API was introduced to cope with deficiencies of the
10 older :ref:`CROP API <crop>`, that was designed to control simple
11 capture devices. Later the cropping API was adopted by video output
13 video signal is inserted. It should be considered as an API abuse
15 selection API makes a clear distinction between composing and cropping
18 The CROP API lacks any support for composing to and cropping from an
21 API. Cropping a smaller image from a larger one is achieved by setting
29 The selection API deals with configuration of buffer
31 the selection API the concepts of the padded target and constraints
38 Driver developers are encouraged to implement only selection API. The
39 former cropping API would be simulated using the new one.