MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / EncodeVideo

Method EncodeVideo

tests/framework/binding.cpp:2180–2180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2178void CommandBuffer::DecodeVideo(const VkVideoDecodeInfoKHR& decodeInfo) { vk::CmdDecodeVideoKHR(handle(), &decodeInfo); }
2179
2180void CommandBuffer::EncodeVideo(const VkVideoEncodeInfoKHR& encodeInfo) { vk::CmdEncodeVideoKHR(handle(), &encodeInfo); }
2181
2182void CommandBuffer::EndVideoCoding(const VkVideoEndCodingInfoKHR& endInfo) { vk::CmdEndVideoCodingKHR(handle(), &endInfo); }
2183

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TestIntraRefreshCycleMethod · 0.80

Calls 1

CmdEncodeVideoKHRFunction · 0.85

Tested by 1

TestIntraRefreshCycleMethod · 0.64