Searched refs:pictureFormat (Results 1 – 7 of 7) sorted by relevance
40 vid->picture_format = create_info->pictureFormat; in vk_video_session_init()
1212 * pname:pictureFormat is the image format the created video session will1216 operation, then pname:pictureFormat is the image format of1222 operation, then pname:pictureFormat is the image format of1301 * [[VUID-VkVideoSessionCreateInfoKHR-pictureFormat-04853]]1303 operation, then pname:pictureFormat must: be one of the supported decode1314 * [[VUID-VkVideoSessionCreateInfoKHR-pictureFormat-04854]]1316 operation, then pname:pictureFormat must: be one of the supported encode
445 must: match the slink:VkVideoSessionCreateInfoKHR::pname:pictureFormat
163 VkFormat pictureFormat;179 * The used picture formats (`pictureFormat` and `referencePictureFormat`)724 .pictureFormat = ... // image format to use for input/output pictures
2023 int32_t pictureFormat = lookupAttr(PICTURE_TYPES_MAP, PARAM_MAP_SIZE(PICTURE_TYPES_MAP), str); in setPictureFormat() local2024 if (pictureFormat != NAME_NOT_FOUND) { in setPictureFormat()2025 mPictureFormat = pictureFormat; in setPictureFormat()
8158 VkFormat pictureFormat; member
14474 VULKAN_HPP_HASH_COMBINE( seed, videoSessionCreateInfoKHR.pictureFormat ); in operator ()()