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

  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.c 574 pMCUComp = &pContext->pMTXSetup->MCUComponent[uiComponentNumber];
644 for(uc_i = 0; uc_i < pContext->pMTXSetup->ui32ComponentsInScan; uc_i++)
    [all...]
tng_jpegES.c 513 ASSERT(NULL != pJPEGContext->pMTXSetup);
539 pJPEGContext->pMTXSetup->ui32ComponentsInScan = MTX_MAX_COMPONENTS;
548 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Stride = pTFrame->psb_surface->stride;
549 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Stride = pTFrame->psb_surface->stride;
550 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Stride = pTFrame->psb_surface->stride;
552 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit;
553 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
554 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
562 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[0].ui32PhysAddr, srf_buf_offset,
566 RELOC_JPEG_PIC_PARAMS_PTG(&pJPEGContext->pMTXSetup->ComponentPlane[1].ui32PhysAddr
    [all...]
tng_jpegES.h 163 JPEG_MTX_DMA_SETUP* pMTXSetup;
pnw_hostjpeg.h 513 JPEG_MTX_DMA_SETUP* pMTXSetup;
616 JPEG_MTX_DMA_SETUP* pMTXSetup;
pnw_jpeg.c 293 ctx->jpeg_ctx->pMTXSetup = (JPEG_MTX_DMA_SETUP*)ctx->jpeg_ctx->pMemInfoMTXSetup;
295 ctx->jpeg_ctx->pMTXSetup->ui32ComponentsInScan = PNW_JPEG_COMPONENTS_NUM;

Completed in 214 milliseconds