Home
last modified time | relevance | path

Searched refs:nestedSei (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DSEI_internal.cpp137 auto& nestedSei = nestingSei->nestedSEIs[i]; in deleteSEIs() local
139 if( nestedSei->payload ) in deleteSEIs()
140 free( nestedSei->payload ); in deleteSEIs()
141 delete nestedSei; in deleteSEIs()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DDecLib.cpp410 auto& nestedSei = nestingSei->nestedSEIs[i]; in checkPictureHashSEI() local
411 CHECK( nestedSei == nullptr, "missing nested sei" ); in checkPictureHashSEI()
412 if( nestedSei && nestedSei->payloadType != VVDEC_DECODED_PICTURE_HASH ) in checkPictureHashSEI()
415 const vvdecSEIDecodedPictureHash* hash = (vvdecSEIDecodedPictureHash*)nestedSei->payload; in checkPictureHashSEI()