Loading media/codec2/components/flac/C2SoftFlacEnc.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -262,9 +262,10 @@ void C2SoftFlacEnc::process( work->result = C2_NO_MEMORY; return; } C2WriteView wView = mOutputBlock->map().get(); if (wView.error()) { ALOGE("write view map failed %d", wView.error()); err = mOutputBlock->map().get().error(); if (err) { ALOGE("write view map failed %d", err); work->result = C2_CORRUPTED; return; } Loading Loading
media/codec2/components/flac/C2SoftFlacEnc.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -262,9 +262,10 @@ void C2SoftFlacEnc::process( work->result = C2_NO_MEMORY; return; } C2WriteView wView = mOutputBlock->map().get(); if (wView.error()) { ALOGE("write view map failed %d", wView.error()); err = mOutputBlock->map().get().error(); if (err) { ALOGE("write view map failed %d", err); work->result = C2_CORRUPTED; return; } Loading