| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 22.3.0.*
    | 
NV21 to BGR color conversion. More...
| Functions | |
| NppStatus | nppiNV21ToBGR_8u_P2C4R_Ctx (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 2 channel 8-bit unsigned planar NV21 to 4 channel 8-bit unsigned packed BGRA color conversion with constant alpha (0xFF).  More... | |
| NppStatus | nppiNV21ToBGR_8u_P2C4R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) | 
NV21 to BGR color conversion.
| NppStatus nppiNV21ToBGR_8u_P2C4R | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiNV21ToBGR_8u_P2C4R_Ctx | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
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. Same value is used for each plane. | 
| pDst | Destination-Image Pointer. | 
| nDstStep | Destination-Image Line Step. | 
| oSizeROI | Region-of-Interest (ROI). | 
| nppStreamCtx | Application Managed Stream Context. |