Lines Matching refs:mpeg
16 p->mpeg = 0;
54 switch (p->mpeg) {
151 while (c < count && (p->mpeg == 0 ||
152 (p->mpeg == 1 && p->found < 7) ||
153 (p->mpeg == 2 && p->found < 9))
225 p->mpeg = 2;
229 p->mpeg = 1;
236 if (!p->done && p->mpeg == 2) {
244 if (!p->done && p->mpeg == 2) {
259 if (p->done || ((p->mpeg == 2 && p->found >= 9) ||
260 (p->mpeg == 1 && p->found >= 7))) {
265 if (p->mpeg == 2 && p->found == 9) {
271 if (p->mpeg == 1 && p->found == 7)
274 if (p->mpeg == 2 && (p->flag2 & PTS_ONLY) &&
286 if (p->mpeg == 1 && p->which < 2000) {