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

Method BeginVideoCoding

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

Source from the content-addressed store, hash-verified

2168}
2169
2170void CommandBuffer::BeginVideoCoding(const VkVideoBeginCodingInfoKHR& beginInfo) {
2171 vk::CmdBeginVideoCodingKHR(handle(), &beginInfo);
2172}
2173
2174void CommandBuffer::ControlVideoCoding(const VkVideoCodingControlInfoKHR& controlInfo) {
2175 vk::CmdControlVideoCodingKHR(handle(), &controlInfo);

Callers 15

TestRateControlInfoMethod · 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

Calls 1

CmdBeginVideoCodingKHRFunction · 0.85

Tested by 3

TestRateControlInfoMethod · 0.64
TestIntraRefreshCycleMethod · 0.64