Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp485 || picture == nullptr || !options->GetInnerDecodingOptForPicture()) { in OH_ImageSourceNative_CreatePicture()
489 auto innerDecodingOptionsForPicture = options->GetInnerDecodingOptForPicture().get(); in OH_ImageSourceNative_CreatePicture()
655 if (options == nullptr || !options->GetInnerDecodingOptForPicture() || in OH_DecodingOptionsForPicture_GetDesiredAuxiliaryPictures()
659 auto innerDecodingSet = options->GetInnerDecodingOptForPicture()->desireAuxiliaryPictures; in OH_DecodingOptionsForPicture_GetDesiredAuxiliaryPictures()
678 if (options == nullptr || !options->GetInnerDecodingOptForPicture() || in OH_DecodingOptionsForPicture_SetDesiredAuxiliaryPictures()
683 auto innerDecodingOptionsForPicture = options->GetInnerDecodingOptForPicture().get(); in OH_DecodingOptionsForPicture_SetDesiredAuxiliaryPictures()
H A Dimage_source_native_impl.cpp97 …OS::Media::DecodingOptionsForPicture> OH_DecodingOptionsForPicture::GetInnerDecodingOptForPicture() in GetInnerDecodingOptForPicture() function in OH_DecodingOptionsForPicture
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_source_native_impl.h47 std::shared_ptr<OHOS::Media::DecodingOptionsForPicture> GetInnerDecodingOptForPicture();