Lines Matching refs:SAMPLE_ARRAY_SIZE
106 #define SAMPLE_ARRAY_SIZE (8 * 65536) macro
265 int16_t sample_array[SAMPLE_ARRAY_SIZE];
1094 i_start= x = compute_mod(s->sample_array_index - delay * channels, SAMPLE_ARRAY_SIZE); in video_audio_display()
1098 int idx = (SAMPLE_ARRAY_SIZE + x - i) % SAMPLE_ARRAY_SIZE; in video_audio_display()
1100 int b = s->sample_array[(idx + 4 * channels) % SAMPLE_ARRAY_SIZE]; in video_audio_display()
1101 int c = s->sample_array[(idx + 5 * channels) % SAMPLE_ARRAY_SIZE]; in video_audio_display()
1102 int d = s->sample_array[(idx + 9 * channels) % SAMPLE_ARRAY_SIZE]; in video_audio_display()
1136 if (i >= SAMPLE_ARRAY_SIZE) in video_audio_display()
1137 i -= SAMPLE_ARRAY_SIZE; in video_audio_display()
1176 if (i >= SAMPLE_ARRAY_SIZE) in video_audio_display()
1177 i -= SAMPLE_ARRAY_SIZE; in video_audio_display()
2280 len = SAMPLE_ARRAY_SIZE - is->sample_array_index; in update_sample_display()
2286 if (is->sample_array_index >= SAMPLE_ARRAY_SIZE) in update_sample_display()