Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp610 static void ReleaseSupportedFormatList(struct OhosImageSourceSupportedFormatList &formatList) in ReleaseSupportedFormatList() argument
612 if (formatList.supportedFormatList == nullptr) { in ReleaseSupportedFormatList()
615 for (size_t i = SIZE_ZERO; i < formatList.size; i++) { in ReleaseSupportedFormatList()
616 auto format = formatList.supportedFormatList[i]; in ReleaseSupportedFormatList()
625 free(formatList.supportedFormatList); in ReleaseSupportedFormatList()
626 formatList.supportedFormatList = nullptr; in ReleaseSupportedFormatList()
630 struct OhosImageSourceSupportedFormatList formatList; in GetSupportedFormats() local
631 int32_t res = OH_ImageSource_GetSupportedFormats(&formatList); in GetSupportedFormats()
632 if (formatList.size == SIZE_ZERO || res != OHOS_IMAGE_RESULT_SUCCESS) { in GetSupportedFormats()
636 formatList.supportedFormatList = (struct OhosImageSourceSupportedFormat**)malloc( in GetSupportedFormats()
[all …]