Hi
I'm encountering some frame rate issue for dm368 1080p h264 single stream.
1: there is only H264 single stream, no MJPEG, no CVBS. VIDENC1_process() will consum 32/33 ms. so it's very tough to output stream 30fps. is the consum time statistic correct on DM368 board?
my DVSDK: dvsdk_3_10_00_19 H264
codec lib:H264ENC.version.02.10.00.09
2: if I add CVBS(some DMA copy will be excuted), VIDENC1_process() will consum 35/36 ms. i don't know why CVBS DMA copy will effect process performace?