NVIDIA Performance Primitives (NPP)
Version 10.0
|
NV12 to RGB color conversion. More...
Functions | |
NppStatus | nppiNV12ToRGB_8u_P2C3R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB color conversion. More... |
|
NppStatus | nppiNV12ToRGB_709HDTV_8u_P2C3R (const Npp8u *const pSrc[2], int rSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB 709 HDTV full color conversion. More... |
|
NV12 to RGB color conversion.
NppStatus nppiNV12ToRGB_709HDTV_8u_P2C3R | ( | const Npp8u *const | pSrc[2], |
int | rSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB 709 HDTV full color conversion.
pSrc | Source-Planar-Image Pointer Array (one for Y plane, one for UV plane). |
rSrcStep | Source-Planar-Image Line Step Array. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiNV12ToRGB_8u_P2C3R | ( | const Npp8u *const | pSrc[2], |
int | rSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned packed RGB color conversion.
pSrc | Source-Planar-Image Pointer Array (one for Y plane, one for UV plane). |
rSrcStep | Source-Planar-Image Line Step Array. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |