Home
last modified time | relevance | path

Searched refs:bitmap0 (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()
237 size0 = bitmap0->getSize(); in PiPCopyToOneFile()
250 dst = bitmap0; in PiPCopyToOneFile()
254 src = bitmap0; in PiPCopyToOneFile()