Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
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_;
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
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
/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
Dimage_source_native.h53 typedef struct OH_ImageSourceNative OH_ImageSourceNative; typedef