Searched refs:srcPixels (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/evs/apps/default/src/ |
D | RenderPixelCopy.cpp | 129 unsigned char* srcPixels = nullptr; in drawFrame() local 130 src->lock(GRALLOC_USAGE_SW_READ_OFTEN, (void**)&srcPixels); in drawFrame() 131 if (srcPixels != nullptr) { in drawFrame() 137 copyNV21toRGB32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in drawFrame() 139 copyYV12toRGB32(width, height, srcPixels, tgtPixels, pTgtDesc->stride); in drawFrame() 141 copyYUYVtoRGB32(width, height, srcPixels, pSrcDesc->stride, tgtPixels, in drawFrame() 144 copyMatchedInterleavedFormats(width, height, srcPixels, pSrcDesc->stride, in drawFrame()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | BitmapTransformer.java | 52 int[] srcPixels = new int[pixelArraySize]; in applyFillTransformation() local 56 srcPixels, in applyFillTransformation() 66 srcPixels, in applyFillTransformation()
|