HomeSort by relevance Sort by last modified time
    Searched refs:tooSmall (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
CameraConnectionFragment.java 275 final List<Size> tooSmall = new ArrayList<Size>();
285 tooSmall.add(option);
291 LOGGER.i("Rejected preview sizes: [" + TextUtils.join(", ", tooSmall) + "]");
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
CameraConnectionFragment.java 275 final List<Size> tooSmall = new ArrayList<Size>();
285 tooSmall.add(option);
291 LOGGER.i("Rejected preview sizes: [" + TextUtils.join(", ", tooSmall) + "]");
  /external/libpcap/msdos/
pktdrvr.c 208 DWORD tooSmall; /* size < ETH_MIN */
515 intStat.tooSmall++;
1055 intStat.tooSmall, intStat.tooLarge,
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 572 String formattedMsg, String tooSmall, String tooLarge, int actualValue,
577 succ = expectTrue(formattedMsg + tooSmall,
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 190 final int tooSmall = pixSize / 2;
192 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall));
    [all...]

Completed in 567 milliseconds