MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / DumpStdVideoAV1FrameType

Function DumpStdVideoAV1FrameType

vulkaninfo/generated/vulkaninfo.hpp:622–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 }
621}
622void DumpStdVideoAV1FrameType(Printer &p, std::string name, StdVideoAV1FrameType value) {
623 p.PrintKeyString(name, StdVideoAV1FrameTypeString(value));
624}
625std::string StdVideoAV1ReferenceNameString(StdVideoAV1ReferenceName value) {
626 switch (value) {
627 case STD_VIDEO_AV1_REFERENCE_NAME_INTRA_FRAME:

Callers

nothing calls this directly

Calls 2

PrintKeyStringMethod · 0.80

Tested by

no test coverage detected