Lines Matching refs:needed
127 int needed;
1429 /* If there is no context or streams yet, the playlist is needed */
1433 /* check if any of the streams in the playlist are needed */
1442 * needed (regardless of whether whole programs are discarded or not). */
1478 if (!v->needed)
1484 /* Check that the playlist is still needed before opening a new
1486 v->needed = playlist_needed(v);
1488 if (!v->needed) {
2030 pls->needed = 1;
2205 /* Check if any new streams are needed */
2214 if (cur_needed && !pls->needed) {
2215 pls->needed = 1;
2226 } else if (first && !cur_needed && pls->needed) {
2231 pls->needed = 0;
2293 if (pls->needed && !pls->pkt->data) {