Lines Matching refs:next
86 struct CMtDecBufLink_ *next;
137 void *next = ((CMtDecBufLink *)link)->next;
139 link = next;
319 link->next = NULL;
324 prev->next = link;
516 link = link->next;
582 // We have started executing for new iteration (with next thread)
583 // And that next thread now is responsible for possible exit from decoding (threading_code)
656 link = link->next;
882 void *next = ((CMtDecBufLink *)link)->next;
884 t->inBuf = next;