Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_source_impl_test.cpp111 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 Dimage_source_gif_ex_test.cpp76 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 Dimage_source_impl.cpp278 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 Dimage_ffi.cpp434 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 Dimage_source_napi.h75 static napi_value CreatePixelMapList(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_source_impl.h48 … 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 Dimage_source_fuzz.cpp70 imageSource->CreatePixelMapList(opts, errCode); in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp777 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 Dimage_source_mdk_kits.cpp513 auto pixelMapList = native->CreatePixelMapList(decOps, errorCode); in ImageSourceNapiCreatePixelmapList()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp463 auto pixelmapList = source->GetInnerImageSource()->CreatePixelMapList(decOps, errorCode); in OH_ImageSourceNative_CreatePixelmapList()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h240 …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 Dimage_source.cpp3255 unique_ptr<vector<unique_ptr<PixelMap>>> ImageSource::CreatePixelMapList(const DecodeOptions &opts,… in CreatePixelMapList() function in OHOS::Media::ImageSource