OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numWindows
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
background.js
24
var
numWindows
= windows.length;
27
for (var i = 0; i <
numWindows
; i++) {
/external/aac/libAACdec/src/
conceal.cpp
856
int win,
numWindows
= 1;
877
numWindows
= 8;
879
lastWindow =
numWindows
- pConcealmentInfo->lastWinGrpLen;
883
for (win = 0; win <
numWindows
; win++) {
906
if ( (lastWindow >=
numWindows
)
907
&& (
numWindows
> 1) )
910
lastWindow =
numWindows
- pConcealmentInfo->lastWinGrpLen;
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java
640
void startComposition(Surface surface, int w, int h, int
numWindows
) throws Exception {
644
mNumWindows =
numWindows
;
[
all
...]
Completed in 391 milliseconds