| NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.2.1.*
    | 
NV12 to BGR color conversion. More...
| Functions | |
| NppStatus | nppiNV12ToBGR_8u_P2C3R_Ctx (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed BGR color conversion.  More... | |
| NppStatus | nppiNV12ToBGR_8u_P2C3R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) | 
| NppStatus | nppiNV12ToBGR_709HDTV_8u_P2C3R_Ctx (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB 709 HDTV full color conversion.  More... | |
| NppStatus | nppiNV12ToBGR_709HDTV_8u_P2C3R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) | 
| NppStatus | nppiNV12ToBGR_709CSC_8u_P2C3R_Ctx (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | 
| 2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB 709 CSC color conversion.  More... | |
| NppStatus | nppiNV12ToBGR_709CSC_8u_P2C3R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) | 
NV12 to BGR color conversion.
| NppStatus nppiNV12ToBGR_709CSC_8u_P2C3R | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiNV12ToBGR_709CSC_8u_P2C3R_Ctx | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB 709 CSC color conversion.
Note that HDTV conversion assumes full color range of 0 - 255, use CSC version for limited range color.
| pSrc | Source-Planar-Image Pointer Array (one for Y plane, one for UV 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. | 
| NppStatus nppiNV12ToBGR_709HDTV_8u_P2C3R | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiNV12ToBGR_709HDTV_8u_P2C3R_Ctx | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB 709 HDTV full color conversion.
Note that HDTV conversion assumes full color range of 0 - 255, use CSC version for limited range color.
| pSrc | Source-Planar-Image Pointer Array (one for Y plane, one for UV 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. | 
| NppStatus nppiNV12ToBGR_8u_P2C3R | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI | ||
| ) | 
| NppStatus nppiNV12ToBGR_8u_P2C3R_Ctx | ( | const Npp8u *const | pSrc[2], | 
| int | rSrcStep, | ||
| Npp8u * | pDst, | ||
| int | nDstStep, | ||
| NppiSize | oSizeROI, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed BGR color conversion.
| pSrc | Source-Planar-Image Pointer Array (one for Y plane, one for UV 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. |