Lines Matching defs:pc
33 ParseContext pc;
45 uint32_t state = d->pc.state;
55 if (!d->pc.frame_start_found) {
60 d->pc.frame_start_found = 1;
66 d->pc.state = state;
76 for (; d->pc.frame_start_found && i < buf_size; i++) {
77 d->pc.state = (d->pc.state << 8) | buf[i];
80 d->fsize = d->is_be ? d->pc.state : av_bswap32(d->pc.state);
82 d->pc.frame_start_found = 0;
92 if (d->pc.state == MKBETAG('S','D','P','X') ||
93 d->pc.state == MKTAG('S','D','P','X')) {
101 if (ff_combine_frame(&d->pc, next, &buf, &buf_size) < 0)
104 d->pc.frame_start_found = 0;