Home
last modified time | relevance | path

Searched defs:dstBitmap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameImage2D.java171 Bitmap dstBitmap = Bitmap.createBitmap(dstImage.getWidth(), dstImage.getHeight(), config); in cpuImageCopy() local
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp504 int x, int y, int width, int height, const SkBitmap& dstBitmap) { in SetPixels()