Searched refs:CSourceOptions (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_ffi.h | 30 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 D | image_ffi_test.cpp | 49 CSourceOptions opts; 88 CSourceOptions opts;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 75 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()
|