22 Mar, 2011

2 commits


19 May, 2010

1 commit

  • A mem-to-mem device is a device that uses memory buffers passed by
    userspace applications for both their source and destination data. This
    is different from existing drivers, which utilize memory buffers for either
    input or output, but not both.

    In terms of V4L2 such a device would be both of OUTPUT and CAPTURE type.

    Examples of such devices would be: image 'resizers', 'rotators',
    'colorspace converters', etc.

    This patch adds a separate Kconfig sub-menu for mem-to-mem devices as well.

    Signed-off-by: Pawel Osciak
    Signed-off-by: Marek Szyprowski
    Signed-off-by: Kyungmin Park
    Reviewed-by: Vaibhav Hiremath
    Tested-by: Vaibhav Hiremath
    Signed-off-by: Mauro Carvalho Chehab

    Pawel Osciak