Searched defs:snd_aac_params (Results 1 – 1 of 1) sorted by relevance
93 struct snd_aac_params { struct94 __u16 codec;95 __u8 num_chan; /* 1=Mono, 2=Stereo*/96 __u8 pcm_wd_sz; /* 16/24 - bit*/97 __u32 brate;98 __u32 sfreq; /* Sampling freq eg. 8000, 441000, 48000 */99 __u32 aac_srate; /* Plain AAC decoder operating sample rate */100 __u8 mpg_id; /* 0=MPEG-2, 1=MPEG-4 */101 __u8 bs_format; /* input bit stream format adts=0, adif=1, raw=2 */102 __u8 aac_profile; /* 0=Main Profile, 1=LC profile, 3=SSR profile */[all …]