Searched refs:rPicture (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | picture_napi.cpp | 62 std::shared_ptr<Picture> rPicture; member 506 context->rPicture = std::move(picture); in STATIC_EXEC_FUNC() 508 if (IMG_NOT_NULL(context->rPicture)) { in STATIC_EXEC_FUNC() 555 sPicture_ = std::move(asyncContext->rPicture); in CreatePicture() 672 nVal.context->rPicture = nVal.context->nConstructor->nativePicture_; in Marshalling() 689 bool st = nVal.context->rPicture->Marshalling(*messageParcel); in Marshalling() 733 asyncContext->rPicture = asyncContext->nConstructor->nativePicture_; in GetHdrComposedPixelMap() 734 IMG_NAPI_CHECK_RET_D(IMG_IS_READY(status, asyncContext->rPicture), in GetHdrComposedPixelMap() 736 if (asyncContext->rPicture->GetAuxiliaryPicture(AuxiliaryPictureType::GAINMAP) == nullptr) { in GetHdrComposedPixelMap() 739 if (asyncContext->rPicture in GetHdrComposedPixelMap() [all...] |
H A D | image_packer_napi.cpp | 101 std::shared_ptr<Picture> rPicture; member 272 if (context->rPicture == nullptr) { in SetPicture() 277 context->rImagePacker->AddPicture(*(context->rPicture)); in SetPicture() 783 context->rPicture = PictureNapi::GetPicture(env, argv[PARAM0]); in ParserPackingArguments() 784 BuildMsgOnError(context, context->rPicture != nullptr, "Picture mismatch"); in ParserPackingArguments() 952 context->rPicture = PictureNapi::GetPicture(env, argv[PARAM0]); in ParserPackToFileArguments() 953 BuildMsgOnError(context, context->rPicture != nullptr, in ParserPackToFileArguments()
|
H A D | image_source_napi.cpp | 116 std::shared_ptr<Picture> rPicture; member 2809 context->rPicture = context->rImageSource->CreatePicture(context->decodingOptsForPicture, errorCode); in CreatePictureExecute() 2810 if (context->rPicture != nullptr) { in CreatePictureExecute() 2830 result = PictureNapi::CreatePicture(env, context->rPicture); in CreatePictureComplete()
|
H A D | auxiliary_picture_napi.cpp | 59 std::shared_ptr<Picture> rPicture; member
|
Completed in 11 milliseconds