OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obt
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
ossaudio.c
230
static void oss_dump_info (struct oss_params *req, struct oss_params *
obt
)
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
->freq = freq
510
struct oss_params req,
obt
;
local
676
struct oss_params req,
obt
;
local
[
all
...]
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
);
643
unsigned long
obt
;
local
881
struct alsa_params_
obt
obt
;
local
986
struct alsa_params_
obt
obt
;
local
[
all
...]
Completed in 172 milliseconds