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

  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ColorChecker.h 31 jobject inputBitmap);
com_android_cts_verifier_camera_analyzer_ColorChecker.cpp 26 jobject inputBitmap) {
30 AndroidBitmap_getInfo(env, inputBitmap, &inputInfo);
48 inputBitmap,
106 result = AndroidBitmap_unlockPixels(env, inputBitmap);
  /packages/apps/Phone/src/com/android/phone/
InCallContactPhoto.java 138 Bitmap inputBitmap = ((BitmapDrawable) inputDrawable).getBitmap();
140 if (VDBG) log("- inputBitmap: " + inputBitmap);
141 if (VDBG) log(" - dimensions: " + inputBitmap.getWidth()
142 + " x " + inputBitmap.getHeight());
143 if (VDBG) log(" - config: " + inputBitmap.getConfig());
144 if (VDBG) log(" - byte count: " + inputBitmap.getByteCount());
150 } else if (inputBitmap == null) {
154 } else if (!isLoRes(inputBitmap)) {
162 Bitmap blurredBitmap = BitmapUtils.createBlurredBitmap(inputBitmap);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 236 * @param inputBitmap If the bitmap is provided no not create a new one
245 public static Bitmap buildOverlayBitmap(Context context, Bitmap inputBitmap, int overlayType,
248 if (inputBitmap == null) {
251 overlayBitmap = inputBitmap;

Completed in 48 milliseconds