Lines Matching refs:format
295 /* fill in wave format extensible types */
296 f_conf1.format.wFormatTag = 0xFFFE;
297 f_conf1.format.nSamplesPerSec = sample_rate;
298 f_conf1.format.nChannels = channel_count;
299 f_conf1.format.wBitsPerSample = bits_per_sample;
300 f_conf1.format.nBlockAlign = channel_count * bits_per_sample / 8;
301 f_conf1.format.nAvgBytesPerSec = f_conf1.format.nSamplesPerSec * f_conf1.format.nBlockAlign;
304 f_conf1.format.cbSize = 22;
306 f_conf1.format.wValidBitsPerSample = bits_per_sample;
308 f_conf1.format.dwChannelMask = 0;
310 f_conf1.format.SubFormat[0] = 0;
311 f_conf1.format.SubFormat[1] = 0;
312 f_conf1.format.SubFormat[2] = 0;
313 f_conf1.format.SubFormat[3] = 0;