Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dlinear.c20 unsigned int dst_ofs; /* byte soffset in destination format */ member
37 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert()
121 data->dst_ofs = 4 - data->dst_bytes; in init_data()
123 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()