/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/ |
H A D | image_source_impl_test.cpp | 111 imageSourceImpl.CreatePixelMapList(0, decodeOpts, &errorCode); 135 imageSourceImplNull.CreatePixelMapList(0, decodeOpts, &errorCode);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_gif_ex_test.cpp | 76 auto pixelMaps = imageSource->CreatePixelMapList(decodeOpts, errorCode); 111 auto pixelMaps = imageSource->CreatePixelMapList(decodeOpts, errorCode); 146 auto pixelMaps = imageSource->CreatePixelMapList(decodeOpts, errorCode); 180 auto pixelMaps = imageSource->CreatePixelMapList(decodeOpts, errorCode);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 278 std::vector<int64_t> ImageSourceImpl::CreatePixelMapList(uint32_t index, DecodeOptions opts, uint32… in CreatePixelMapList() function in OHOS::Media::ImageSourceImpl 290 pixelMaps = nativeImgSrc->CreatePixelMapList(opts, *errorCode); in CreatePixelMapList()
|
H A D | image_ffi.cpp | 434 std::vector<int64_t> data = instance->CreatePixelMapList(index, decodeOpts, errorCode); in FfiOHOSImageSourceCreatePixelMapList()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | image_source_napi.h | 75 static napi_value CreatePixelMapList(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_source_impl.h | 48 … std::vector<int64_t> CreatePixelMapList(uint32_t index, DecodeOptions opts, uint32_t* errorCode);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 70 imageSource->CreatePixelMapList(opts, errCode); in ImageSourceFuncTest001()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 777 DECLARE_NAPI_FUNCTION("createPixelMapList", CreatePixelMapList), in RegisterNapi() 2419 STATIC_EXEC_FUNC(CreatePixelMapList) in STATIC_EXEC_FUNC() argument 2437 … context->pixelMaps = context->rImageSource->CreatePixelMapList(context->decodeOpts, errorCode); in STATIC_EXEC_FUNC() 2448 STATIC_COMPLETE_FUNC(CreatePixelMapList) in STATIC_COMPLETE_FUNC() argument 2482 napi_value ImageSourceNapi::CreatePixelMapList(napi_env env, napi_callback_info info) in CreatePixelMapList() function in OHOS::Media::ImageSourceNapi
|
H A D | image_source_mdk_kits.cpp | 513 auto pixelMapList = native->CreatePixelMapList(decOps, errorCode); in ImageSourceNapiCreatePixelmapList()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_native.cpp | 463 auto pixelmapList = source->GetInnerImageSource()->CreatePixelMapList(decOps, errorCode); in OH_ImageSourceNative_CreatePixelmapList()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 240 …NATIVEEXPORT std::unique_ptr<std::vector<std::unique_ptr<PixelMap>>> CreatePixelMapList(const Deco…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 3255 unique_ptr<vector<unique_ptr<PixelMap>>> ImageSource::CreatePixelMapList(const DecodeOptions &opts,… in CreatePixelMapList() function in OHOS::Media::ImageSource
|