Lines Matching refs:ui8Loop
519 IMG_UINT8 ui8Loop; in AllocateCodedDataBuffers() local
521 for (ui8Loop = 0 ; ui8Loop < pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers; ui8Loop ++) in AllocateCodedDataBuffers()
522 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo == NULL) { in AllocateCodedDataBuffers()
523 …pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = ((DATA_BUFFER_SIZE(pCo… in AllocateCodedDataBuffers()
524 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferUsedBytes = 0; in AllocateCodedDataBuffers()
525 … pContext->sScan_Encode_Info.aBufferTable[ui8Loop].i8MTXNumber = 0; // Indicates buffer is idle in AllocateCodedDataBuffers()
526 … pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui16ScanNumber = 0; // Indicates buffer is idle in AllocateCodedDataBuffers()
527 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = in AllocateCodedDataBuffers()
528 …ed char *)pContext->jpeg_coded_buf.pMemInfo + PNW_JPEG_HEADER_MAX_SIZE + ui8Loop * pContext->ui32S… in AllocateCodedDataBuffers()
547 IMG_UINT8 ui8Loop;
548 ui8Loop = pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers;
550 while (ui8Loop--)
551 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo != NULL) {
553 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = NULL;