Lines Matching refs:aBufferTable
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()
940 pJPEGContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber) * in IssueBufferToHW()
1093 …jpeg_ctx_p->sScan_Encode_Info.aBufferTable = (TOPAZHP_JPEG_BUFFER_INFO *)calloc(1, (jpeg_ctx_p->sS… in tng_jpeg_CreateContext()
1094 if (NULL == jpeg_ctx_p->sScan_Encode_Info.aBufferTable) in tng_jpeg_CreateContext()
1111 if (ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable) { in tng_jpeg_DestroyContext()
1112 free(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable); in tng_jpeg_DestroyContext()
1113 ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable = NULL; in tng_jpeg_DestroyContext()
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()
1439 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber = 0; in tng_jpeg_EndPicture()
1445 jpeg_ctx_p->sScan_Encode_Info.aBufferTable[ui16BCnt].i8PipeNumber, in tng_jpeg_EndPicture()