Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h137 struct audchannel { /* describes information collected from an audio stream */ struct
151 struct audchannel audch[64]; /* vob-wide audio and subpicture mapping */ argument
H A Ddvdvob.c151 const struct audchannel * const ach = &va->audch[aind]; in findaudsect()
1040 static void audio_scan_ac3(struct audchannel *ach, const unsigned char *buf, int sof, int len) in audio_scan_ac3()
1096 static void audio_scan_dts(struct audchannel *ach,const unsigned char *buf,int sof,int len) in audio_scan_dts()
1102 static void audio_scan_pcm(struct audchannel *ach,const unsigned char *buf,int len) in audio_scan_pcm()
1706 struct audchannel * const ach = &thisvob->audch[audch]; in FindVobus()
1828 struct audchannel * const ach = thisvob->audch + i; in FindVobus()
1892 const struct audchannel * const ach = thisvob->audch + j; in FindVobus()
1999 const struct audchannel * const ach = &thisvob->audch[i]; in FindVobus()
2194 const struct audchannel *a=&v->audch[ach]; in getcellaudiopts()
2206 const struct audchannel *a=&v->audch[ach]; in hasaudio()
[all …]
H A Ddvdauthor.c700 struct audchannel *fad = 0; in setattr()