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

  /packages/apps/TV/tests/unit/src/com/android/tv/util/images/
ImageCacheTest.java 34 private static final Bitmap ORIG = Bitmap.createBitmap(100, 100, Bitmap.Config.RGB_565);
37 private static final ScaledBitmapInfo INFO_200 = createScaledBitmapInfo(KEY, ORIG, 200, 200);
38 private static final ScaledBitmapInfo INFO_100 = createScaledBitmapInfo(KEY, ORIG, 100, 100);
39 private static final ScaledBitmapInfo INFO_50 = createScaledBitmapInfo(KEY, ORIG, 50, 50);
40 private static final ScaledBitmapInfo INFO_25 = createScaledBitmapInfo(KEY, ORIG, 25, 25);
  /external/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh 156 echo "${ORIG}" > "${TARGET}"
550 ORIG=$(cat "${TARGET}")
551 TEST_STR=$(( $ORIG + 1 ))
561 ORIG=$(cat "${TARGET}")
574 ORIG=$(cat "${TARGET}")
575 TEST_STR=$(( $ORIG + 1 ))
586 ORIG=$(cat "${TARGET}")
587 TEST_STR=$(( $ORIG + 1 ))
598 ORIG=$(cat "${TARGET}")
  /toolchain/binutils/binutils-2.27/bfd/
mep-relocs.pl 258 open(ORIG, $f);
260 while (<ORIG>) {
263 close(ORIG);
271 close(ORIG);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 55 DOWN_THREEFOUR = 1, // From orig to 3/4.
56 DOWN_ONEHALF = 2, // From orig or 3/4 to 1/2.
58 UP_ORIG = -2, // From 1/2 or 3/4 to orig.
61 typedef enum { ORIG = 0, THREE_QUARTER = 1, ONE_HALF = 2 } RESIZE_STATE;
vp9_noise_estimate.c 67 cpi->resize_state == ORIG && cpi->resize_pending == 0 && !cpi->use_svc &&
vp9_ratectrl.c     [all...]
vp9_speed_features.c 596 if (!cpi->last_frame_dropped && cpi->resize_state == ORIG &&
    [all...]
vp9_encoder.c 5383 YV12_BUFFER_CONFIG *orig = cpi->raw_source_frame; local
    [all...]
  /build/make/
envsetup.sh     [all...]

Completed in 735 milliseconds