| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.8..*
    | 
BGR to YUV420 color conversion. More...
| Functions | |
| NppStatus | nppiBGRToYUV420_8u_AC4P3R_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.  More... | |
| NppStatus | nppiBGRToYUV420_8u_AC4P3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int rDstStep[3], NppiSize oSizeROI) | 
BGR to YUV420 color conversion.
| NppStatus nppiBGRToYUV420_8u_AC4P3R | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst[3], | ||
| int | rDstStep[3], | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiBGRToYUV420_8u_AC4P3R_Ctx | ( | const Npp8u * | pSrc, | 
| int | nSrcStep, | ||
| Npp8u * | pDst[3], | ||
| int | rDstStep[3], | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
4 channel 8-bit unsigned pacmed BGR with alpha to 3 channel 8-bit unsigned planar YUV420 color conversion.
images.
| pSrc | Source-Image Pointer. | 
| nSrcStep | Source-Image Line Step. | 
| pDst | Destination-Planar-Image Pointer Array. | 
| rDstStep | Destination-Planar-Image Line Step Array. | 
| oSizeROI | Region-of-Interest (ROI). | 
| nppStreamCtx | Application Managed Stream Context. |