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.

TMS320DM8148: Connect V4L2 capture to OMX encoder !

Part Number: TMS320DM8148
Other Parts Discussed in Thread: TVP7002

I want to develop a application using V4L2 capture video from TVP7002 capture driver. Then use VENC in OMX to encoder video to h264.

But V4L2 capture use fbdev to Allocate Buffer capture and VENC use OMX_AllocateBuffer to Allocate Buffer input.

I want to use fbdev to Allocate Buffer for VENC Buffer input. I don't want to use memcpy to copy data from Buffer capture to VENC Buffer input because memcpy running very slow in arm.

Please tell me the solution !

Thanks you so much !