Home
last modified time | relevance | path

Searched refs:lastWindow (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DPluginObject.cpp346 … %u, %u)", (int)plugin->lastWindow.x, (int)plugin->lastWindow.y, (unsigned)plugin->lastWindow.widt… in pluginGetProperty()
347lastWindow.clipRect.left, plugin->lastWindow.clipRect.top, plugin->lastWindow.clipRect.right - plu… in pluginGetProperty()
DPluginObject.h72 NPWindow lastWindow; member
Dmain.cpp364 obj->lastWindow = *window; in NPP_SetWindow()
/external/aac/libAACdec/src/
Dconceal.cpp857 int tFadeFrames, lastWindow = 0; in CConcealment_ApplyNoise() local
878 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen; in CConcealment_ApplyNoise()
883 FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (lastWindow * windowLen); in CConcealment_ApplyNoise()
887 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyNoise()
903 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++]; in CConcealment_ApplyNoise()
905 if ( (lastWindow >= numWindows) in CConcealment_ApplyNoise()
909 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen; in CConcealment_ApplyNoise()