Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c1155 thisvob->vobid = vobid; in FindVobus()
1475 if (thisvob->numvobus == thisvob->maxvobus) /* need more space */ in FindVobus()
1488 vi = &thisvob->vobu[thisvob->numvobus]; /* for the new VOBU */ in FindVobus()
1518 thisvob->vobu[thisvob->numvobus - 1].lastsector = cursect; in FindVobus()
1575 struct vobuinfo * const vi = &thisvob->vobu[thisvob->numvobus - 1]; in FindVobus()
1810 &thisvob->audch[st].audpts[thisvob->audch[st].numaudpts - 1].pts[1] in FindVobus()
1819 if (thisvob->numvobus) in FindVobus()
2461 write4(buf + 0x437, thisvob->vobu[thisvob->numvobus - 1].sectpts[1]); in FixVobus()
2468 getsect(thisvob, vobuindex, findnextvideo(thisvob, vobuindex, 1), 0, 0xbfffffff) in FixVobus()
2569 thisvob, in FixVobus()
[all …]
H A Ddvdifo.c363 const struct vob * const thisvob = va->vobs[k]; in CreateCellAddressTable() local
364 for (i = 0; i < thisvob->numvobus; i++) in CreateCellAddressTable()
366 if (!i || thisvob->vobu[i].vobcellid != thisvob->vobu[i - 1].vobcellid) in CreateCellAddressTable()
370 buf_write4(p + 8, thisvob->vobu[i - 1].lastsector); in CreateCellAddressTable()
374 buf_write2(p, thisvob->vobu[i].vobcellid >> 8); /* VOBidn */ in CreateCellAddressTable()
375 buf_write1(p + 2, thisvob->vobu[i].vobcellid); /* CELLidn */ in CreateCellAddressTable()
376 buf_write4(p + 4, thisvob->vobu[i].sector); /* starting sector within VOB */ in CreateCellAddressTable()
379 buf_write4(p + 8, thisvob->vobu[i - 1].lastsector); in CreateCellAddressTable()
403 const struct vob * const thisvob = va->vobs[j]; in CreateVOBUAD() local
404 for (i = 0; i < thisvob->numvobus; i++) in CreateVOBUAD()
[all …]