Searched refs:formatList (Results 1 – 1 of 1) sorted by relevance
610 static void ReleaseSupportedFormatList(struct OhosImageSourceSupportedFormatList &formatList) in ReleaseSupportedFormatList() argument612 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() local631 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 …]