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.

dm8148 VpsUtils_queGet

Other Parts Discussed in Thread: TVP7002

My software version is :ipnc 3.8

My demo is :multich_capturedisplay.c

In the process of data collection and processing can call a function VpsUtils_queGet () to collect data,

Below is the  function body:

do{

if(handle->count>=minCount)

{

..........

}

}

I want to know where the count value is assigned,not found in the code.