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.

Example application on c6a816x and dm816x for the tiler function

Hi,

 

Does anyone know whether it's for the Tiler function in the Linux kernel or DSP is an example application or lib?
for example:
rotate an image.

 

see:

codec-engine_3_21_00_13_eng/xdoc/ti/sdo/tiler/

psp/linux-2.6.37-psp04.00.00.10/drivers/media/video/tiler/

 

regards

 

Patrick

  • The codec engine package you reference:

    codec-engine_3_21_00_13_eng/xdoc/ti/sdo/tiler/

    is a resource management layer used by Framework Components to allocate memory in the TILER space from the slave cores. This is probably not what you want unless you are developing a codec or driver yourself.

    You should look in the  linux psp tiler driver and related examples. Tiler hardware supports image rotation, flip, etc., but I am not familiar with what functional API is provided by the driver. Someone from the PSP team may have more input.

    Murat 

  • Is there a sample application for the driver available?

    I found some example code in the sdk:

    component-sources/framework_components_3_21_01_26/examples/ti/sdo/tiler/examples/

    But it missing some good docementation.