This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] DM385:锁定 GOP 失败错误

Guru**** 2925550 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/664101/dm385-lock-gop-fail-error

器件型号:DM385

您好!

我正在从事 IPNC-3.5工作。 我的用例是四通道捕获(D1)、编码(2mbps)和记录。 它在一段时间(1-2小时)内正常录制。  之后,将持续显示以下错误消息,并且不会进行记录。

 从423225到423231、[host]锁定 GOP 失败

 [host] pFrame->realsize = 5216         blk_index =-97 51200 1.

 从423225到423231、[host]锁定 GOP 失败

 [host] pFrame->realsize = 5216         blk_index =-97 51200 1.

 从423225到423231、[host]锁定 GOP 失败

 [host] pFrame->realsize = 5216         blk_index =-97 51200 1.

 从423225到423231、[host]锁定 GOP 失败

 [host] pFrame->realsize = 5216         blk_index =-97 51200 1.

 从423225到423231、[host]锁定 GOP 失败

 [host] pFrame->realsize = 5216         blk_index =-97 51200 1.

这是我的存储器布局详细信息、

#define MP4_cache_size                             (0x400000)
#define MP4_EXT_CACHE_SIZE                     (0x400000)
#define MP4_EXT1_Cache_size                   (0x400000)
#define MP4_EXT2_cache_size                   (0x400000)  

#define MP4_Cache_BLK_SIZE                    (20*1024)
#define MP4_EXT_Cache_BLK_SIZE          (20*1024)
#define MP4_EXT1_Cache_BLK_SIZE        (20*1024)
#define MP4_EXT2_cache_BLK_size        (20*1024)

#define MP4_MEM_SIZE                                 (0x400000)
#define MP4_EXT_MEM_SIZE                       (0x400000)
#define MP4_EXT1_MEM_SIZE                      (0x400000)  
#define MP4_EXT2_MEM_SIZE                      (0x400000)  

#define MP4_BLK_SIZE                                 (20*1024)
#define MP4_EXT_BLK_SIZE                       (20*1024)
#define MP4_EXT1_BLK_SIZE                      (20*1024)
#define MP4_EXT2_BLK_SIZE                      (20*1024)

#define MP4_1_Extra size                               (256*10)
#define MP4_2_Extra 大小                               (256*10)
#define MP4_3_Extra 大小                               (256*10)   
#define MP4_4_Extra 大小                               (256*10)   


请建议。

此致、

Raja Sekar M.