[hal_h264e]: 1. merge from branch mpp_encAvc r1076, add the modification of HAL_RKV; 2. for HAL_VPU, ouput_strm_size is /=8 in hal, instead of controller.

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1134 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
LinKesheng
2016-08-01 08:11:30 +00:00
parent 5d1317859a
commit 2ce82facd2
9 changed files with 757 additions and 691 deletions

View File

@@ -153,8 +153,6 @@ void H264SetNewFrame(h264Instance_s * inst)
regValues_s *regs = &inst->asic.regs;
regs->outputStrmSize -= inst->stream.byteCnt;
regs->outputStrmSize /= 8; /* 64-bit addresses */
regs->outputStrmSize &= (~0x07); /* 8 multiple size */
/* 64-bit aligned stream base address */
regs->outputStrmBase += (inst->stream.byteCnt & (~0x07));