OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastWindow
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.h
72
NPWindow
lastWindow
;
PluginObject.cpp
346
snprintf(buf, 256, "x: %d, y: %d, width: %u, height: %u, clipRect: (%u, %u, %u, %u)", (int)plugin->
lastWindow
.x, (int)plugin->
lastWindow
.y, (unsigned)plugin->
lastWindow
.width, (unsigned)plugin->
lastWindow
.height,
347
plugin->
lastWindow
.clipRect.left, plugin->
lastWindow
.clipRect.top, plugin->
lastWindow
.clipRect.right - plugin->
lastWindow
.clipRect.left, plugin->
lastWindow
.clipRect.bottom - plugin->
lastWindow
.clipRect.top)
[
all
...]
main.cpp
364
obj->
lastWindow
= *window;
/external/aac/libAACdec/src/
conceal.cpp
857
int tFadeFrames,
lastWindow
= 0;
878
lastWindow
= numWindows - pConcealmentInfo->lastWinGrpLen;
883
FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (
lastWindow
* windowLen);
887
FDK_ASSERT((
lastWindow
* windowLen + windowLen) <= samplesPerFrame);
903
pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*
lastWindow
++];
905
if ( (
lastWindow
>= numWindows)
909
lastWindow
= numWindows - pConcealmentInfo->lastWinGrpLen;
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 64 milliseconds