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