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

  /external/opencv3/modules/java/generator/src/java/
android+CameraBridgeViewBase.java 34 private static final int MAX_UNSPECIFIED = -1;
64 mMaxWidth = MAX_UNSPECIFIED;
65 mMaxHeight = MAX_UNSPECIFIED;
81 mMaxWidth = MAX_UNSPECIFIED;
82 mMaxHeight = MAX_UNSPECIFIED;
478 int maxAllowedWidth = (mMaxWidth != MAX_UNSPECIFIED && mMaxWidth < surfaceWidth)? mMaxWidth : surfaceWidth;
479 int maxAllowedHeight = (mMaxHeight != MAX_UNSPECIFIED && mMaxHeight < surfaceHeight)? mMaxHeight : surfaceHeight;
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 52 milliseconds