Home
last modified time | relevance | path

Searched refs:psBufferCmd (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c917 MTX_ISSUE_BUFFERS *psBufferCmd; in IssueBufferToHW() local
929psBufferCmd = (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()