Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dmulaw.c137 unsigned int native_bytes; /* byte size of the native format */ member
148 if (data->native_bytes > data->copy_bytes) in cvt_s16_to_native()
149 memset(dst, 0, data->native_bytes); in cvt_s16_to_native()
274 data->native_bytes = snd_pcm_format_physical_width(format) / 8; in init_data()
275 data->copy_bytes = data->native_bytes < 2 ? 1 : 2; in init_data()
277 data->native_ofs = data->native_bytes - data->copy_bytes; in init_data()
281 data->native_ofs = data->native_bytes - in init_data()