Searched refs:Ovalues (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp113 Vector<int> Ovalues; local
163 if (parseCSV(optarg, Ovalues) < 0) {
436 if (Ovalues.isEmpty()) {
437 Ovalues.push(output_frames);
440 size_t thisFrames = Ovalues[j++];
441 if (j >= Ovalues.size()) {

Completed in 6 milliseconds