Home
last modified time | relevance | path

Searched refs:m_profile (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp181 if (m_profile.videoCodecOperation == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) in PopulateProfileExt()
186 m_profile.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO; in PopulateProfileExt()
200 m_profile.pNext = &m_h264DecodeProfile; in PopulateProfileExt()
203 else if (m_profile.videoCodecOperation == VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR) in PopulateProfileExt()
208 m_profile.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO; in PopulateProfileExt()
221 m_profile.pNext = &m_h265DecodeProfile; in PopulateProfileExt()
224 else if (m_profile.videoCodecOperation == VK_VIDEO_CODEC_OPERATION_ENCODE_H264_BIT_EXT) in PopulateProfileExt()
229 m_profile.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO; in PopulateProfileExt()
242 m_profile.pNext = &m_h264EncodeProfile; in PopulateProfileExt()
245 else if (m_profile in PopulateProfileExt()
843 VkVideoProfileInfoKHR m_profile; global() member in vkt::video::VkVideoCoreProfile
[all...]
H A DvktVideoBaseDecodeUtils.hpp319 if (*pVideoProfile != m_profile)
391 : m_refCount(0), m_profile(*pVideoProfile), m_devCtx(devCtx), m_videoSession(VkVideoSessionKHR(0))
423 VkVideoCoreProfile m_profile;
899 VkVideoCoreProfile m_profile{};
H A DvktVideoDecodeTests.cpp232 m_profile = VkVideoCoreProfile(m_info->profile.codecOperation, m_info->profile.subsamplingFlags, m_info->profile.lumaBitDepth, m_info->profile.chromaBitDepth, m_info->profile.profileIDC); in TestDefinition()
260 return m_profile.GetCodecType(); in getCodecOperation()
264 return &m_profile; in getProfile()
295 switch (m_profile.GetCodecType()) in extensionProperties()
302 tcu::die("Unsupported video codec %s\n", util::codecToName(m_profile.GetCodecType())); in extensionProperties()
318 VkVideoCoreProfile m_profile; member in vkt::video::__anon28942::TestDefinition
335 util::getVideoDecodeCapabilities(*decoder->m_deviceContext, decoder->m_profile, videoCaps, videoDecodeCaps); in createParser()
H A DvktVideoBaseDecodeUtils.cpp548 , m_profile(*params.profile)
563 VK_CHECK(util::getSupportedVideoFormats(*m_deviceContext, m_profile, m_decodeCaps.flags,
619 DE_ASSERT(videoProfile == m_profile);
622 DE_ASSERT(m_profile == videoProfile);
624 DE_ASSERT(((detectedVideoCodec & m_supportedVideoCodecs) != 0) && (detectedVideoCodec == m_profile.GetCodecType()));
655 DE_ASSERT(pVideoFormat->chromaSubsampling == m_profile.GetColorSubsampling());
761 m_profile.GetProfileListInfo());
1058 if (m_profile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR)
1152 else if (m_profile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR)
1810 m_profile
[all...]

Completed in 7 milliseconds