OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_width
(Results
1 - 1
of
1
) sorted by null
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_linear.c
56
int src_endian, dst_endian, sign,
src_width
, dst_width;
local
73
src_width
= snd_pcm_format_width(src_format) / 8 - 1;
76
return
src_width
* 32 + src_endian * 16 + sign * 8 + dst_width * 2 + dst_endian;
Completed in 50 milliseconds