mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-09 11:00:53 +08:00
[h264d] cancle hal_reset error
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@574 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -440,8 +440,8 @@ MPP_RET rkv_h264d_reset(void *hal)
|
|||||||
INP_CHECK(ret, NULL == p_hal);
|
INP_CHECK(ret, NULL == p_hal);
|
||||||
FunctionIn(p_hal->logctx.parr[RUN_HAL]);
|
FunctionIn(p_hal->logctx.parr[RUN_HAL]);
|
||||||
|
|
||||||
memset(&p_hal->regs, 0, sizeof(H264dRkvRegs_t));
|
memset(p_hal->regs, 0, sizeof(H264dRkvRegs_t));
|
||||||
rkv_reset_fifo_packet((H264dRkvPkt_t *)p_hal->pkts);
|
rkv_reset_fifo_packet((H264dRkvPkt_t *)p_hal->pkts);
|
||||||
|
|
||||||
FunctionOut(p_hal->logctx.parr[RUN_HAL]);
|
FunctionOut(p_hal->logctx.parr[RUN_HAL]);
|
||||||
__RETURN:
|
__RETURN:
|
||||||
|
Reference in New Issue
Block a user