Searched refs:next_td (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c2241 int is_null = (next_td == NULL) || (prev_td == NULL); \
2243 : (next_td != td && \
2244 pos >= next_td->wait_mb_pos) || \
2263 VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; local
2280 next_td = td;
2282 next_td = &s->thread_data[(jobnr + 1) % num_jobs];
2400 VP8ThreadData *prev_td, *next_td; local
2417 next_td = td;
2419 next_td = &s->thread_data[(jobnr + 1) % num_jobs];
2426 if (next_td !
2469 VP8ThreadData *next_td = NULL, *prev_td = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-hcd.c174 struct td *next_td; local
181 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_udc_core.c99 struct ep_td_struct *curr_td, *next_td; local
113 next_td = req->head;
115 curr_td = next_td;
117 next_td = curr_td->next_td_virt;

Completed in 81 milliseconds