OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_linear_convert_index
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_plugin.h
87
#define
snd_pcm_linear_convert_index
snd1_pcm_linear_convert_index
macro
101
int
snd_pcm_linear_convert_index
(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
pcm_linear.c
53
int
snd_pcm_linear_convert_index
(snd_pcm_format_t src_format,
function
338
linear->conv_idx =
snd_pcm_linear_convert_index
(format,
341
linear->conv_idx =
snd_pcm_linear_convert_index
(linear->sformat,
pcm_route.c
648
route->params.conv_idx =
snd_pcm_linear_convert_index
(src_format, dst_format);
[
all
...]
pcm_meter.c
1031
idx =
snd_pcm_linear_convert_index
(spcm->format, SND_PCM_FORMAT_S16);
Completed in 24 milliseconds