/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_packer_test.cpp | 675 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 D | image_source_test.cpp | 256 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 D | image_source_ohos.cpp | 104 auto pixmap = imageSource_->CreatePixelMapEx(index, options, errorCode); in CreatePixelMap()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_encode/ |
H A D | heif_hw_encoder_test.cpp | 116 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 D | image_source.h | 191 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 D | mock_image_source.cpp | 112 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 D | image_source_impl.cpp | 267 incPixelMap = nativeImgSrc->CreatePixelMapEx(index, opts, errorCode); in CreatePixelMap()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native.cpp | 442 …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 D | sendable_image_source_napi.cpp | 512 pixelMap = imageSource->CreatePixelMapEx(index, decodeOpts, status); in CreatePixelMapInner()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 481 auto tmpPixelmap = native->CreatePixelMapEx(index, decOps, errorCode); in ImageSourceNapiCreatePixelmap()
|
H A D | image_source_napi.cpp | 1533 …pixelMap = (imageSource == nullptr) ? nullptr : imageSource->CreatePixelMapEx((index >= NUM_0) ? i… in CreatePixelMapInner()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 533 unique_ptr<PixelMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, uint3… in CreatePixelMapEx() function in OHOS::Media::ImageSource
|