Searched refs:m_supportedVideoCodecs (Results 1 – 2 of 2) sorted by relevance
926 VkVideoCodecOperationFlagsKHR m_supportedVideoCodecs{}; member in vkt::video::VideoBaseDecoder
426 m_supportedVideoCodecs = util::getSupportedCodecs( in reinitializeFormatsForProfile()429 DE_ASSERT(m_supportedVideoCodecs != VK_VIDEO_CODEC_OPERATION_NONE_KHR); in reinitializeFormatsForProfile()501 DE_ASSERT(((detectedVideoCodec & m_supportedVideoCodecs) != 0)); in StartVideoSequence()