Lines Matching defs:pVideoProfileExt
179 bool PopulateProfileExt(VkBaseInStructure const* pVideoProfileExt)
183 VkVideoDecodeH264ProfileInfoKHR const* pProfileExt = (VkVideoDecodeH264ProfileInfoKHR const*)pVideoProfileExt;
205 VkVideoDecodeH265ProfileInfoKHR const* pProfileExt = (VkVideoDecodeH265ProfileInfoKHR const*)pVideoProfileExt;
226 VkVideoEncodeH264ProfileInfoEXT const* pProfileExt = (VkVideoEncodeH264ProfileInfoEXT const*)pVideoProfileExt;
247 VkVideoEncodeH265ProfileInfoEXT const* pProfileExt = (VkVideoEncodeH265ProfileInfoEXT const*)pVideoProfileExt;
305 VkBaseInStructure* pVideoProfileExt = NULL;
315 pVideoProfileExt = (VkBaseInStructure*)&decodeH264ProfilesRequest;
324 pVideoProfileExt = (VkBaseInStructure*)&decodeH265ProfilesRequest;
333 pVideoProfileExt = (VkBaseInStructure*)&encodeH264ProfilesRequest;
342 pVideoProfileExt = (VkBaseInStructure*)&encodeH265ProfilesRequest;
350 PopulateProfileExt(pVideoProfileExt);