Home
last modified time | relevance | path

Searched refs:bitmap1 (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.h141 SkBitmap * PiPCopyToOneFile(SkBitmap *bitmap0, SkBitmap *bitmap1);
Dqcamera_test.cpp223 SkBitmap *bitmap0, SkBitmap *bitmap1) in PiPCopyToOneFile() argument
232 if (bitmap0 == NULL || bitmap1 == NULL) { in PiPCopyToOneFile()
233 ALOGE(" bitmap0 : %p, bitmap1 : %p\n", bitmap0, bitmap1); in PiPCopyToOneFile()
243 size1 = bitmap1->getSize(); in PiPCopyToOneFile()
251 src = bitmap1; in PiPCopyToOneFile()
253 dst = bitmap1; in PiPCopyToOneFile()