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

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp36 static SLuint32 bufSizeInFrames = 512; // -f# variable
199 bufSizeInFrames = atoi(&arg[2]);
200 if (bufSizeInFrames == 0) {
202 (unsigned) bufSizeInFrames);
250 bufSizeInBytes = channels * bufSizeInFrames * sizeof(short);

Completed in 28 milliseconds