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.

slice input for slice mode of DM36x codec

Hi,

I am testing the silce mode of DM36x encoder by h264enc-r which is the test apps of the h264 encoder. I find that, although, the frame is encoded and output slice by slice, the input is read frame by frame. can the input of encode be read silce by slice? for example, I split a frame to 4 part, at the beginning I read only one part instead of  4 parts(full frame) and start to encode, after finished the first part encode I read out the encoded data and read the next part to give to the ecoder in the callback fuction putDataGetSpaceFxn or somewhere else. is it possible? if yes, how to achieve that?

and what's the use of dataSyncHandle who is the member of IH264VENC_DynamicParams? I have looked it up in the code and user guide, but still have no idea about it?

Thanks!