OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numWindows
(Results
1 - 7
of
7
) sorted by null
/external/aac/libAACdec/src/
conceal.cpp
855
int win,
numWindows
= 1;
876
numWindows
= 8;
878
lastWindow =
numWindows
- pConcealmentInfo->lastWinGrpLen;
882
for (win = 0; win <
numWindows
; win++) {
905
if ( (lastWindow >=
numWindows
)
906
&& (
numWindows
> 1) )
909
lastWindow =
numWindows
- pConcealmentInfo->lastWinGrpLen;
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java
133
final int
numWindows
= token.windows.size();
134
for (int j =
numWindows
- 1; j >= 0; j--) {
WindowManagerService.java
[
all
...]
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
649
size_t
numWindows
= windowHandles.size();
650
for (size_t i = 0; i <
numWindows
; i++) {
[
all
...]
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h
502
OMX_U32
numWindows
;
/frameworks/base/services/input/
InputDispatcher.cpp
471
size_t
numWindows
= mWindowHandles.size();
472
for (size_t i = 0; i <
numWindows
; i++) {
[
all
...]
/hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h
780
OMX_U32
numWindows
;
[
all
...]
Completed in 490 milliseconds