Home
last modified time | relevance | path

Searched refs:getSEIMessageString (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DSEI_internal.h68 static const char *getSEIMessageString( vvdecSEIPayloadType payloadType);
H A DSEI_internal.cpp54 const char *SEI_internal::getSEIMessageString( vvdecSEIPayloadType payloadType) in getSEIMessageString() function in vvdec::SEI_internal
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DSEI.cpp90 const Char *SEI::getSEIMessageString(SEI::PayloadType payloadType) in getSEIMessageString() function in SEI
H A DSEI.h92 static const Char *getSEIMessageString(SEI::PayloadType payloadType);
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DSEIwrite.cpp52 …fprintf( g_hTrace, "=========== %s SEI message ===========\n", SEI::getSEIMessageString(payloadTyp… in xTraceSEIMessageType()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DSEIread.cpp74 …_HEADER, "=========== %s SEI message ===========\n", SEI_internal::getSEIMessageString( payloadTyp… in xTraceSEIMessageType()
127 …std::string seiMessageHdr(SEI_internal::getSEIMessageString(sei->payloadType)); seiMessageHdr+=" S… in output_sei_message_header()