Loading media/codec2/components/avc/C2SoftAvcDec.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -671,6 +671,9 @@ status_t C2SoftAvcDec::resetDecoder() { void C2SoftAvcDec::resetPlugin() { mSignalledOutputEos = false; mTimeStart = mTimeEnd = systemTime(); if (mOutBlock) { mOutBlock.reset(); } } status_t C2SoftAvcDec::deleteDecoder() { Loading media/codec2/components/hevc/C2SoftHevcDec.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -664,6 +664,9 @@ status_t C2SoftHevcDec::resetDecoder() { void C2SoftHevcDec::resetPlugin() { mSignalledOutputEos = false; mTimeStart = mTimeEnd = systemTime(); if (mOutBlock) { mOutBlock.reset(); } } status_t C2SoftHevcDec::deleteDecoder() { Loading media/codec2/components/mpeg2/C2SoftMpeg2Dec.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -732,6 +732,9 @@ status_t C2SoftMpeg2Dec::resetDecoder() { void C2SoftMpeg2Dec::resetPlugin() { mSignalledOutputEos = false; mTimeStart = mTimeEnd = systemTime(); if (mOutBlock) { mOutBlock.reset(); } } status_t C2SoftMpeg2Dec::deleteDecoder() { Loading media/codec2/components/mpeg4_h263/C2SoftMpeg4Dec.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,9 @@ c2_status_t C2SoftMpeg4Dec::onStop() { mFramesConfigured = false; mSignalledOutputEos = false; mSignalledError = false; if (mOutBlock) { mOutBlock.reset(); } return C2_OK; } Loading Loading
media/codec2/components/avc/C2SoftAvcDec.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -671,6 +671,9 @@ status_t C2SoftAvcDec::resetDecoder() { void C2SoftAvcDec::resetPlugin() { mSignalledOutputEos = false; mTimeStart = mTimeEnd = systemTime(); if (mOutBlock) { mOutBlock.reset(); } } status_t C2SoftAvcDec::deleteDecoder() { Loading
media/codec2/components/hevc/C2SoftHevcDec.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -664,6 +664,9 @@ status_t C2SoftHevcDec::resetDecoder() { void C2SoftHevcDec::resetPlugin() { mSignalledOutputEos = false; mTimeStart = mTimeEnd = systemTime(); if (mOutBlock) { mOutBlock.reset(); } } status_t C2SoftHevcDec::deleteDecoder() { Loading
media/codec2/components/mpeg2/C2SoftMpeg2Dec.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -732,6 +732,9 @@ status_t C2SoftMpeg2Dec::resetDecoder() { void C2SoftMpeg2Dec::resetPlugin() { mSignalledOutputEos = false; mTimeStart = mTimeEnd = systemTime(); if (mOutBlock) { mOutBlock.reset(); } } status_t C2SoftMpeg2Dec::deleteDecoder() { Loading
media/codec2/components/mpeg4_h263/C2SoftMpeg4Dec.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,9 @@ c2_status_t C2SoftMpeg4Dec::onStop() { mFramesConfigured = false; mSignalledOutputEos = false; mSignalledError = false; if (mOutBlock) { mOutBlock.reset(); } return C2_OK; } Loading