Home
last modified time | relevance | path

Searched refs:dstPicture (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/
H A Dpicture_test.cpp364 auto dstPicture = Picture::Unmarshalling(data); in HWTEST_F() local
365 ASSERT_NE(dstPicture, nullptr); in HWTEST_F()
366 std::shared_ptr<PixelMap> dstMainPixelMap = dstPicture->GetMainPixel(); in HWTEST_F()
403 auto dstPicture = Picture::Unmarshalling(data); in HWTEST_F() local
404 ASSERT_NE(dstPicture, nullptr); in HWTEST_F()
405 std::shared_ptr<PixelMap> dstMainPixelMap = dstPicture->GetMainPixel(); in HWTEST_F()
409 std::shared_ptr<PixelMap> dstGainmapPixelMap = dstPicture->GetGainmapPixelMap(); in HWTEST_F()
456 Picture *dstPicture = Picture::Unmarshalling(data); in HWTEST_F() local
457 ASSERT_NE(dstPicture, nullptr); in HWTEST_F()
459 dstPicture in HWTEST_F()
488 Picture *dstPicture = Picture::Unmarshalling(data); HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp228 std::unique_ptr<Picture> dstPicture = std::make_unique<Picture>(); in Create() local
230 dstPicture->SetExifMetadata(pixelMap->GetExifMetadata()); in Create()
232 dstPicture->mainPixelMap_ = pixelMap; in Create()
233 return dstPicture; in Create()
469 Picture* dstPicture = Picture::Unmarshalling(data, error); in Unmarshalling() local
470 if (dstPicture == nullptr || error.errorCode != SUCCESS) { in Unmarshalling()
474 return dstPicture; in Unmarshalling()

Completed in 3 milliseconds