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.

HDVPSS Chains example

Other Parts Discussed in Thread: TVP7002

Hi all,

     Recently I am studying hdvpss example and tiler. In /DVRRDK_03.00.00.00/ti_tools/hdvpss/hdvpss_01_00_01_37_patched/packages/ti/psp/examples/common/vps/m2m/m2mDeiScale folder, this axample contains tiler function.So if I enable the tiler and configure right,that the input video/Image can be Y Flip by the function
   VpsUtils_tilerGetOriAddr(UInt32 tilerAddr,
                                              UInt32 cntMode,
                                             UInt32 oriFlag,
                                             UInt32 width,
                                            UInt32 height);

    Now I see another hdvpss example (/DVRRDK_03.00.00.00/ti_tools/hdvpss/hdvpss_01_00_01_37_patched/packages/ti/psp/examples/common/vps/chains). Now I want to add tiler in this example( 2: Single CH Capture + DEI     + Display           (VIP0: 1x TVP7002 16b, 1080i60,YUV420SP)). The example has finish the tiler Init,but it does not have the VpsUtils_tilerGetOriAddr function,so how can I add this function to achieve image flip like the m2mDeiScale example.I am using 8168EVM board.

   Could you give me some suggestion on how to achieve this?
 

   Thank you in advance.