Platforms to show: All Mac Windows Linux Cross-Platform

Back to CVPixelBufferMBS class.

Next items

CVPixelBufferMBS.kCVPixelFormatType_128RGBAFloat = "RGfA"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

128 bit RGBA IEEE float, 32-bit little-endian samples

CVPixelBufferMBS.kCVPixelFormatType_14Bayer_BGGR = "bgg4"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

Bayer 14-bit Little-Endian, packed in 16-bits, ordered B G B G... alternating with G R G R...

CVPixelBufferMBS.kCVPixelFormatType_14Bayer_GBRG = "gbr4"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

Bayer 14-bit Little-Endian, packed in 16-bits, ordered G B G B... alternating with R G R G...

CVPixelBufferMBS.kCVPixelFormatType_14Bayer_GRBG = "grb4"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

Bayer 14-bit Little-Endian, packed in 16-bits, ordered G R G R... alternating with B G B G...

CVPixelBufferMBS.kCVPixelFormatType_14Bayer_RGGB = "rgg4"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

Bayer 14-bit Little-Endian, packed in 16-bits, ordered R G R G... alternating with G B G B...

CVPixelBufferMBS.kCVPixelFormatType_16BE555 = &h00000010

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

16 bit BE RGB 555.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_16BE565 = "B565"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

16 bit BE RGB 565.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_16Gray = "b16g"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

16 bit Grayscale, 16-bit big-endian samples, black is zero.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_16LE555 = "L555"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

16 bit LE RGB 555.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_16LE5551 = "5551"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

16 bit LE RGB 5551.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_16LE565 = "L565"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

16 bit LE RGB 565.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_1IndexedGray_WhiteIsZero = &h00000021

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

1 bit indexed gray, white is zero.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_1Monochrome = &h00000001

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

1 bit indexed.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_24BGR = "24BG"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

24 bit BGR.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_24RGB = &h00000018

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

24 bit RGB.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_2Indexed = &h00000002

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

2 bit indexed.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_2IndexedGray_WhiteIsZero = &h00000022

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

2 bit indexed gray, white is zero.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_30RGB = "R10k"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

30 bit RGB, 10-bit big-endian samples, 2 unused padding bits (at least significant end).

CVPixelBufferMBS.kCVPixelFormatType_30RGBLEPackedWideGamut = "w30r"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

little-endian RGB101010, 2 MSB are zero, wide-gamut (384-895)

CVPixelBufferMBS.kCVPixelFormatType_32ABGR = "ABGR"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

32 bit ABGR.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_32AlphaGray = "b32a"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

32 bit AlphaGray, 16-bit big-endian samples, black is zero.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_32ARGB = &h00000020

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

32 bit ARGB.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_32BGRA = "BGRA"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

32 bit BGRA.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_32RGBA = "RGBA"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

32 bit RGBA.
Available in OS X v10.5 and later.

CVPixelBufferMBS.kCVPixelFormatType_420YpCbCr10BiPlanarFullRange = "xf20"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

2 plane YCbCr10 4:2:0, each 10 bits in the MSBs of 16bits, full-range (Y range 0-1023)

CVPixelBufferMBS.kCVPixelFormatType_420YpCbCr10BiPlanarVideoRange = "x420"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

2 plane YCbCr10 4:2:0, each 10 bits in the MSBs of 16bits, video-range (luma=[64,940] chroma=[64,960])

CVPixelBufferMBS.kCVPixelFormatType_420YpCbCr8BiPlanarFullRange = "420f"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

Bi-Planar Component Y'CbCr 8-bit 4:2:0, full-range (luma=[0,255] chroma=[1,255]). baseAddr points to a big-endian CVPlanarPixelBufferInfo_YCbCrBiPlanar structure.

CVPixelBufferMBS.kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange = "420v"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 19.4
One of the pixel formats for CVPixelBuffer.

Bi-Planar Component Y'CbCr 8-bit 4:2:0, video-range (luma=[16,235] chroma=[16,240]). baseAddr points to a big-endian CVPlanarPixelBufferInfo_YCbCrBiPlanar structure.

CVPixelBufferMBS.kCVPixelFormatType_420YpCbCr8Planar = "y420"

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the pixel formats for CVPixelBuffer.

Planar Component Y'CbCr 8-bit 4:2:0. baseAddr points to a big-endian CVPlanarPixelBufferInfo_YCbCrPlanar struct.
Available in OS X v10.5 and later.

Next items

The items on this page are in the following plugins: MBS AVFoundation Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...