Searched refs:smps_per_line (Results 1 – 3 of 3) sorted by relevance
142 { smps_per_line = 16, max_line_per_frame = 2 }; in OutputSampleWave() enumerator153 char buf[1 + (sizeof(SMP) * 2 + 1) * smps_per_line + 1 + 1], *s; in OutputSampleWave()157 while ((lines < max_line_per_frame) && (from + smps_per_line <= to)) in OutputSampleWave()162 for (i = 0; i < smps_per_line; ++i) in OutputSampleWave()176 from += smps_per_line; in OutputSampleWave()187 char buf[1 + (sizeof(SMP) * 2 + 1) * smps_per_line + 1 + 1], *s; in OutputSampleWave()191 while ((lines < max_line_per_frame) && (from + smps_per_line <= to)) in OutputSampleWave()196 for (i = 0; i < smps_per_line; ++i) in OutputSampleWave()210 from += smps_per_line; in OutputSampleWave()222 if ((u8 *)g_record_smps + smps_per_line * 2 >= (u8 *)dat) in OutputSampleWave()
644 enum { smps_per_line = 16, max_line_per_frame = 2 }; in OutputSampleWave() enumerator645 char buf[1 + (((MATH_MAX(sizeof(u8), sizeof(u16)) * 2) + 1) * smps_per_line) + 2]; in OutputSampleWave()661 …for (lines = 0; (lines < max_line_per_frame) && ((u8*)g_record_smps + smps_per_line <= (u8*)dat); … in OutputSampleWave()665 for (i = 0; i < smps_per_line; i ++) in OutputSampleWave()678 g_record_smps = (void*)((u8*)g_record_smps + smps_per_line); in OutputSampleWave()683 …for (lines = 0; (lines < max_line_per_frame) && ((u16*)g_record_smps + smps_per_line <= (u16*)dat)… in OutputSampleWave()687 for (i = 0; i < smps_per_line; i ++) in OutputSampleWave()700 g_record_smps = (void*)((u16*)g_record_smps + smps_per_line); in OutputSampleWave()707 if (((u8*)g_record_smps + (smps_per_line * max_line_per_frame)) >= (u8*)dat) in OutputSampleWave()
675 enum { smps_per_line = 16, max_line_per_frame = 2 }; in OutputSampleWave() enumerator676 char buf[1 + (((MATH_MAX(sizeof(u8), sizeof(u16)) * 2) + 1) * smps_per_line) + 2]; in OutputSampleWave()692 …for (lines = 0; (lines < max_line_per_frame) && ((u8*)g_record_smps + smps_per_line <= (u8*)dat); … in OutputSampleWave()696 for (i = 0; i < smps_per_line; i ++) in OutputSampleWave()709 g_record_smps = (void*)((u8*)g_record_smps + smps_per_line); in OutputSampleWave()714 …for (lines = 0; (lines < max_line_per_frame) && ((u16*)g_record_smps + smps_per_line <= (u16*)dat)… in OutputSampleWave()718 for (i = 0; i < smps_per_line; i ++) in OutputSampleWave()731 g_record_smps = (void*)((u16*)g_record_smps + smps_per_line); in OutputSampleWave()738 if (((u8*)g_record_smps + (smps_per_line * max_line_per_frame)) >= (u8*)dat) in OutputSampleWave()