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

  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 76 NPWindow lastWindow;
PluginObject.cpp 360 (int)plugin->lastWindow.x,
361 (int)plugin->lastWindow.y,
362 (unsigned)plugin->lastWindow.width,
363 (unsigned)plugin->lastWindow.height,
364 plugin->lastWindow.clipRect.left,
365 plugin->lastWindow.clipRect.top,
366 plugin->lastWindow.clipRect.right - plugin->lastWindow.clipRect.left,
367 plugin->lastWindow.clipRect.bottom - plugin->lastWindow.clipRect.top)
    [all...]
main.cpp 372 obj->lastWindow = *window;
  /external/aac/libAACdec/src/
conceal.cpp 858 int tFadeFrames, lastWindow = 0;
879 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
884 FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (lastWindow * windowLen);
888 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame);
904 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
906 if ( (lastWindow >= numWindows)
910 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 9866 milliseconds