This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8168 DEI API Documentation

Can someone please point me to the documentation that describes the software API used to control the DEI  block in the DM8168 (not using OpenMax).

Thx, Steve

  • Currently, OMX is the only interface available to use the DEI functionality in DM81XX.

     

    Archith

  • Hi John,

    I guess we will use OMX. We need to de-interlace YUYV 422 images that will be stored in memory (read from one of the SATA ports using an Arm application). Just to be clear the images will be stored in memory in YUYV422 format with the even lines (0,2,4, ... 478) first following by the odd lines (1,2,5, ... 479). We would like to de-interlace these images, (possibly) scale the de-interlaced image and then store them back in memory. Using OMX, this seems possible. Can you confirm? Is there an example that demonstrates this type of processing?

    Thx, Steve