Lines Matching refs:pc1
49 DVDNavParseContext *pc1 = s->priv_data; in dvd_nav_parse() local
68 pc1->lba = lba; in dvd_nav_parse()
72 memcpy(pc1->buffer, buf, PCI_SIZE); in dvd_nav_parse()
73 pc1->copied = PCI_SIZE; in dvd_nav_parse()
80 if ((buf_size == DSI_SIZE) && (pc1->copied == PCI_SIZE)) { in dvd_nav_parse()
84 if (lba == pc1->lba) { in dvd_nav_parse()
85 memcpy(pc1->buffer + pc1->copied, buf, DSI_SIZE); in dvd_nav_parse()
95 pc1->copied = 0; in dvd_nav_parse()
96 pc1->lba = 0xFFFFFFFF; in dvd_nav_parse()
100 *poutbuf = pc1->buffer; in dvd_nav_parse()
101 *poutbuf_size = sizeof(pc1->buffer); in dvd_nav_parse()