Searched refs:RELOC_PIC_PARAMS_PNW (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_hostjpeg.c | 1243 …RELOC_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()
|
D | pnw_cmdbuf.h | 172 #define RELOC_PIC_PARAMS_PNW(dest, offset, buf) pnw_cmdbuf_add_relocation(cmdbuf, (uint32_t*)(dest)… macro
|
D | pnw_hostcode.c | 899 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() 937 …RELOC_PIC_PARAMS_PNW(&psPicParams->CodedBase, ctx->coded_buf_per_slice * core, ctx->coded_buf->psb… in pnw_RenderPictureParameter()
|