Searched refs:ui16BCnt (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_jpeg.c | 552 IMG_UINT16 ui16BCnt; in pnw_jpeg_EndPicture() local 564 for (ui16BCnt = 0; ui16BCnt < pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers in pnw_jpeg_EndPicture() 565 && pContext->sScan_Encode_Info.ui16SScan > 0; ui16BCnt++) { in pnw_jpeg_EndPicture() 566 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber = in pnw_jpeg_EndPicture() 575 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber = in pnw_jpeg_EndPicture() 577 >> ui16BCnt) & 0x1; in pnw_jpeg_EndPicture() 588 rc = SubmitScanToMTX(pContext, ui16BCnt, in pnw_jpeg_EndPicture() 589 … pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber, ui32NoMCUsToEncode); in pnw_jpeg_EndPicture() 625 IMG_UINT16 ui16BCnt; in pnw_jpeg_AppendMarkers() local 645 for (ui16BCnt = 0; in pnw_jpeg_AppendMarkers() [all …]
|
D | tng_jpegES.c | 913 IMG_UINT16 ui16BCnt, in IssueBufferToHW() argument 921 …code_Info.aBufferTable[ui16BCnt].ui32DataBufferUsedBytes = ((BUFFER_HEADER*)(pJPEGContext->sScan_E… in IssueBufferToHW() 924 pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber, in IssueBufferToHW() 925 ui32NoMCUsToEncode, ui16BCnt, i8PipeNumber); in IssueBufferToHW() 929 …psBufferCmd = (MTX_ISSUE_BUFFERS *)(pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].pMemInf… in IssueBufferToHW() 933 …AL, "ui16ScanNumber: %d\n", pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber); in IssueBufferToHW() 940 pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber) * in IssueBufferToHW() 951 …ERAL, "Command Data: 0x%x\n", (unsigned int)(PTG_JPEG_HEADER_MAX_SIZE + ui16BCnt * pJPEGContext->u… in IssueBufferToHW() 959 … PTG_JPEG_HEADER_MAX_SIZE + ui16BCnt * pJPEGContext->ui32SizePerCodedBuffer); in IssueBufferToHW() 1407 IMG_UINT16 ui16BCnt; in tng_jpeg_EndPicture() local [all …]
|
D | pnw_hostjpeg.c | 1731 …ODER_CONTEXT *pContext, TOPAZSC_JPEG_BUFFER_INFO* pWriteBuf, IMG_UINT16 ui16BCnt, IMG_UINT32 ui32N… in IssueBufferToHW() argument 1740 … %i, using Buffer %i\n", pWriteBuf->ui16ScanNumber, ui32NoMCUsToEncode, i8MTXNumber - 1, ui16BCnt); in IssueBufferToHW() 1746 i8MTXNumber, ui16BCnt); in IssueBufferToHW() 1775 … ui16BCnt * pContext->ui32SizePerCodedBuffer + PNW_JPEG_HEADER_MAX_SIZE); in IssueBufferToHW() 1793 IMG_UINT16 ui16BCnt, in SubmitScanToMTX() argument 1813 …Encode_Info.aBufferTable[ui16BCnt].ui32DataBufferUsedBytes = ((BUFFER_HEADER*)(pContext->sScan_Enc… in SubmitScanToMTX() 1814 …IssueBufferToHW(pContext, &(pContext->sScan_Encode_Info.aBufferTable[ui16BCnt]), ui16BCnt, ui32NoM… in SubmitScanToMTX() 1816 …ffer %i\n", pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber, i8MTXNumber, ui16BC… in SubmitScanToMTX()
|
D | pnw_hostjpeg.h | 676 IMG_ERRORCODE SubmitScanToMTX(TOPAZSC_JPEG_ENCODER_CONTEXT *pContext, IMG_UINT16 ui16BCnt, IMG_INT8…
|