Searched refs:dstMappedGpuAddr (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 197 uint8_t *dstMappedGpuAddr = nullptr; in convertC2D() local 225 dstMappedGpuAddr = (uint8_t *)getMappedGPUAddr(dstFd, dstData, mDstSize); in convertC2D() 226 if (!dstMappedGpuAddr) { in convertC2D() 232 ret = updateYUVSurfaceDef(dstMappedGpuAddr, dstBase, dstData, false); in convertC2D() 234 ret = updateRGBSurfaceDef(dstMappedGpuAddr, dstData, false); in convertC2D() 240 unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D() 252 unmappedDstSuccess = unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D()
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 223 uint8_t *dstMappedGpuAddr = nullptr; in convertC2D() local 251 dstMappedGpuAddr = (uint8_t *)getMappedGPUAddr(dstFd, dstData, mDstSize); in convertC2D() 252 if (!dstMappedGpuAddr) { in convertC2D() 258 ret = updateYUVSurfaceDef(dstMappedGpuAddr, dstBase, dstData, false); in convertC2D() 260 ret = updateRGBSurfaceDef(dstMappedGpuAddr, dstData, false); in convertC2D() 266 unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D() 278 unmappedDstSuccess = unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D()
|
/hardware/qcom/media/msm8998/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 226 uint8_t *dstMappedGpuAddr = nullptr; in convertC2D() local 254 dstMappedGpuAddr = (uint8_t *)getMappedGPUAddr(dstFd, dstData, mDstSize); in convertC2D() 255 if (!dstMappedGpuAddr) { in convertC2D() 261 ret = updateYUVSurfaceDef(dstMappedGpuAddr, dstBase, dstData, false); in convertC2D() 263 ret = updateRGBSurfaceDef(dstMappedGpuAddr, dstData, false); in convertC2D() 269 unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D() 281 unmappedDstSuccess = unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D()
|
/hardware/qcom/sdm845/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 214 uint8_t *dstMappedGpuAddr = nullptr; in convertC2D() local 240 dstMappedGpuAddr = (uint8_t *)getMappedGPUAddr(dstFd, dstData, mDstSize); in convertC2D() 241 if (!dstMappedGpuAddr) { in convertC2D() 248 ret = updateYUVSurfaceDef(dstMappedGpuAddr, dstBase, dstData, false); in convertC2D() 250 ret = updateRGBSurfaceDef(dstMappedGpuAddr, dstData, false); in convertC2D() 264 unmappedDstSuccess = unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D() 280 unmapGPUAddr((unsigned long)dstMappedGpuAddr); in convertC2D()
|