DM368에서 Venc1_delete() 시 Memory Buffer Leak 현상 발생 시 해결 방안.
$ export CE_DEBUG=1
로 코덱엔진 디버깅 메시지를 켰을때 아래와 같은 메시지가 발생하면.
@28,717,119us: [+7 T:0x453d7460 S:0x453d674c] OM - Memory_contigFree> Error: buffer (addr=1258430464, size=48) not found in translation cache
cfg 파일 (ex> encodedecode.cfg) 파일 마지막에 아래 내용 추가.
xdc.useModule('ti.sdo.ce.osal.linux.Settings').maxCbListSize = 200; // default size is 100 |
'Programming & Tools > TMS320DM368' 카테고리의 다른 글
[DM368] Busybox tftpd 실행법 (0) | 2012.07.03 |
---|---|
[DM368] tcpdump compile (0) | 2012.07.02 |
[DM368] U-Boot 의 bootargs Parameter 항목을 Kernel에서 사용하기 (0) | 2012.06.12 |
[DM368] RGB888 to RGB565 (0) | 2012.05.31 |
[DM368] OSD 에 Color Key 를 이용하여 Tranparency 설정하기. (0) | 2012.05.31 |