Home
last modified time | relevance | path

Searched defs:OH_ImageSourceNative (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_source_native_impl.h25 struct OH_ImageSourceNative { struct
34 std::string filePath_ = "";
35 int fileDescriptor_ = -1;
36 void *fileBuffer_ = nullptr;
37 size_t fileBufferSize_ = 0;
40 std::shared_ptr<OHOS::Media::ImageSource> innerImageSource_;
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native_impl.cpp35 OH_ImageSourceNative::OH_ImageSourceNative(std::shared_ptr<ImageSource> imageSource) in OH_ImageSourceNative() function in OH_ImageSourceNative
40 OH_ImageSourceNative::OH_ImageSourceNative(char *uri, size_t size, SourceOptions opts) in OH_ImageSourceNative() function in OH_ImageSourceNative
53 OH_ImageSourceNative::OH_ImageSourceNative(int32_t fd, SourceOptions opts) in OH_ImageSourceNative() function in OH_ImageSourceNative
64 OH_ImageSourceNative::OH_ImageSourceNative(uint8_t *data, size_t dataSize, SourceOptions opts) in OH_ImageSourceNative() function in OH_ImageSourceNative
76 OH_ImageSourceNative::OH_ImageSourceNative(RawFileDescriptor rawFile, SourceOptions opts) in OH_ImageSourceNative() function in OH_ImageSourceNative
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dimage_source_native.h53 typedef struct OH_ImageSourceNative OH_ImageSourceNative; typedef
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_image___native_module.md608 ### OH_ImageSourceNative subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_image___native_module.md582 ### OH_ImageSourceNative subsection