Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_packer_test.cpp675 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMapEx(0, dstOpts, errorCode);
712 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMapEx(0, dstOpts, errorCode);
749 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMapEx(0, dstOpts, errorCode);
786 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMapEx(0, dstOpts, errorCode);
H A Dimage_source_test.cpp256 std::unique_ptr<PixelMap> crepixelmapex = imageSource->CreatePixelMapEx(index, opts, errorCode);
273 imageSource->CreatePixelMapEx(index, opt, errorCode);
289 std::unique_ptr<PixelMap> crepixelmapex = imageSource->CreatePixelMapEx(index, decodeOpts, res);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp104 auto pixmap = imageSource_->CreatePixelMapEx(index, options, errorCode); in CreatePixelMap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_encode/
H A Dheif_hw_encoder_test.cpp116 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMapEx(0, dstOpts, errorCode);
153 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMapEx(0, dstOpts, errorCode);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h191 return CreatePixelMapEx(0, opts, errorCode); in CreatePixelMap()
193 … NATIVEEXPORT std::unique_ptr<PixelMap> CreatePixelMapEx(uint32_t index, const DecodeOptions &opts,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp112 std::unique_ptr<PixelMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, … in CreatePixelMapEx() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_source_impl.cpp267 incPixelMap = nativeImgSrc->CreatePixelMapEx(index, opts, errorCode); in CreatePixelMap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp442 …std::unique_ptr<PixelMap> tmpPixelmap = source->GetInnerImageSource()->CreatePixelMapEx(index, dec… in OH_ImageSourceNative_CreatePixelmap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp512 pixelMap = imageSource->CreatePixelMapEx(index, decodeOpts, status); in CreatePixelMapInner()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp481 auto tmpPixelmap = native->CreatePixelMapEx(index, decOps, errorCode); in ImageSourceNapiCreatePixelmap()
H A Dimage_source_napi.cpp1533 …pixelMap = (imageSource == nullptr) ? nullptr : imageSource->CreatePixelMapEx((index >= NUM_0) ? i… in CreatePixelMapInner()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp533 unique_ptr<PixelMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, uint3… in CreatePixelMapEx() function in OHOS::Media::ImageSource