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.

RDK 2.8 Capture dequeue

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?