dvd_error_jump_tbl.c
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- #include "Config.h"
- #ifndef _DVD_ERROR_JUMP_TBL_C
- #define _DVD_ERROR_JUMP_TBL_C
- CONST int g_miDVDNSPBErrorJumpTbl_WithDSI[ERROR_RETRY_NUM_TO_NEXT_PG] =
- {
- // in term of dsi search table
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 20,
- 60,
- 120,
- 240
- };
- CONST int g_miDVDNSPBErrorJumpTbl_WODSI[ERROR_RETRY_NUM_TO_NEXT_PG] =
- {
- // in term of blocks
- 0,
- 500,
- 1000,
- 1500,
- 2000,
- 2500,
- 3000,
- 3500,
- 4000,
- 4500,
- 5000,
- 5500,
- 6000,
- 6500,
- 7000,
- 7500,
- 8000,
- 8500,
- 9000,
- 9500
- };
- #endif//_DVD_ERROR_JUMP_TBL_H