| 620 | } |
| 621 | } |
| 622 | void DumpStdVideoAV1FrameType(Printer &p, std::string name, StdVideoAV1FrameType value) { |
| 623 | p.PrintKeyString(name, StdVideoAV1FrameTypeString(value)); |
| 624 | } |
| 625 | std::string StdVideoAV1ReferenceNameString(StdVideoAV1ReferenceName value) { |
| 626 | switch (value) { |
| 627 | case STD_VIDEO_AV1_REFERENCE_NAME_INTRA_FRAME: |
nothing calls this directly
no test coverage detected