Hi,
I test VpsUtils_queGet() in hdvpss_01_00_01_37_patched\packages\ti\psp\vps\common\src\vpsutils_que.c.
I found the handle->flags is always zero. Is it always zeros so it doesn't post semaphore to unblock, so the frameList->numFrames =0?
if ( handle->flags & VPSUTILS_QUE_FLAG_BLOCK_QUE_PUT )
{
Semaphore_post ( handle->semWr );
}
What case the value of flage will change ?
anbody can help me?