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

/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp1261 unsigned int lNumSmp = buffer->size/sizeof(short); local
1270 while (lNumSmp) {
1271 unsigned int lReqSmp = lNumSmp < lpToneGen->mProcessSize*2 ? lNumSmp : lpToneGen->mProcessSize;
1427 lNumSmp -= lReqSmp;
1447 lNumSmp = 0;
1455 lNumSmp = 0;
1462 lNumSmp = 0;
1475 lNumSmp = 0;

Completed in 11 milliseconds