Searched refs:aBufferTable (Results 1 – 5 of 5) sorted by relevance
476 memset((void *)pJPEGContext->sScan_Encode_Info.aBufferTable, 0x0, in AssignCodedDataBuffers()484 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferUsedBytes = 0; in AssignCodedDataBuffers()485 …pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].i8PipeNumber = 0; // Indicates buffer is idle in AssignCodedDataBuffers()486 …pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui16ScanNumber = 0; // Indicates buffer is i… in AssignCodedDataBuffers()488 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = (void *) in AssignCodedDataBuffers()492 … (unsigned int)(pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo)); in AssignCodedDataBuffers()921 …t->sScan_Encode_Info.aBufferTable[ui16BCnt].ui32DataBufferUsedBytes = ((BUFFER_HEADER*)(pJPEGConte… in IssueBufferToHW()924 pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber, in IssueBufferToHW()929 …psBufferCmd = (MTX_ISSUE_BUFFERS *)(pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].pMemInf… in IssueBufferToHW()933 …EBUG_GENERAL, "ui16ScanNumber: %d\n", pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16S… in IssueBufferToHW()[all …]
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()551 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo != NULL) {553 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = NULL;1621 … pContext->sScan_Encode_Info.aBufferTable[ui16Lp].i8MTXNumber = 0; // Indicates buffer is idle in SetupJPEGTables()1622 … pContext->sScan_Encode_Info.aBufferTable[ui16Lp].ui16ScanNumber = 0; // Indicates buffer is idle in SetupJPEGTables()[all …]
213 jpeg_ctx_p->sScan_Encode_Info.aBufferTable = in pnw_jpeg_CreateContext()217 if (NULL == jpeg_ctx_p->sScan_Encode_Info.aBufferTable) in pnw_jpeg_CreateContext()241 if (ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable) { in pnw_jpeg_DestroyContext()242 free(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable); in pnw_jpeg_DestroyContext()243 ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable = NULL; in pnw_jpeg_DestroyContext()284 memset(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable, 0, in pnw_jpeg_BeginPicture()566 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber = in pnw_jpeg_EndPicture()575 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber = in pnw_jpeg_EndPicture()589 … pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber, ui32NoMCUsToEncode); in pnw_jpeg_EndPicture()
146 TOPAZHP_JPEG_BUFFER_INFO *aBufferTable; member
591 TOPAZSC_JPEG_BUFFER_INFO *aBufferTable; member