Searched refs:obt (Results 1 - 2 of 2) sorted by relevance
/external/qemu/audio/ |
H A D | ossaudio.c | 230 static void oss_dump_info (struct oss_params *req, struct oss_params *obt) argument 233 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt); 235 req->nchannels, obt->nchannels); 236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); 237 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags); 239 req->fragsize, obt->fragsize); 269 struct oss_params *obt, int *pfd) 356 obt->fmt = fmt; 357 obt->nchannels = nchannels; 358 obt 268 oss_open(int in, struct oss_params *req, struct oss_params *obt, int *pfd) argument 510 struct oss_params req, obt; local 676 struct oss_params req, obt; local [all...] |
H A D | alsaaudio.c | 486 struct alsa_params_obt *obt, 492 req->nchannels, obt->nchannels); 493 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); 497 dolog ("obtained: samples %ld\n", obt->samples); 531 struct alsa_params_obt *obt, snd_pcm_t **handlep) 607 unsigned long obt; local 619 obt = btime; 629 obt = bsize; 637 if ((req->override_mask & 2) && (obt - req->buffer_size)) 639 size_in_usec ? "time" : "size", req->buffer_size, obt); 485 alsa_dump_info(struct alsa_params_req *req, struct alsa_params_obt *obt, snd_pcm_format_t obtfmt) argument 530 alsa_open(int in, struct alsa_params_req *req, struct alsa_params_obt *obt, snd_pcm_t **handlep) argument 643 unsigned long obt; local 881 struct alsa_params_obt obt; local 986 struct alsa_params_obt obt; local [all...] |
Completed in 2890 milliseconds