Home | History | Annotate | Download | only in src

Lines Matching refs:pending_cnt

273     /* dispatch frame if pending_cnt>0 or is in continuous streaming mode */
274 while ( (ch_obj->pending_cnt > 0) ||
283 /* decrease pending_cnt */
286 ch_obj->pending_cnt--;
1014 /* set pending_cnt
1015 * will trigger dispatching super frames if pending_cnt > 0 */
1016 my_obj->pending_cnt = my_obj->bundle.superbuf_queue.attr.burst_num;
1040 /* reset pending_cnt */
1041 my_obj->pending_cnt = 0;