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.

encode/decode in AM5XX



hi experts,

we use processor SDK 2.0.1 on AM5XX to encode/decode

As we call the following API function in videnctest.c , does it mean that the current frame encoding /decoding was done ??

} else if( encObj.codectype...) {
... step A
err = VIDENC2_process(encObj.codec, encObj.inBufs, encObj.outBufs, (VIDENC2_InArgs *) mpeg4enc_inArgs, (VIDENC2_OutArgs *) mpeg4enc_outArgs);
... step B
}

Thanks.