Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp444 SDecodingParam sPrevParam; in ResetDecoder() local
445 memcpy (&sPrevParam, pCtx->pParam, sizeof (SDecodingParam)); in ResetDecoder()
447 WELS_VERIFY_RETURN_PROC_IF (cmInitParaError, InitDecoderCtx (pCtx, &sPrevParam), in ResetDecoder()
459 SDecodingParam sPrevParam; in ThreadResetDecoder() local
462 memcpy (&sPrevParam, pCtx->pParam, sizeof (SDecodingParam)); in ThreadResetDecoder()
466 InitDecoder (&sPrevParam); in ThreadResetDecoder()