Searched defs:VulkanParserDetectedVideoFormat (Results 1 – 1 of 1) sorted by relevance
931 struct VulkanParserDetectedVideoFormat struct933 vk::VkVideoCodecOperationFlagBitsKHR codec; // Compression format934 uint32_t codecProfile;935 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;936 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;937 VkVideoChromaSubsamplingFlagBitsKHR chromaSubsampling;938 … frame_rate_numerator; // Frame rate denominator (0 = unspecified or variable frame rate)939 uint32_t frame_rate_denominator;940 … // if true, this is a sequence update and not the first time StartVideoSequence is being called.941 … sequenceReconfigireFormat : 1; // if true, this is a sequence update for the video format.[all …]