Lines Matching defs:videoProfile
634 const VkVideoCoreProfile& videoProfile, VkImageUsageFlags imageUsage,
644 const VkVideoProfileListInfoKHR videoProfiles = { VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR, nullptr, 1, videoProfile.GetProfile() };
662 std::cout << "\t\t\t" << ((videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) ? "h264" : "h265") << "decode formats: " << std::endl;
680 const VkVideoCoreProfile& videoProfile,
690 result = util::getVideoFormats(devCtx, videoProfile,
702 result = util::getVideoFormats(devCtx, videoProfile,
708 result = util::getVideoFormats(devCtx, videoProfile,
750 const VkVideoCoreProfile& videoProfile,
760 if (videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) {
764 } else if (videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR) {
773 videoProfile.GetProfile(),
781 std::cout << "\t\t\t" << ((videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) ? "h264" : "h265") << " decode capabilities: " << std::endl;
795 if (videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) {
806 } else if (videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR) {
824 const VkVideoCoreProfile& videoProfile,
828 VkVideoCodecOperationFlagsKHR videoCodec = videoProfile.GetProfile()->videoCodecOperation;
850 VkResult result = util::getVideoCapabilities(devCtx, videoProfile, &videoCapabilities);