Home
last modified time | relevance | path

Searched refs:vobid (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdunauthor.c106 static bool vobexists(const cell_adr_t *cells, int numcells, int vobid) in vobexists() argument
111 if (cells[i].vob_id == vobid) in vobexists()
262 int vobid, in AddCellTimeAttribute() argument
268 AddTimeAttribute(parent, attrname, getpts(vobid, cellid), getpts(vobid, 1)); in AddCellTimeAttribute()
H A Ddvdpgc.c355 const int id = thissource->vob->vobid * 256 + l; in genpgc()
412 buf[1 + d] = thissource->vob->vobid; /* VOB ID low byte */ in genpgc()
H A Dda-internal.h148 int vobid,numcells; member
H A Ddvdvob.c1129 int vobid =0; in FindVobus() local
1154 vobid++; in FindVobus()
1155 thisvob->vobid = vobid; in FindVobus()
2120 thisvobu->vobcellid = cellid + va->vobs[i]->vobid * 256; in MarkChapters()
H A Ddvdauthor.c1000 cellid=(cellid&255)|(va->vobid*256); in findcellvobu()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamParserPESPrimary.java482 int vobid = (0xFF & pes_packet[0x1F])<<8 | (0xFF & pes_packet[0x20]); in parseStream()
484 if (cell_ID != cellid || vob_ID != vobid) in parseStream()
486 …Common.setMessage(Resource.getString("parsePrimaryPES.split.cellids", "" + vobid, "" + cellid, "" … in parseStream()
515 vob_ID = vobid; in parseStream()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A DdmxPSPacket.cpp706 P16(vobid); in decodeVobuDSI()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A DdmxPSPacket.cpp706 P16(vobid); in decodeVobuDSI()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A DdmxPSPacket.cpp706 P16(vobid); in decodeVobuDSI()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A DdmxPSPacket.cpp706 P16(vobid); in decodeVobuDSI()