HomeSort by relevance Sort by last modified time
    Searched refs:aBufferTable (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_jpeg.c 213 jpeg_ctx_p->sScan_Encode_Info.aBufferTable =
217 if (NULL == jpeg_ctx_p->sScan_Encode_Info.aBufferTable)
241 if (ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable) {
242 free(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable);
243 ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable = NULL;
284 memset(ctx->jpeg_ctx->sScan_Encode_Info.aBufferTable, 0,
566 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber =
575 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber =
589 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber, ui32NoMCUsToEncode);
tng_jpegES.c 476 memset((void *)pJPEGContext->sScan_Encode_Info.aBufferTable, 0x0,
482 //pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = DATA_BUFFER_SIZE(pJPEGContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan);
483 //pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = (pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes+sizeof(BUFFER_HEADER)) + 3 & ~3;
484 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferUsedBytes = 0;
485 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].i8PipeNumber = 0; // Indicates buffer is idle
486 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui16ScanNumber = 0; // Indicates buffer is idle
488 pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = (void *)
491 drv_debug_msg(VIDEO_DEBUG_GENERAL, "aBufferTable[%d].pMemInfo: 0x%x\n", ui8Loop,
492 (unsigned int)(pJPEGContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo))
    [all...]
pnw_hostjpeg.c 522 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo == NULL) {
523 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = ((DATA_BUFFER_SIZE(pContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan) + sizeof(BUFFER_HEADER)) + 3) & ~3;
524 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferUsedBytes = 0;
525 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].i8MTXNumber = 0; // Indicates buffer is idle
526 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui16ScanNumber = 0; // Indicates buffer is idle
527 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo =
551 if (pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo != NULL) {
552 /* MMFreeDeviceMemory( &(pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo));*/
553 pContext->sScan_Encode_Info.aBufferTable[ui8Loop].pMemInfo = NULL;
    [all...]
tng_jpegES.h 146 TOPAZHP_JPEG_BUFFER_INFO *aBufferTable;
pnw_hostjpeg.h 77 *pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = (DATA_BUFFER_SIZE(pContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan) +sizeof(BUFFER_HEADER)) + 3 & ~3;
591 TOPAZSC_JPEG_BUFFER_INFO *aBufferTable;

Completed in 68 milliseconds