HomeSort by relevance Sort by last modified time
    Searched defs:numWindows (Results 1 - 7 of 7) sorted by null

  /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...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 161 final int numWindows = token.windows.size();
162 for (int j = numWindows - 1; j >= 0; j--) {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 662 size_t numWindows = windowHandles.size();
663 for (size_t i = 0; i < numWindows; i++) {
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 502 OMX_U32 numWindows;
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 474 size_t numWindows = mWindowHandles.size();
475 for (size_t i = 0; i < numWindows; i++) {
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h     [all...]

Completed in 427 milliseconds