Home
last modified time | relevance | path

Searched defs:VideoProfileInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoClipInfo.hpp79 struct VideoProfileInfo struct
81 VkVideoCodecOperationFlagBitsKHR codecOperation;
82 VkVideoChromaSubsamplingFlagBitsKHR subsamplingFlags;
83 VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth;
84 VkVideoComponentBitDepthFlagBitsKHR chromaBitDepth;
85 int profileIDC;
87 VideoProfileInfo(VkVideoCodecOperationFlagBitsKHR codecOp, in VideoProfileInfo() argument