HDK
|
#include <vulkan_beta.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkVideoEncodeFlagsKHR | flags |
uint32_t | qualityLevel |
VkBuffer | dstBitstreamBuffer |
VkDeviceSize | dstBitstreamBufferOffset |
VkDeviceSize | dstBitstreamBufferMaxRange |
VkVideoPictureResourceInfoKHR | srcPictureResource |
const VkVideoReferenceSlotInfoKHR * | pSetupReferenceSlot |
uint32_t | referenceSlotCount |
const VkVideoReferenceSlotInfoKHR * | pReferenceSlots |
uint32_t | precedingExternallyEncodedBytes |
Definition at line 450 of file vulkan_beta.h.
VkBuffer VkVideoEncodeInfoKHR::dstBitstreamBuffer |
Definition at line 455 of file vulkan_beta.h.
VkDeviceSize VkVideoEncodeInfoKHR::dstBitstreamBufferMaxRange |
Definition at line 457 of file vulkan_beta.h.
VkDeviceSize VkVideoEncodeInfoKHR::dstBitstreamBufferOffset |
Definition at line 456 of file vulkan_beta.h.
VkVideoEncodeFlagsKHR VkVideoEncodeInfoKHR::flags |
Definition at line 453 of file vulkan_beta.h.
const void* VkVideoEncodeInfoKHR::pNext |
Definition at line 452 of file vulkan_beta.h.
uint32_t VkVideoEncodeInfoKHR::precedingExternallyEncodedBytes |
Definition at line 462 of file vulkan_beta.h.
const VkVideoReferenceSlotInfoKHR* VkVideoEncodeInfoKHR::pReferenceSlots |
Definition at line 461 of file vulkan_beta.h.
const VkVideoReferenceSlotInfoKHR* VkVideoEncodeInfoKHR::pSetupReferenceSlot |
Definition at line 459 of file vulkan_beta.h.
uint32_t VkVideoEncodeInfoKHR::qualityLevel |
Definition at line 454 of file vulkan_beta.h.
uint32_t VkVideoEncodeInfoKHR::referenceSlotCount |
Definition at line 460 of file vulkan_beta.h.
VkVideoPictureResourceInfoKHR VkVideoEncodeInfoKHR::srcPictureResource |
Definition at line 458 of file vulkan_beta.h.
VkStructureType VkVideoEncodeInfoKHR::sType |
Definition at line 451 of file vulkan_beta.h.