Searched defs:VideoProfileInfo (Results 1 – 1 of 1) sorted by relevance
79 struct VideoProfileInfo struct81 VkVideoCodecOperationFlagBitsKHR codecOperation;82 VkVideoChromaSubsamplingFlagBitsKHR subsamplingFlags;83 VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth;84 VkVideoComponentBitDepthFlagBitsKHR chromaBitDepth;85 int profileIDC;87 VideoProfileInfo(VkVideoCodecOperationFlagBitsKHR codecOp, in VideoProfileInfo() argument