MCPcopy Create free account
hub / github.com/IENT/YUView / to_string

Function to_string

YUViewLib/src/parser/HEVC/slice_segment_header.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57using namespace reader;
58
59std::string to_string(SliceType sliceType) { return sliceTypeCoding.getMeaning(sliceType); }
60
61void slice_segment_header::parse(SubByteReaderLogging & reader,
62 bool firstAUInDecodingOrder,

Callers 5

parseMethod · 0.70
parseMethod · 0.70
parseAndAddNALUnitMethod · 0.70
parseMethod · 0.70
parseMethod · 0.70

Calls 1

getMeaningMethod · 0.80

Tested by

no test coverage detected