|
NVIDIA Performance Primitives (NPP)
Version 9.2
|
NV21 to BGR color conversion. More...
Functions | |
| NppStatus | nppiNV21ToBGR_8u_P2C4R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
| 2 channel 8-bit unsigned planar NV21 to 4 channel 8-bit unsigned packed BGRA color conversion with constant alpha (0xFF). More... |
|
NV21 to BGR color conversion.
| NppStatus nppiNV21ToBGR_8u_P2C4R | ( | const Npp8u *const | pSrc[2], |
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) |
2 channel 8-bit unsigned planar NV21 to 4 channel 8-bit unsigned packed BGRA color conversion with constant alpha (0xFF).
| pSrc | Source-Planar-Image Pointer Array (one for Y plane, one for VU plane). |
| rSrcStep | Source-Planar-Image Line Step Array. |
| pDst | Destination-Image Pointer. |
| nDstStep | Destination-Image Line Step. |
| oSizeROI | Region-of-Interest (ROI). |