Lines Matching refs:gNJPEGMDebug
862 NJPEG_EX_MDebug gNJPEGMDebug; variable
3706 … gNJPEGMDebug._bProgressive_flag = pNJPEGContext->_bProgressive_flag[pNJPEGContext->eNJPDNum]; in JPEG_locate_sof_marker()
7278 …gNJPEGMDebug._u32ReadBufferAddr_PA = pNJPEGContext->_u32ReadBufferAddr_PA[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_Init()
7279 …gNJPEGMDebug._u32WriteBufferAddr_PA= pNJPEGContext->_u32WriteBufferAddr_PA[pNJPEGContext->eNJPDNum… in _MApi_JPEG_Init()
7280 …gNJPEGMDebug._u32InternalBufferAddr_PA= pNJPEGContext->_u32InternalBufferAddr_PA[pNJPEGContext->eN… in _MApi_JPEG_Init()
7282 gNJPEGMDebug._u32ReadBufferAddr = pNJPEGContext->_u32ReadBufferAddr[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_Init()
7284 gNJPEGMDebug._u32WriteBufferAddr= pNJPEGContext->_u32WriteBufferAddr[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_Init()
7286 …gNJPEGMDebug._u32InternalBufferAddr= pNJPEGContext->_u32InternalBufferAddr[pNJPEGContext->eNJPDNum… in _MApi_JPEG_Init()
7288 gNJPEGMDebug._u32ReadBufferSize = pNJPEGContext->_u32ReadBufferSize[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_Init()
7289 gNJPEGMDebug._u32WriteBufferSize= pNJPEGContext->_u32WriteBufferSize[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_Init()
7290 …gNJPEGMDebug._u32InternalBufferSize= pNJPEGContext->_u32InternalBufferSize[pNJPEGContext->eNJPDNum… in _MApi_JPEG_Init()
7533 gNJPEGMDebug._u16Image_x_size = pNJPEGContext->_u16Image_x_size[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_DecodeHdr()
7534 gNJPEGMDebug._u16Image_y_size= pNJPEGContext->_u16Image_y_size[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_DecodeHdr()
7535 gNJPEGMDebug._u8ScaleDownFactor = pNJPEGContext->_u8ScaleDownFactor[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_DecodeHdr()
7605 gNJPEGMDebug._u32HWStartTime= MsOS_GetSystemTime(); in _MApi_JPEG_Decode()
7817 gNJPEGMDebug._u32HWEndTime= MsOS_GetSystemTime(); in _MApi_JPEG_GetJPDEventFlag()
8675 gNJPEGMDebug._Error_code = pNJPEGContext->_Error_code[pNJPEGContext->eNJPDNum]; in _MApi_JPEG_SetErrCode()
9160 gNJPEGMDebug._u32HWEndTime= MsOS_GetSystemTime(); in _MApi_JPEG_WaitDone()
11239 …MdbPrint(u64ReqHdl,"Input buffer address PA : 0x%lx\n", gNJPEGMDebug._u32ReadBufferA… in _MApi_JPEG_GetMdbInfo()
11240 …MdbPrint(u64ReqHdl,"Output buffer address PA : 0x%lx\n", gNJPEGMDebug._u32WriteBuffer… in _MApi_JPEG_GetMdbInfo()
11241 …MdbPrint(u64ReqHdl,"Internal buffer address PA : 0x%lx\n", gNJPEGMDebug._u32InternalBuf… in _MApi_JPEG_GetMdbInfo()
11242 …MdbPrint(u64ReqHdl,"Input buffer address VA : 0x%lx\n", gNJPEGMDebug._u32ReadBufferA… in _MApi_JPEG_GetMdbInfo()
11244 …MdbPrint(u64ReqHdl,"Output buffer address VA : 0x%lx\n", gNJPEGMDebug._u32WriteBuffer… in _MApi_JPEG_GetMdbInfo()
11246 …MdbPrint(u64ReqHdl,"Internal buffer address VA : 0x%lx\n", gNJPEGMDebug._u32InternalBuf… in _MApi_JPEG_GetMdbInfo()
11247 …MdbPrint(u64ReqHdl,"Input buffer size : 0x%lx\n", gNJPEGMDebug._u32ReadBufferS… in _MApi_JPEG_GetMdbInfo()
11248 …MdbPrint(u64ReqHdl,"Output buffer size : 0x%lx\n", gNJPEGMDebug._u32WriteBuffer… in _MApi_JPEG_GetMdbInfo()
11249 …MdbPrint(u64ReqHdl,"Internal buffer size : 0x%lx\n", gNJPEGMDebug._u32InternalBuf… in _MApi_JPEG_GetMdbInfo()
11250 …Hdl,"Picture resolution : %dx%d\n", gNJPEGMDebug._u16Image_x_size, gNJPEGMDebug… in _MApi_JPEG_GetMdbInfo()
11251 if(gNJPEGMDebug._bProgressive_flag) in _MApi_JPEG_GetMdbInfo()
11259 switch(gNJPEGMDebug.eJPEGColorFormat) in _MApi_JPEG_GetMdbInfo()
11289 …MdbPrint(u64ReqHdl,"Scaling down factor : %d\n", gNJPEGMDebug._u8ScaleDownFactor… in _MApi_JPEG_GetMdbInfo()
11290 …eqHdl,"HW decoding time : %dms\n", gNJPEGMDebug._u32HWEndTime - gNJPEGMDebug.… in _MApi_JPEG_GetMdbInfo()
11291 MdbPrint(u64ReqHdl,"JPEG error code : %d\n", gNJPEGMDebug._Error_code); in _MApi_JPEG_GetMdbInfo()