HomeSort by relevance Sort by last modified time
    Searched refs:loopIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorBGAudioProcessing.cpp 84 for (size_t loopIndex = 0; loopIndex < n; ++loopIndex) {
85 if (pPCM16Sample[loopIndex] >= 0) {
86 peakDbValue = previousDbValue > pPCM16Sample[loopIndex] ?
87 previousDbValue : pPCM16Sample[loopIndex];
90 peakDbValue = previousDbValue > -pPCM16Sample[loopIndex] ?
91 previousDbValue: -pPCM16Sample[loopIndex];
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 349 TI_UINT8 loopIndex = 0;
357 pRequest[loopIndex] = &(pRequestHandler->reqArr[requestIndex]);
359 loopIndex++;
361 while ( (loopIndex < pRequestHandler->numOfWaitingRequests) &&
364 *numOfRequests = loopIndex;
366 TRACE1(pRequestHandler->hReport, REPORT_SEVERITY_INFORMATION, ": Found %d requests to execute in parallel.\n", loopIndex);
370 pRequestHandler->numOfWaitingRequests -= loopIndex;
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_AudioMixing.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 199 milliseconds