HomeSort by relevance Sort by last modified time
    Searched refs:numWindows (Results 1 - 23 of 23) 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...]
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 275 int numWindows = structure.getWindowNodeCount();
277 assertEquals("Number of windows don't match", 1, numWindows);
279 for (int i = 0; i < numWindows; i++) {
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 647 void startComposition(Surface surface, int w, int h, int numWindows) throws Exception {
651 mNumWindows = numWindows;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_QCOMExtns.h 502 OMX_U32 numWindows;
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 479 size_t numWindows = mWindowHandles.size();
480 for (size_t i = 0; i < numWindows; i++) {
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp     [all...]
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
omx_vdec.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 683 size_t numWindows = windowHandles.size();
684 for (size_t i = 0; i < numWindows; i++) {
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 769 DEBUG_PRINT("PANSCAN numWindows(%d)", frame_info->panScan.numWindows);
770 for (int i = 0; i < frame_info->panScan.numWindows; i++)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 622 milliseconds