Home
last modified time | relevance | path

Searched refs:sample_array_index (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffplay.c266 int sample_array_index; member
1094 i_start= x = compute_mod(s->sample_array_index - delay * channels, SAMPLE_ARRAY_SIZE); in video_audio_display()
2280 len = SAMPLE_ARRAY_SIZE - is->sample_array_index; in update_sample_display()
2283 memcpy(is->sample_array + is->sample_array_index, samples, len * sizeof(short)); in update_sample_display()
2285 is->sample_array_index += len; in update_sample_display()
2286 if (is->sample_array_index >= SAMPLE_ARRAY_SIZE) in update_sample_display()
2287 is->sample_array_index = 0; in update_sample_display()