Home
last modified time | relevance | path

Searched refs:dst_bytes (Results 1 – 1 of 1) sorted by relevance

/sound/core/oss/
A Dlinear.c37 unsigned int dst_bytes; /* byte size of destination format */ member
52 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert()
119 int src_le, dst_le, src_bytes, dst_bytes; in init_data() local
122 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data()
126 data->dst_bytes = dst_bytes; in init_data()
128 data->copy_bytes = src_bytes < dst_bytes ? src_bytes : dst_bytes; in init_data()
136 data->dst_ofs = 4 - data->dst_bytes; in init_data()
139 dst_bytes; in init_data()

Completed in 4 milliseconds