Home
last modified time | relevance | path

Searched refs:audch (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c1615 int audch; in FindVobus() local
1630 audch = sid; in FindVobus()
1645 audio_scan_pcm(&thisvob->audch[audch], buf + dptr + 4, endop - (dptr + 4)); in FindVobus()
1648 audch = -1; in FindVobus()
1679 …audiodesc_set_audio_attr(&thisvob->audch[audch].ad, &thisvob->audch[audch]. adwarn, AUDIO_SAMPLERA… in FindVobus()
1693 audch, in FindVobus()
1699 if (audch < 0 || audch >= 64) in FindVobus()
1706 struct audchannel * const ach = &thisvob->audch[audch]; in FindVobus()
1740 audch, in FindVobus()
1752 audch, in FindVobus()
[all …]
H A Dda-internal.h151 struct audchannel audch[64]; /* vob-wide audio and subpicture mapping */ member
H A Ddvdauthor.c706 fad = &va->vobs[j]->audch[id - 1 + (afmt - 1) * 8]; in setattr()
835 if (!vob->audch[k + 32].numaudpts) in setattr()
1319 free(v->audch[i].audpts); in vob_free()