Searched defs:snd_aac_params (Results 1 – 1 of 1) sorted by relevance
145 struct snd_aac_params { struct146 __u16 codec;147 __u8 num_chan; /* 1=Mono, 2=Stereo*/148 __u8 pcm_wd_sz; /* 16/24 - bit*/149 __u32 brate;150 __u32 sfreq; /* Sampling freq eg. 8000, 441000, 48000 */151 __u32 aac_srate; /* Plain AAC decoder operating sample rate */152 __u8 mpg_id; /* 0=MPEG-2, 1=MPEG-4 */153 __u8 bs_format; /* input bit stream format adts=0, adif=1, raw=2 */154 __u8 aac_profile; /* 0=Main Profile, 1=LC profile, 3=SSR profile */[all …]