Home
last modified time | relevance | path

Searched refs:numchapters (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h178 int numchapters,numprograms,numcells,pauselen; member
230 int *numchapters; /* number of chapters in each title */ member
H A Ddvdcompile.c840 numc = curpgc->numchapters; in compilecs()
928 … if ((cs->i3 & 65535) != 0 && (cs->i3 & 65535) > ws->titles->pgcs[i2 - 128 - 1]->numchapters) in compilecs()
936 ws->titles->pgcs[i2 - 128 - 1]->numchapters in compilecs()
H A Ddvdauthor.c1127 vd->numchapters = (int *)malloc(sizeof(int) * vd->numtitles); in ScanIfo()
1133 …vd->numchapters[i] = (n - first) / 4; /* difference from previous offset gives nr chapters for thi… in ScanIfo()
1136 …vd->numchapters[i] = (read4(buf + 4) /* end address (last byte of last VTS_PTT) */ + 1 - first) / … in ScanIfo()
1960 if (ts.vts[i].numchapters) in dvdauthor_vmgm_gen()
1961 free(ts.vts[i].numchapters); in dvdauthor_vmgm_gen()
H A Ddvdpgc.c91 for (j = 0; j < ws->titles->pgcs[i]->numchapters; j++) in genjumppad()
H A Ddvdifo.c488 buf_write2(2 + p, ts->vts[i].numchapters[k]); /* number of chapters (PTTs) */ in Create_TT_SRPT()
H A Ddvdvob.c2172 va->allpgcs[i]->numchapters++; in MarkChapters()
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ditdb_itunesdb.c1681 guint32 numchapters; in get_mhod() local
1682 numchapters = get32bint (cts, seek+12) - 1; /* minus 1 for hedr atom */ in get_mhod()
1684 for (i=0; i<numchapters; ++i) in get_mhod()
4423 gint numchapters; in itdb_chapterdata_build_chapter_blob_internal() local
4427 numchapters = g_list_length (chapterdata->chapters); in itdb_chapterdata_build_chapter_blob_internal()
4436 put32bint (cts, numchapters+1); /* children */ in itdb_chapterdata_build_chapter_blob_internal()
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ditdb_itunesdb.c1681 guint32 numchapters; in get_mhod() local
1682 numchapters = get32bint (cts, seek+12) - 1; /* minus 1 for hedr atom */ in get_mhod()
1684 for (i=0; i<numchapters; ++i) in get_mhod()
4423 gint numchapters; in itdb_chapterdata_build_chapter_blob_internal() local
4427 numchapters = g_list_length (chapterdata->chapters); in itdb_chapterdata_build_chapter_blob_internal()
4436 put32bint (cts, numchapters+1); /* children */ in itdb_chapterdata_build_chapter_blob_internal()