NV12 to BGR color conversion.
More...
|
| 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.
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.
- Parameters
-
- Returns
- Image Data Related Error Codes, ROI Related Error Codes
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.
- Parameters
-
- Returns
- Image Data Related Error Codes, ROI Related Error Codes