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