Hi community members,
I'm not familiar with VPU APIs then I want to know the usage and behavior of two APIs.
(Q1) Regard to vpu_DecGetInitialInfo() function,
How can I estimate minFrameBufferCount value which is a struct member variable of DecInitialInfo?
(Q2) Regard to vpu_DecGetOutputInfo() function,
Does anybody knows the difference of the decode data between numOfErrMBs>0 and numOfErrMBs=0 conditions?
numOfErrMBs is a struct member variable of DecOutputInfo.
Thanks.