Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:frames

60     fprintf(stderr,"    -O    # frames output per call to resample() in CSV format\n");
61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n");
218 input_size = info.frames * info.channels * sizeof(short);
220 (void) sf_readf_short(sf, (short *) input_vaddr, info.frames);
262 const size_t mNumFrames; // total frames
265 size_t mUnrel; // number of frames not yet released
266 const Vector<int> mPvalues; // number of frames provided per call
269 Provider(const void* addr, size_t frames, size_t frameSize, const Vector<int>& Pvalues)
271 mNumFrames(frames),
293 printf("getNextBuffer() requested %zu frames out of %zu frames available,"
294 " and returned %zu frames\n",
308 fprintf(stderr, "ERROR releaseBuffer() released %zu frames but only %zu available "
314 printf("releaseBuffer() released %zu frames out of %zu frames available "
329 printf("%zu input frames\n", input_frames);
426 frames per second".
434 printf("resample() %zu output frames\n", output_frames);
496 info.frames = 0;