Home
last modified time | relevance | path

Searched defs:CreatePixelMapList (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_napi.cpp1655 STATIC_EXEC_FUNC(CreatePixelMapList) in STATIC_EXEC_FUNC() argument
1683 STATIC_COMPLETE_FUNC(CreatePixelMapList) in STATIC_COMPLETE_FUNC() argument
1717 napi_value ImageSourceNapi::CreatePixelMapList(napi_env env, napi_callback_info info) in CreatePixelMapList() function in OHOS::Media::ImageSourceNapi
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
Dimage_source.cpp1869 unique_ptr<vector<unique_ptr<PixelMap>>> ImageSource::CreatePixelMapList(const DecodeOptions &opts, in CreatePixelMapList() function in OHOS::Media::ImageSource