Lines Matching defs:frames
246 size_t frames;
250 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
261 for (i = 0; i < frames; i++, inptr += inhdr.channels) {
298 size_t frames;
302 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
308 for (i = 0; i < frames; i++, inptr += inhdr.channels) {
312 sum /= (double)frames;
346 size_t frames;
351 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
352 sz = (Double) frames;
356 gain_cache = new double[frames];
357 for (i = 0; i < frames; i++) {
362 frames = (size_t)irint(gain_cache_size);
375 for (i = 0; i < frames; i++, inptr += inhdr.channels) {