Examples list i.MX6 - rogeriorps/ipu-examples GitHub Wiki
List of examples for i.MX6 family
Inside mx6 folder, there are the following folders:
alphablending : Alpha blending usage examples
basic : Basic examples like turn on/off cursor, fill framebuffer and etc
combining : Frame combining examples
cropping : Crop image examples
csc : Color Space Conversion examples
deinterlacing : Video de-interlace examples
doc : Documentation. Details about IPU and code implementation
others : Mix of various common use cases
panning : Panning images examples
resizing : Resize examples
rotation : Rotation examples
Alpha blending examples
alpha_ex1: This example shows how to use global alpha blending
alpha_ex2: This example shows how to use local alpha blending
Basic examples
basic_ex1:
Color space conversion examples
csc_ex1:
Crop example
crop_ex1: This example shows how to crop an image using "output crop"
De-interlace example
dint_ex1: This example shows how to de-interlace a single interlaced frame;
Resize examples
rot_ex1:
Rotation examples
rot_ex1: