Hallo Sir/Madam,
I have a small doubt , tried to understand but couldn't so please clarify me this.
In the below code( in video_ preview example), what is the value of IOM_COMPLETED ?
For what purpose it was used?
/* allocate some frame buffers */
if (status == 0) {
for (i=0; i<FRAME_BUFF_CNT && status == 0; i++) {
result = FVID_allocBuffer(Vpfe_inputchannel, &frameBuffTable[i]);
status = (result == IOM_COMPLETED && frameBuffTable[i] != NULL ? 0 : -1);
}
}
Thank you,
Thupakula.