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.

RTOS/DRA745: vsdk0305: rotate 90 degree to display

Part Number: DRA745

Tool/software: TI-RTOS

Hi,expert,

I want to rotation video 90 degree to display. See the edma demo as below:

use framecopy link:

Please guide me to config: Int32 Utils_dmaCopyFill2D(Utils_DmaChObj *pObj, const Utils_DmaCopyFill2D *pInfo,  //utils_dma.c

        pParamSet->destBIdx   = pInfo->destPitch[0];

        pParamSet->aCnt       = pInfo->width*bpp;
        pParamSet->bCnt       = pInfo->height;
        pParamSet->cCnt       = 1;

        pParamSet->bCntReload = pParamSet->bCnt;
How to config those parameter?


Best Regards,
Fredy