Home
last modified time | relevance | path

Searched refs:pgcidx (Results 1 – 1 of 1) sorted by path

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdpgc.c425 int len, i, pgcidx, nrtitles; in createpgcgroup() local
433 pgcidx = 8; in createpgcgroup()
445 buf[pgcidx] = 0x80 | nrtitles; /* title type & nr for VTS_PGC */ in createpgcgroup()
450 buf[pgcidx] = 0; in createpgcgroup()
454 buf[pgcidx] = 0x80 | j; /* menu type for VMGM_LU/VTSM_LU */ in createpgcgroup()
458 write4(buf + pgcidx + 4, len); /* offset to VMGM_PGC/VTSM_PGC/VTS_PGC */ in createpgcgroup()
460 pgcidx += 8; in createpgcgroup()
481 buf[pgcidx] = 0x80 | i; /* menu type */ in createpgcgroup()
482 write4(buf + pgcidx + 4, len); /* offset to VMGM_PGC/VTSM_PGC */ in createpgcgroup()
484 pgcidx += 8; in createpgcgroup()