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

  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 82 private static final int LEVEL_3 = CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_3;
224 if (hwLevel >= LEVEL_3 || hwLevel == FULL || (hwLevel == LIMITED &&
252 if (hwLevel >= LEVEL_3 || hwLevel == FULL || hwLevel == LIMITED) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 366 LEVEL_3 = 30,
vp9_encoder.c 445 { LEVEL_3, 20736000, 552960, 7200, 6000, 2, 4, 4, 8 },
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 201 level != LEVEL_2_1 && level != LEVEL_3 && level != LEVEL_3_1 &&
    [all...]

Completed in 209 milliseconds