/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 32 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(std::string uri, uint32_t* errCode) in CreateImageSource() function in OHOS::Media::ImageSourceImpl 46 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(int fd, uint32_t* errCode) in CreateImageSource() function in OHOS::Media::ImageSourceImpl 60 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(uint8_t *data, uint32_t size, uint3… in CreateImageSource() function in OHOS::Media::ImageSourceImpl 74 std::unique_ptr<ImageSource> ImageSourceImpl::CreateImageSource(const int fd, int32_t offset, in CreateImageSource() function in OHOS::Media::ImageSourceImpl
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | image_source_preview.h | 72 static std::unique_ptr<ImageSource> CreateImageSource( in CreateImageSource() function 78 static std::unique_ptr<ImageSource> CreateImageSource( in CreateImageSource() function
|
H A D | drawable_descriptor.cpp | 240 std::unique_ptr<Media::ImageSource> LayeredDrawableDescriptor::CreateImageSource( in CreateImageSource() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 65 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(std::unique_ptr<std::istream> is, in CreateImageSource() function in OHOS::Media::ImageSource 71 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, in CreateImageSource() function in OHOS::Media::ImageSource 84 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const Sour… in CreateImageSource() function in OHOS::Media::ImageSource 97 std::unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 400 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions … in CreateImageSource() function in OHOS::Media::ImageSource 416 unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, const So… in CreateImageSource() function in OHOS::Media::ImageSource 445 unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOpt… in CreateImageSource() function in OHOS::Media::ImageSource 468 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, uin… in CreateImageSource() function in OHOS::Media::ImageSource 483 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, int32_t offset, int32_t length, in CreateImageSource() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/ |
H A D | media_asset_manager_impl.cpp | 601 OH_ImageSourceNative* MediaAssetManagerImpl::CreateImageSource(const std::string requestId, in CreateImageSource() function in OHOS::Media::MediaAssetManagerImpl
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 666 napi_value SendableImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::SendableImageSourceNapi
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 1292 napi_value ImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::ImageSourceNapi
|