Home
last modified time | relevance | path

Searched refs:RELOC_PIC_PARAMS_PNW (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.c1243RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[0].ui32PhysAddr, srf_buf_offset , &pTFra… in SetupIssueSetup()
1247 RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[1].ui32PhysAddr, in SetupIssueSetup()
1250 RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[2].ui32PhysAddr, in SetupIssueSetup()
1258 RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[1].ui32PhysAddr, in SetupIssueSetup()
1263 RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[2].ui32PhysAddr, in SetupIssueSetup()
1270 RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[2].ui32PhysAddr, in SetupIssueSetup()
1274 RELOC_PIC_PARAMS_PNW(&pContext->pMTXSetup->ComponentPlane[1].ui32PhysAddr, in SetupIssueSetup()
Dpnw_cmdbuf.h172 #define RELOC_PIC_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… macro
Dpnw_hostcode.c899 RELOC_PIC_PARAMS_PNW(&psPicParams->SrcYBase, srf_buf_offset, &src_surface->psb_surface->buf); in pnw_RenderPictureParameter()
904 RELOC_PIC_PARAMS_PNW(&psPicParams->SrcUBase, in pnw_RenderPictureParameter()
908 RELOC_PIC_PARAMS_PNW(&psPicParams->SrcVBase, in pnw_RenderPictureParameter()
919 RELOC_PIC_PARAMS_PNW(&psPicParams->DstYBase, 0, &rec_surface->psb_surface->buf); in pnw_RenderPictureParameter()
921 RELOC_PIC_PARAMS_PNW(&psPicParams->DstUVBase, in pnw_RenderPictureParameter()
925 RELOC_PIC_PARAMS_PNW(&psPicParams->BelowParamsInBase, in pnw_RenderPictureParameter()
929 RELOC_PIC_PARAMS_PNW(&psPicParams->BelowParamsOutBase, in pnw_RenderPictureParameter()
933 RELOC_PIC_PARAMS_PNW(&psPicParams->AboveParamsBase, in pnw_RenderPictureParameter()
937RELOC_PIC_PARAMS_PNW(&psPicParams->CodedBase, ctx->coded_buf_per_slice * core, ctx->coded_buf->psb… in pnw_RenderPictureParameter()