Searched refs:eErrorVideoProfileCodecNotSupportedKHR (Results 1 – 3 of 3) sorted by relevance
5870 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) {} in VideoProfileCodecNotSupportedKHRError()5872 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) {} in VideoProfileCodecNotSupportedKHRError()5976 …case Result::eErrorVideoProfileCodecNotSupportedKHR: throw VideoProfileCodecNotSupportedKHRError( … in throwResultException()
275 eErrorVideoProfileCodecNotSupportedKHR = VK_ERROR_VIDEO_PROFILE_CODEC_NOT_SUPPORTED_KHR, enumerator
2714 …case Result::eErrorVideoProfileCodecNotSupportedKHR : return "ErrorVideoProfileCodecNotSupportedKH… in to_string()