Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_test.cpp1673 uint8_t *source5 = static_cast<uint8_t *>(malloc(1)); variable
1680 ASSERT_NE(source5, nullptr);
1702 status = pixelMap->WritePixels(source5, size5, offset5, stride5, region5);
1711 status = pixelMap->WritePixels(source5, size5, offset5, stride5, region5);
1714 free(source5);