Lines Matching refs:ui16BCnt
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
1427 for (ui16BCnt = 0; (ui16BCnt < jpeg_ctx_p->sScan_Encode_Info.ui8NumberOfCodedBuffers) in tng_jpeg_EndPicture()
1428 && (jpeg_ctx_p->sScan_Encode_Info.ui16SScan > 0); ui16BCnt++) { in tng_jpeg_EndPicture()
1430 …jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber = jpeg_ctx_p->sScan_Encode_Inf… in tng_jpeg_EndPicture()
1431 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber = in tng_jpeg_EndPicture()
1432 (1 == jpeg_ctx_p->NumCores) ? 0 : ((ui16BCnt+1) % jpeg_ctx_p->NumCores); in tng_jpeg_EndPicture()
1439 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber = 0; in tng_jpeg_EndPicture()
1444 rc = IssueBufferToHW(jpeg_ctx_p, ui16BCnt, in tng_jpeg_EndPicture()
1445 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber, in tng_jpeg_EndPicture()
1500 IMG_UINT16 ui16BCnt; in tng_jpeg_AppendMarkers() local
1519 for (ui16BCnt = 0; in tng_jpeg_AppendMarkers()
1520 ui16BCnt < jpeg_ctx_p->sScan_Encode_Info.ui8NumberOfCodedBuffers; in tng_jpeg_AppendMarkers()
1521 ui16BCnt++) { in tng_jpeg_AppendMarkers()
1524 PTG_JPEG_HEADER_MAX_SIZE + jpeg_ctx_p->ui32SizePerCodedBuffer * ui16BCnt ; in tng_jpeg_AppendMarkers()
1527 ui16BCnt, pBufHeader->ui32BytesUsed, pBufHeader->ui32Reserved3); in tng_jpeg_AppendMarkers()
1529 if (ui16BCnt > 0) { in tng_jpeg_AppendMarkers()
1531 "to Coded Buffer Part %d\n", ui16BCnt - 1, ui16BCnt); in tng_jpeg_AppendMarkers()
1536 ui16BCnt - 1); in tng_jpeg_AppendMarkers()
1550 ui16BCnt, pBufHeader->ui32BytesUsed, pBufHeader->ui32Reserved3); in tng_jpeg_AppendMarkers()