Hi SergioSolis,
We are using quad core board,
one observation
After removing below changes in
File :Acodec.cpp
Function name : status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> ¬ify)
Code changes:
if(rect.nHeight > 0
&& rect.nHeight < videoDef->nFrameHeight
&& !strncmp(mComponentName.c_str(), "OMX.Freescale.std.video_decoder", 31)
&& strstr(mComponentName.c_str(),"hw-based")){
ALOGW("ACodec map vpu crop info: output crop: %d, frameH %d", rect.nHeight, videoDef->nFrameHeight);
notify->setInt32("slice-height", videoDef->nFrameHeight);
videoDef->nFrameHeight = rect.nHeight;
}
its working but android.media.cts.Vp8EncoderTest testEncoderQuality is failing