Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/
H A Dohos_image_decoder_adapter_impl.cpp112 Media::DecodeOptions decodeOptions; in Decode() local
113 decodeOptions.desiredPixelFormat = in Decode()
115 decodeOptions.allocatorType = static_cast<Media::AllocatorType>(type); in Decode()
116 pixelMap_ = imageSource->CreatePixelMap(decodeOptions, errorCode); in Decode()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Dimage_compress.cpp159 Media::DecodeOptions decodeOptions; in CompressImageByContent() local
161 …std::unique_ptr<Media::PixelMap> pixMap = imageSourcePtr->CreatePixelMap(decodeOptions, pixMapErro… in CompressImageByContent()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_data_storage.cpp397 Media::DecodeOptions decodeOptions; in GetPixelMap() local
398 decodeOptions.allocatorType = Media::AllocatorType::SHARE_MEM_ALLOC; in GetPixelMap()
399 auto pixelMapPtr = imageSource->CreatePixelMap(decodeOptions, errCode); in GetPixelMap()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp261 DecodeOptions decodeOptions; in ConvertMemToPixelMap() local
262 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMap(decodeOptions, errorCode); in ConvertMemToPixelMap()