| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 575 ms_dprintk(DRV_L2, "[CRC HWRE] "); in PrintCRC() 579 ms_dprintk(DRV_L2, "[ACC CRC] "); in PrintCRC() 588 ms_dprintk(DRV_L2, "_CRC_PATTERN_GEN_ check error!\n"); in PrintCRC() 589 ms_dprintk(DRV_L2, "[CRC PAT] "); in PrintCRC() 593 ms_dprintk(DRV_L2, "_CRC_PATTERN_GEN_ HW check OK!\n"); in PrintCRC() 602 ms_dprintk(DRV_L2, "[CRC DRAM] "); in PrintCRC() 610 ms_dprintk(DRV_L2, "_CRC_PATTERN_GEN_ check error!\n"); in PrintCRC() 1408 ms_dprintk(DRV_L2, "[IOCTL] MFE_IOC_SETBITRATE =%d\n",gMfeConfig.nBitrate); in MDrv_MFE_Ioctl() 1417 ms_dprintk(DRV_L2, "[IOCTL] MFE_IOC_RESET_BITRATE =%d\n",gMfeConfig.nBitrate); in MDrv_MFE_Ioctl() 1426 ms_dprintk(DRV_L2, "[IOCTL] MFE_IOC_RESET_FRAMERATE =%d\n",gMfeConfig.FrameRatex100); in MDrv_MFE_Ioctl() [all …]
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/mainz/mfe_ex/ |
| H A D | ms_dprintf.h | 89 #define DRV_L2 (1UL /*0*/ << 5) // debug messages macro 103 #define DEBUG_LEVEL (HAL_L1|HAL_L2|DRV_L0|DRV_L1|DRV_L2|DRV_L4|ADP_L0|ADP_L1|ADP_L2|ADP_L4|APP_L1) 154 #define DEBUG_MSG (HAL_L1|DRV_L2|DRV_L3|ADP_L2|ADP_L3|DRV_L5|DRV_L7) 156 #define DEBUG_MSG (HAL_L1|DRV_L2|ADP_L2|DRV_L3|ADP_L3) 158 #define DEBUG_MSG (HAL_L1|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/messi/mfe_ex/ |
| H A D | ms_dprintf.h | 89 #define DRV_L2 (1UL /*0*/ << 5) // debug messages macro 103 #define DEBUG_LEVEL (HAL_L1|HAL_L2|DRV_L0|DRV_L1|DRV_L2|DRV_L4|ADP_L0|ADP_L1|ADP_L2|ADP_L4|APP_L1) 154 #define DEBUG_MSG (HAL_L1|DRV_L2|DRV_L3|ADP_L2|ADP_L3|DRV_L5|DRV_L7) 156 #define DEBUG_MSG (HAL_L1|DRV_L2|ADP_L2|DRV_L3|ADP_L3) 158 #define DEBUG_MSG (HAL_L1|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | bufmng.c | 114 …ms_dprintk(DRV_L2, "[jpeAllocDRAM] Start = 0x%x, End = 0x%x\n", (unsigned int)pConfig->dram_base, … in jpeAllocDRAM() 171 …ms_dprintk(DRV_L2, "[m4veAllocDRAM] Start=0x%x, End=0x%x\n", (unsigned int)pConfig->dram_base, (un… in m4veAllocDRAM() 432 …ms_dprintk(DRV_L2, "[h264AllocDRAM] Start = 0x%x, End = 0x%x\n", (unsigned int)pConfig->dram_base,… in h264AllocDRAM() 468 ms_dprintk(DRV_L2, "[bufpool_return] Specific buffer not found!!\n"); in bufpool_return()
|
| H A D | mfe_common.c | 847 ms_dprintk(DRV_L2, "[MFE MALLOC][%s] PTR: %p, SIZE: 0x%x\n", msg, ret_ptr, (unsigned int)size); in MfeDrvMemMalloc() 856 ms_dprintk(DRV_L2,"[MFE FREE][%s] PTR: %p\n", msg, mem_ptr); in MfeDrvMemFree()
|
| H A D | OutStrm.c | 104 ms_dprintk(DRV_L2,"OutStream: LittleEndian=%d\n", pStream->m_bUseLittleEndian); in osCreate()
|
| H A D | parset.c | 299 ms_dprintk(DRV_L2,"In GenerateSequenceParameterSet\n"); in GenerateSequenceParameterSet()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/ |
| H A D | mdrv_mfe.c | 593 ms_dprintk(DRV_L2, "MDrv_MFE_EncodeVOP : %d(I/P/B)\n", pConfig->vopPredType); in MDrv_MFE_EncodeVOP() 735 …ms_dprintk(DRV_L2, "Obuf index %d: PhyAddr=0x%08x\n", (int)i, (unsigned int)pConfig->outbitsbuf[i]… in MDrv_MFE_Init() 787 …ms_dprintk(DRV_L2, "start to encode frame #%u(Enc) #%u(Disp)\n", (unsigned int)gpMfeConfig->GopInf… in MDrv_MFE_ENC_OneFrame() 996 ms_dprintk(DRV_L2, "[IOCTL] MFE_IOC_ENC_ONEFRAME\n"); in MDrv_MFE_Ioctl() 1035 … ms_dprintk(DRV_L2, "[IOCTL] MFE_IOC_SET_COLOR_FORMAT = %d\n", gpMfeConfig->bColorFormat); in MDrv_MFE_Ioctl()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/kano/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/curry/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/k6/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe_ex/ |
| H A D | ms_dprintf.h | 92 #define DRV_L2 (1UL /*0*/ << 10) // debug messages macro 106 #define MFE_DEBUG (HAL_L2|DRV_L2|ADP_L2)
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/globalinc/ |
| H A D | ms_dprintf.h | 86 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/globalinc/ |
| H A D | ms_dprintf.h | 86 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe/globalinc/ |
| H A D | ms_dprintf.h | 86 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/globalinc/ |
| H A D | ms_dprintf.h | 86 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/globalinc/ |
| H A D | ms_dprintf.h | 86 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/globalinc/ |
| H A D | ms_dprintf.h | 86 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/mustang/mfe_ex/ |
| H A D | ms_dprintf.h | 88 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maldives/mfe_ex/ |
| H A D | ms_dprintf.h | 88 #define DRV_L2 (1/*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe_ex/ |
| H A D | ms_dprintf.h | 88 #define DRV_L2 (1UL /*0*/ << 5) // CRC macro
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe_ex/ |
| H A D | ms_dprintf.h | 88 #define DRV_L2 (1UL /*0*/ << 5) // CRC macro
|