Home
last modified time | relevance | path

Searched refs:buttoncoli (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h156 unsigned char buttoncoli[24]; /* 3 groups of SL_COLI (button colour) info for PCI packets */ member
H A Ddvdvob.c1257 memcpy(thisvob->buttoncoli, buf + i + 2, buf[i + 1] * 8); in FindVobus()
1261 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 0); in FindVobus()
1262 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 1); in FindVobus()
1263 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 4); in FindVobus()
1264 remapbyte(&crs[substreamid], thisvob->buttoncoli + j * 8 + 5); in FindVobus()
2386 memcpy(buf + 0xa3, thisvob->buttoncoli, 24); in FixVobus()