Searched refs:native_bytes (Results 1 – 1 of 1) sorted by relevance
151 unsigned int native_bytes; /* byte size of the native format */ member162 if (data->native_bytes > data->copy_bytes) in cvt_s16_to_native()163 memset(dst, 0, data->native_bytes); in cvt_s16_to_native()288 data->native_bytes = snd_pcm_format_physical_width(format) / 8; in init_data()289 data->copy_bytes = data->native_bytes < 2 ? 1 : 2; in init_data()291 data->native_ofs = data->native_bytes - data->copy_bytes; in init_data()295 data->native_ofs = data->native_bytes - in init_data()