Loading media/libstagefright/codecs/avcdec/SoftAVCDec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -644,6 +644,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) { handlePortSettingsChange(&portWillReset, width, height); if (portWillReset) { resetDecoder(); resetPlugin(); return; } } else if (mUpdateColorAspects) { Loading media/libstagefright/codecs/hevcdec/SoftHEVC.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -635,6 +635,7 @@ void SoftHEVC::onQueueFilled(OMX_U32 portIndex) { if (portWillReset) { resetDecoder(); resetPlugin(); return; } } else if (mUpdateColorAspects) { Loading media/libstagefright/codecs/mpeg2dec/SoftMPEG2.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -752,6 +752,7 @@ void SoftMPEG2::onQueueFilled(OMX_U32 portIndex) { if (portWillReset) { resetDecoder(); resetPlugin(); return; } } else if (mUpdateColorAspects) { Loading Loading
media/libstagefright/codecs/avcdec/SoftAVCDec.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -644,6 +644,7 @@ void SoftAVC::onQueueFilled(OMX_U32 portIndex) { handlePortSettingsChange(&portWillReset, width, height); if (portWillReset) { resetDecoder(); resetPlugin(); return; } } else if (mUpdateColorAspects) { Loading
media/libstagefright/codecs/hevcdec/SoftHEVC.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -635,6 +635,7 @@ void SoftHEVC::onQueueFilled(OMX_U32 portIndex) { if (portWillReset) { resetDecoder(); resetPlugin(); return; } } else if (mUpdateColorAspects) { Loading
media/libstagefright/codecs/mpeg2dec/SoftMPEG2.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -752,6 +752,7 @@ void SoftMPEG2::onQueueFilled(OMX_U32 portIndex) { if (portWillReset) { resetDecoder(); resetPlugin(); return; } } else if (mUpdateColorAspects) { Loading