Searched refs:psBufferCmd (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_jpegES.c | 917 MTX_ISSUE_BUFFERS *psBufferCmd; in IssueBufferToHW() local 929 …psBufferCmd = (MTX_ISSUE_BUFFERS *)(pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].pMemInf… in IssueBufferToHW() 930 ASSERT(psBufferCmd); in IssueBufferToHW() 936 psBufferCmd->ui32MCUCntAndResetFlag = (ui32NoMCUsToEncode << 1) | 0x1; in IssueBufferToHW() 938 psBufferCmd->ui32MCUPositionOfScanAndPipeNo = in IssueBufferToHW() 945 psBufferCmd->ui32MCUPositionOfScanAndPipeNo |= i8PipeNumber; in IssueBufferToHW() 947 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui32MCUPositionOfScanAndPipeNo: 0x%x\n", psBufferCmd->ui32MCUP… in IssueBufferToHW() 948 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui32MCUCntAndResetFlag: 0x%x\n", psBufferCmd->ui32MCUCntAndRes… in IssueBufferToHW() 950 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psBufferCmd: 0x%x\n", (unsigned int)(psBufferCmd)); in IssueBufferToHW()
|
D | pnw_hostjpeg.c | 1733 MTX_ISSUE_BUFFERS *psBufferCmd; in IssueBufferToHW() local 1752 psBufferCmd = (MTX_ISSUE_BUFFERS *)(pWriteBuf->pMemInfo); in IssueBufferToHW() 1757 psBufferCmd->ui32MCUCntAndResetFlag = (ui32NoMCUsToEncode << 1) | 0x1; in IssueBufferToHW() 1758 psBufferCmd->ui32CurrentMTXScanMCUPosition = pContext->sScan_Encode_Info.ui32CurMCUsOffset; in IssueBufferToHW() 1759 …drv_debug_msg(VIDEO_DEBUG_GENERAL, "TOPAZ_PDUMP: ui32MCUCntAndResetFlag 0x%x\n", psBufferCmd->ui32… in IssueBufferToHW() 1760 …EO_DEBUG_GENERAL, "TOPAZ_PDUMP: ui32CurrentMTXScanMCUPosition 0x%x\n", psBufferCmd->ui32CurrentMTX… in IssueBufferToHW()
|