Lines Matching defs:discard
144 int discard;
969 * @return 1 if the pid is only comprised in programs that have .discard=AVDISCARD_ALL
981 /* If none of the programs have .discard=AVDISCARD_ALL then there's
982 * no way we have to discard this packet */
984 if (ts->stream->programs[k]->discard == AVDISCARD_ALL)
997 if (ts->stream->programs[k]->discard == AVDISCARD_ALL)
1779 if ((pes->st && pes->st->discard == AVDISCARD_ALL &&
1781 pes->sub_st->discard == AVDISCARD_ALL)) ||
1914 if (p->pcr_pid != -1 && p->discard != AVDISCARD_ALL) {
1930 if (f->last_pcr != -1 && !f->discard) {
2377 if (prg && prg->pcr_pid != -1 && prg->discard != AVDISCARD_ALL) {
3276 if (ts->epg_stream->discard == AVDISCARD_ALL)
3417 tss->discard = discard_pid(ts, pid);
3418 if (tss->discard)