Lines Matching defs:stereo_out
265 static float stereo_out [SAMPLE_RATE * 2] ;
276 { stereo_out [2 * k] = data [k] ;
277 stereo_out [2 * k + 1] = data [ARRAY_LEN (data) - k - 1] ;
289 test_write_float_or_die (file, 0, stereo_out, ARRAY_LEN (stereo_out), __LINE__) ;
297 test_read_float_or_die (file, 0, stereo_out, ARRAY_LEN (stereo_out), __LINE__) ;
302 compare_float_or_die (data, stereo_out + (234 * sfinfo.channels), 10, __LINE__) ;
306 compare_float_or_die (data, stereo_out + (442 * sfinfo.channels), 10, __LINE__) ;
310 compare_float_or_die (data, stereo_out + ((442 + 10 + 12) * sfinfo.channels), 10, __LINE__) ;
314 compare_float_or_die (data, stereo_out + ((442 + 20 + 24) * sfinfo.channels), 10, __LINE__) ;
319 compare_float_or_die (data, stereo_out + (500 * sfinfo.channels), 10, __LINE__) ;
324 compare_float_or_die (data, stereo_out + (10 * sfinfo.channels), 10, __LINE__) ;