Home
last modified time | relevance | path

Searched refs:CSourceOptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h30 struct CSourceOptions { struct
65 …FFI_EXPORT int64_t FfiOHOSCreateImageSourceByPathWithOption(char* uri, CSourceOptions opts, uint32…
67 …FFI_EXPORT int64_t FfiOHOSCreateImageSourceByFdWithOption(int fd, CSourceOptions opts, uint32_t* e…
70 int32_t length, CSourceOptions opts, uint32_t* errCode);
71 …t64_t FfiOHOSCreateImageSourceByBufferWithOption(uint8_t *data, uint32_t size, CSourceOptions opts,
74 CSourceOptions opts, uint32_t* errCode);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H A Dimage_ffi_test.cpp49 CSourceOptions opts;
88 CSourceOptions opts;
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp75 static SourceOptions ParseCSourceOptions(CSourceOptions opts) in ParseCSourceOptions()
87 …int64_t FfiOHOSCreateImageSourceByPathWithOption(char* uri, CSourceOptions opts, uint32_t* errCode) in FfiOHOSCreateImageSourceByPathWithOption()
127 int64_t FfiOHOSCreateImageSourceByFdWithOption(int fd, CSourceOptions opts, uint32_t* errCode) in FfiOHOSCreateImageSourceByFdWithOption()
166 …int64_t FfiOHOSCreateImageSourceByBufferWithOption(uint8_t *data, uint32_t size, CSourceOptions op… in FfiOHOSCreateImageSourceByBufferWithOption()
188 int32_t length, CSourceOptions opts, uint32_t* errCode) in FfiOHOSCreateImageSourceByRawFile()
207 …int64_t FfiOHOSCreateIncrementalSource(const uint8_t *data, uint32_t size, CSourceOptions opts, ui… in FfiOHOSCreateIncrementalSource()