Searched refs:phys0 (Results 1 – 3 of 3) sorted by relevance
244 unmappedSrcSuccess = unmapGPUAddr((uint32_t)((C2D_YUV_SURFACE_DEF *)mSrcSurfaceDef)->phys0); in convertC2D()251 unmappedDstSuccess = unmapGPUAddr((uint32_t)((C2D_YUV_SURFACE_DEF *)mDstSurfaceDef)->phys0); in convertC2D()292 surfaceDef->phys0 = (void *)0xaaaaaaaa; in getDummySurfaceDef()329 srcSurfaceDef->phys0 = getMappedGPUAddr(fd, data, mSrcSize); in updateYUVSurfaceDef()331 srcSurfaceDef->phys1 = (uint8_t *)srcSurfaceDef->phys0 + mSrcYSize; in updateYUVSurfaceDef()341 dstSurfaceDef->phys0 = getMappedGPUAddr(fd, data, mDstSize); in updateYUVSurfaceDef()343 dstSurfaceDef->phys1 = (uint8_t *)dstSurfaceDef->phys0 + mDstYSize; in updateYUVSurfaceDef()
313 void *phys0; /* physical address */ member
459 surfaceDef.phys0 = (void*) (handle->gpuaddr); in set_image()557 surfaceDef.phys0 = (void*) handle->gpuaddr; in set_src_image()1405 yuvSurfaceDef.phys0 = (void*) 0xaaaaaaaa; in open_copybit()