mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-29 11:42:05 +08:00
[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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user