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

Function to_string

YUViewLib/src/parser/VVC/slice_header.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42{
43
44std::string to_string(SliceType sliceType)
45{
46 if (sliceType == SliceType::B)
47 return "B";
48 if (sliceType == SliceType::P)
49 return "P";
50 return "I";
51}
52
53using namespace parser::reader;
54

Callers 12

parseAndAddNALUnitMethod · 0.70
logNALSizeMethod · 0.50
getCCDataBytesMeaningFunction · 0.50
parseMethod · 0.50
parseAndAddNALUnitMethod · 0.50
createChildItemMethod · 0.50
checkValueMethod · 0.50
checkAndLogFunction · 0.50
readBitsMethod · 0.50
readBytesMethod · 0.50
formatArrayFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected