7 #ifndef __PVPIXELTYPE_H__
8 #define __PVPIXELTYPE_H__
14 #define PVPIXELMONO ( 0x01000000 )
15 #define PVPIXELRGB ( 0x02000000 )
16 #define PVPIXELCOLOR ( 0x02000000 )
17 #define PVPIXELCUSTOM ( 0x80000000 )
18 #define PVPIXELCOLORMASK ( 0xFF000000 )
24 #define PVPIXEL1BIT ( 0x00010000 )
25 #define PVPIXEL2BIT ( 0x00020000 )
26 #define PVPIXEL4BIT ( 0x00040000 )
27 #define PVPIXEL8BIT ( 0x00080000 )
28 #define PVPIXEL10BIT ( 0x000A0000 )
29 #define PVPIXEL12BIT ( 0x000C0000 )
30 #define PVPIXEL14BIT ( 0x000E0000 )
31 #define PVPIXEL16BIT ( 0x00100000 )
32 #define PVPIXEL20BIT ( 0x00140000 )
33 #define PVPIXEL24BIT ( 0x00180000 )
34 #define PVPIXEL30BIT ( 0x001E0000 )
35 #define PVPIXEL32BIT ( 0x00200000 )
36 #define PVPIXEL36BIT ( 0x00240000 )
37 #define PVPIXEL40BIT ( 0x00280000 )
38 #define PVPIXEL48BIT ( 0x00300000 )
39 #define PVPIXEL64BIT ( 0x00400000 )
40 #define PVPIXEL96BIT ( 0x00600000 )
41 #define PVBITSPERPIXELMASK ( 0x00FF0000 )
47 #define PVPIXELIDMASK ( 0x0000FFFF )
572 #define PV_PIXEL_WIN_RGB32 ( PvPixelBGRa8 )
573 #define PV_PIXEL_WIN_RGB24 ( PvPixelBGR8 )
574 #define PV_PIXEL_WIN_RGB16 ( PvPixelRGB565p )
577 #define PV_PIXEL_QT_RGB32 ( PvPixelBGRa8 )
578 #define PV_PIXEL_QT_RGB888 ( PvPixelBGR8 )
579 #define PV_PIXEL_QT_RGB565 ( PvPixelRGB565p )
582 #define PV_PIXEL_OPENGL_RGB32 ( PvPixelRGBa8 )
583 #define PV_PIXEL_OPENGL_RGB24 ( PvPixelRGB8 )
584 #define PV_PIXEL_OPENGL_BGR32 ( PvPixelBGRa8 )
585 #define PV_PIXEL_OPENGL_BGR24 ( PvPixelBGR8 )
588 #ifndef PV_NO_GEV1X_PIXEL_TYPES
589 #define PvPixelMono8Signed ( PvPixelMono8s )
590 #define PvPixelRGB8Packed ( PvPixelRGB8 )
591 #define PvPixelBGR8Packed ( PvPixelBGR8 )
592 #define PvPixelRGBA8Packed ( PvPixelRGBa8 )
593 #define PvPixelBGRA8Packed ( PvPixelBGRa8 )
594 #define PvPixelRGB10Packed ( PvPixelRGB10 )
595 #define PvPixelBGR10Packed ( PvPixelBGR10 )
596 #define PvPixelRGB12Packed ( PvPixelRGB12 )
597 #define PvPixelBGR12Packed ( PvPixelBGR12 )
598 #define PvPixelRGB16Packed ( PvPixelRGB16 )
599 #define PvPixelBGR10V1Packed ( PvPixelRGB10V1Packed )
600 #define PvPixelBGR10V2Packed ( PvPixelRGB10p32 )
601 #define PvPixelYUV411Packed ( PvPixelYUV411_8_UYYVYY )
602 #define PvPixelYUV422Packed ( PvPixelYUV422_8_UYVY )
603 #define PvPixelYUV422YUYVPacked ( PvPixelYUV422_8 )
604 #define PvPixelYUV444Packed ( PvPixelYUV8_UYV )
605 #define PvPixelRGB8Planar ( PvPixelRGB8_Planar )
606 #define PvPixelRGB10Planar ( PvPixelRGB10_Planar )
607 #define PvPixelRGB12Planar ( PvPixelRGB12_Planar )
608 #define PvPixelRGB16Planar ( PvPixelRGB16_Planar )
612 #ifndef PV_NO_DEPRECATED_PIXEL_TYPES
613 #define PvPixelWinRGB16 ( PvPixelRGB565p )
614 #define PvPixelWinRGB32 ( PvPixelBGRa8 )
615 #define PvPixelWinRGB24 ( PvPixelBGR8 )
616 #define PvPixelWinBGR32 ( PvPixelRGBa8 )
617 #define PvPixelWinBGR24 ( PvPixelRGB8 )
PvPixelType
Definition: PvPixelType.h:51
@ PvPixelYCbCr709_422_8
Pixel type is YCbCr709 422 8.
Definition: PvPixelType.h:183
@ PvPixelYCbCr709_422_8_CbYCrY
Pixel type is YCbCr709 422 8 CbYCrY.
Definition: PvPixelType.h:191
@ PvPixelBayerRG4p
Pixel type is Bayer RG4p.
Definition: PvPixelType.h:539
@ PvPixelData16s
Pixel type is Data16s.
Definition: PvPixelType.h:554
@ PvPixelSCF1WGWR14
Pixel type is SCF1WGWR14.
Definition: PvPixelType.h:303
@ PvPixelYUV422_8
Pixel type is YUV422 8.
Definition: PvPixelType.h:153
@ PvPixelSCF1WGWR8
Pixel type is SCF1WGWR8.
Definition: PvPixelType.h:293
@ PvPixelYCbCr8
Pixel type is YCbCr8.
Definition: PvPixelType.h:240
@ PvPixelBayerBG12p
Pixel type is Bayer BG12p.
Definition: PvPixelType.h:223
@ PvPixelMono4p
Pixel type is Mono4p.
Definition: PvPixelType.h:167
@ PvPixelBayerBG10Packed
Pixel type is Bayer BG10 Packed.
Definition: PvPixelType.h:135
@ PvPixelG8
Pixel type is G8.
Definition: PvPixelType.h:473
@ PvPixelBayerRG8
Pixel type is Bayer RG8.
Definition: PvPixelType.h:71
@ PvPixelG10
Pixel type is G10.
Definition: PvPixelType.h:475
@ PvPixelCoord3D_ABC32f_Planar
Pixel type is Coord3D ABC32f Planar.
Definition: PvPixelType.h:447
@ PvPixelBayerGR8
Pixel type is Bayer GR8.
Definition: PvPixelType.h:69
@ PvPixelYCbCr709_422_10p
Pixel type is YCbCr709 422 10p.
Definition: PvPixelType.h:360
@ PvPixelRGB10p32
Pixel type is RGB10p32.
Definition: PvPixelType.h:111
@ PvPixelRGBa12
Pixel type is RGBa12.
Definition: PvPixelType.h:251
@ PvPixelYCbCr601_12p_CbYCr
Pixel type is YCbCr601 12p CbYCr.
Definition: PvPixelType.h:340
@ PvPixelBiColorRGBG12
Pixel type is Bi Color RGBG12.
Definition: PvPixelType.h:403
@ PvPixelYCbCr709_422_12
Pixel type is YCbCr709 422 12.
Definition: PvPixelType.h:362
@ PvPixelMono2p
Pixel type is Mono2p.
Definition: PvPixelType.h:165
@ PvPixelYCbCr422_12p_CbYCrY
Pixel type is YCbCr422 12p CbYCrY.
Definition: PvPixelType.h:372
@ PvPixelYCbCr709_422_12p_CbYCrY
Pixel type is YCbCr709 422 12p CbYCrY.
Definition: PvPixelType.h:388
@ PvPixelBiColorRGBG10
Pixel type is Bi Color RGBG10.
Definition: PvPixelType.h:395
@ PvPixelB8
Pixel type is B8.
Definition: PvPixelType.h:481
@ PvPixelConfidence1p
Pixel type is Confidence 1P.
Definition: PvPixelType.h:456
@ PvPixelRGB565p
Pixel type is RGB565p.
Definition: PvPixelType.h:159
@ PvPixelBayerRG16
Pixel type is Bayer RG16.
Definition: PvPixelType.h:147
@ PvPixelYCbCr709_8_CbYCr
Pixel type is YCbCr709 8 CbYCr.
Definition: PvPixelType.h:181
@ PvPixelRGB12V1Packed
Pixel type is RGB12 V1 Packed.
Definition: PvPixelType.h:157
@ PvPixelBayerGB14p
Pixel type is Bayer GB14p.
Definition: PvPixelType.h:525
@ PvPixelCoord3D_ABC10p
Pixel type is Coord3D ABC10p.
Definition: PvPixelType.h:502
@ PvPixelYCbCr601_422_10p
Pixel type is YCbCr601 422 10p.
Definition: PvPixelType.h:344
@ PvPixelYCbCr422_10p
Pixel type is YCbCr422 10p.
Definition: PvPixelType.h:330
@ PvPixelCoord3D_A8
Pixel type is Coord3D A8.
Definition: PvPixelType.h:411
@ PvPixelRGB12_Planar
Pixel type is RGB12 Planar.
Definition: PvPixelType.h:123
@ PvPixelYCbCr411_8
Pixel type is YCbCr411 8.
Definition: PvPixelType.h:238
@ PvPixelBayerGB10Packed
Pixel type is Bayer GB10 Packed.
Definition: PvPixelType.h:133
@ PvPixelRGB14
Pixel type is RGB14.
Definition: PvPixelType.h:245
@ PvPixelCoord3D_AC12p
Pixel type is Coord3D AC12p.
Definition: PvPixelType.h:514
@ PvPixelBGRa8
Pixel type is BGRa8.
Definition: PvPixelType.h:99
@ PvPixelYCbCr12_CbYCr
Pixel type is YCbCr12 CbYCr.
Definition: PvPixelType.h:326
@ PvPixelSCF1WBWG16
Pixel type is SCF1WBWG16.
Definition: PvPixelType.h:277
@ PvPixelCoord3D_AC16
Pixel type is Coord3D AC16.
Definition: PvPixelType.h:435
@ PvPixelBayerBG12
Pixel type is Bayer BG12.
Definition: PvPixelType.h:91
@ PvPixelYCbCr601_422_10
Pixel type is YCbCr601 422 10.
Definition: PvPixelType.h:342
@ PvPixelCoord3D_A32f
Pixel type is Coord3D A32f.
Definition: PvPixelType.h:439
@ PvPixelRGB8_Planar
Pixel type is RGB8 Planar.
Definition: PvPixelType.h:119
@ PvPixelBayerGR10
Pixel type is Bayer GR10.
Definition: PvPixelType.h:77
@ PvPixelBayerRG10Packed
Pixel type is Bayer RG10 Packed.
Definition: PvPixelType.h:131
@ PvPixelBayerGR10p
Pixel type is Bayer GR10p.
Definition: PvPixelType.h:229
@ PvPixelBGRa12p
Pixel type is BGRa12p.
Definition: PvPixelType.h:212
@ PvPixelBayerGB4p
Pixel type is Bayer GB4p.
Definition: PvPixelType.h:541
@ PvPixelYCbCr601_411_8_CbYYCrYY
Pixel type is YCbCr601 411 8 CbYYCrYY.
Definition: PvPixelType.h:179
@ PvPixelMono8s
Pixel type is Mono8s.
Definition: PvPixelType.h:57
@ PvPixelSCF1WBWG10
Pixel type is SCF1WBWG10.
Definition: PvPixelType.h:267
@ PvPixelBayerGB14
Pixel type is Bayer GB14.
Definition: PvPixelType.h:533
@ PvPixelBGRa14
Pixel type is BGRa14.
Definition: PvPixelType.h:214
@ PvPixelMono10p
Pixel type is Mono10p.
Definition: PvPixelType.h:193
@ PvPixelSCF1WBWG12p
Pixel type is SCF1WBWG12p.
Definition: PvPixelType.h:273
@ PvPixelBayerBG8
Pixel type is Bayer BG8.
Definition: PvPixelType.h:75
@ PvPixelSCF1WGWB14
Pixel type is SCF1WGWB14.
Definition: PvPixelType.h:289
@ PvPixelYCbCr411_8_CbYYCrYY
Pixel type is YCbCr411 8 CbYYCrYY.
Definition: PvPixelType.h:173
@ PvPixelCoord3D_AC32f
Pixel type is Coord3D AC32f.
Definition: PvPixelType.h:449
@ PvPixelCoord3D_ABC8
Pixel type is Coord3D ABC8.
Definition: PvPixelType.h:417
@ PvPixelYCbCr709_422_12_CbYCrY
Pixel type is YCbCr709 422 12 CbYCrY.
Definition: PvPixelType.h:386
@ PvPixelG16
Pixel type is G16.
Definition: PvPixelType.h:479
@ PvPixelCoord3D_ABC12p
Pixel type is Coord3D ABC12p.
Definition: PvPixelType.h:506
@ PvPixelYCbCr709_10p_CbYCr
Pixel type is YCbCr709 10p CbYCr.
Definition: PvPixelType.h:352
@ PvPixelMono12
Pixel type is Mono12.
Definition: PvPixelType.h:63
@ PvPixelBayerRG12
Pixel type is Bayer RG12.
Definition: PvPixelType.h:87
@ PvPixelData64
Pixel type is Data64.
Definition: PvPixelType.h:562
@ PvPixelSCF1WGWR12
Pixel type is SCF1WGWR12.
Definition: PvPixelType.h:299
@ PvPixelSCF1WRWG14
Pixel type is SCF1WRWG14.
Definition: PvPixelType.h:317
@ PvPixelBayerBG10
Pixel type is Bayer BG10.
Definition: PvPixelType.h:83
@ PvPixelBiColorBGRG12p
Pixel type is Bi Color BGRG12p.
Definition: PvPixelType.h:409
@ PvPixelR16
Pixel type is R16.
Definition: PvPixelType.h:471
@ PvPixelBayerGB12Packed
Pixel type is Bayer GB12 Packed.
Definition: PvPixelType.h:141
@ PvPixelBGR10p
Pixel type is BGR10p.
Definition: PvPixelType.h:198
@ PvPixelYCbCr422_12
Pixel type is YCbCr422 12.
Definition: PvPixelType.h:262
@ PvPixelBayerBG4p
Pixel type is Bayer BG4p.
Definition: PvPixelType.h:543
@ PvPixelBayerGR10Packed
Pixel type is Bayer GR10 Packed.
Definition: PvPixelType.h:129
@ PvPixelYCbCr10_CbYCr
Pixel type is YCbCr10 CbYCr.
Definition: PvPixelType.h:322
@ PvPixelYCbCr601_10p_CbYCr
Pixel type is YCbCr601 10p CbYCr.
Definition: PvPixelType.h:336
@ PvPixelMono8
Pixel type is Mono8.
Definition: PvPixelType.h:55
@ PvPixelBGR8
Pixel type is BGR8.
Definition: PvPixelType.h:95
@ PvPixelCoord3D_A16
Pixel type is Coord3D A16.
Definition: PvPixelType.h:425
@ PvPixelSCF1WGWB16
Pixel type is SCF1WGWB16.
Definition: PvPixelType.h:291
@ PvPixelBiColorBGRG12
Pixel type is Bi Color BGRG12.
Definition: PvPixelType.h:407
@ PvPixelYCbCr601_422_8_CbYCrY
Pixel type is YCbCr601 422 8 CbYCrY.
Definition: PvPixelType.h:189
@ PvPixelSCF1WBWG8
Pixel type is SCF1WBWG8.
Definition: PvPixelType.h:265
@ PvPixelYCbCr601_422_12p_CbYCrY
Pixel type is YCbCr601 422 12p CbYCrY.
Definition: PvPixelType.h:380
@ PvPixelSCF1WRWG12p
Pixel type is SCF1WRWG12p.
Definition: PvPixelType.h:315
@ PvPixelBayerBG10p
Pixel type is Bayer BG10p.
Definition: PvPixelType.h:221
@ PvPixelSCF1WRWG10
Pixel type is SCF1WRWG10.
Definition: PvPixelType.h:309
@ PvPixelYCbCr709_411_8_CbYYCrYY
Pixel type is YCbCr709 411 8 CbYYCrYY.
Definition: PvPixelType.h:185
@ PvPixelBayerRG14p
Pixel type is Bayer RG14p.
Definition: PvPixelType.h:523
@ PvPixelYCbCr601_422_12p
Pixel type is YCbCr601 422 12p.
Definition: PvPixelType.h:348
@ PvPixelYCbCr422_12p
Pixel type is YCbCr422 12p.
Definition: PvPixelType.h:332
@ PvPixelYCbCr601_12_CbYCr
Pixel type is YCbCr601 12 CbYCr.
Definition: PvPixelType.h:338
@ PvPixelRGBa10
Pixel type is RGBa10.
Definition: PvPixelType.h:247
@ PvPixelBiColorBGRG10p
Pixel type is Bi Color BGRG10p.
Definition: PvPixelType.h:401
@ PvPixelMono12Packed
Pixel type is Mono12 Packed.
Definition: PvPixelType.h:65
@ PvPixelCoord3D_ABC10p_Planar
Pixel type is Coord3D ABC10p Planar.
Definition: PvPixelType.h:504
@ PvPixelSCF1WGWB10
Pixel type is SCF1WGWB10.
Definition: PvPixelType.h:281
@ PvPixelCoord3D_C16
Pixel type is Coord3D C16.
Definition: PvPixelType.h:429
@ PvPixelRGB16_Planar
Pixel type is RGB16 Planar.
Definition: PvPixelType.h:125
@ PvPixelRGB10p
Pixel type is RGB10p.
Definition: PvPixelType.h:218
@ PvPixelYCbCr12p_CbYCr
Pixel type is YCbCr12p CbYCr.
Definition: PvPixelType.h:328
@ PvPixelCoord3D_AC8_Planar
Pixel type is Coord3D AC8 Planar.
Definition: PvPixelType.h:423
@ PvPixelB16
Pixel type is B16.
Definition: PvPixelType.h:487
@ PvPixelCoord3D_ABC12p_Planar
Pixel type is Coord3D ABC12p Planar.
Definition: PvPixelType.h:508
@ PvPixelBayerGR16
Pixel type is Bayer GR16.
Definition: PvPixelType.h:145
@ PvPixelSCF1WBWG12
Pixel type is SCF1WBWG12.
Definition: PvPixelType.h:271
@ PvPixelBayerGB10
Pixel type is Bayer GB10.
Definition: PvPixelType.h:81
@ PvPixelCoord3D_B32f
Pixel type is Coord3D B32f.
Definition: PvPixelType.h:441
@ PvPixelYCbCr422_10p_CbYCrY
Pixel type is YCbCr422 10p CbYCrY.
Definition: PvPixelType.h:368
@ PvPixelData8
Pixel type is Data8.
Definition: PvPixelType.h:548
@ PvPixelRGB12p
Pixel type is RGB12p.
Definition: PvPixelType.h:243
@ PvPixelYCbCr709_422_10
Pixel type is YCbCr709 422 10.
Definition: PvPixelType.h:358
@ PvPixelCoord3D_AC32f_Planar
Pixel type is Coord3D AC32f Planar.
Definition: PvPixelType.h:451
@ PvPixelBayerRG12Packed
Pixel type is Bayer RG12 Packed.
Definition: PvPixelType.h:139
@ PvPixelCoord3D_ABC16_Planar
Pixel type is Coord3D ABC19 Planar.
Definition: PvPixelType.h:433
@ PvPixelCoord3D_B12p
Pixel type is Coord3D B12p.
Definition: PvPixelType.h:498
@ PvPixelRGB10
Pixel type is RGB10.
Definition: PvPixelType.h:101
@ PvPixelSCF1WGWR12p
Pixel type is SCF1WGWR12p.
Definition: PvPixelType.h:301
@ PvPixelCoord3D_AC10p
Pixel type is Coord3D AC10p.
Definition: PvPixelType.h:510
@ PvPixelBiColorRGBG8
Pixel type is Bi Color RGBG.
Definition: PvPixelType.h:391
@ PvPixelCoord3D_B8
Pixel type is Coord3D B8.
Definition: PvPixelType.h:413
@ PvPixelBiColorRGBG10p
Pixel type is Bi Color RGBG10p.
Definition: PvPixelType.h:397
@ PvPixelUndefined
Pixel type is undefined.
Definition: PvPixelType.h:53
@ PvPixelMono14
Pixel type is Mono14.
Definition: PvPixelType.h:127
@ PvPixelCoord3D_A10p
Pixel type is Coord3D A10p.
Definition: PvPixelType.h:490
@ PvPixelYCbCr422_10
Pixel type is YCbCr422 12.
Definition: PvPixelType.h:260
@ PvPixelConfidence8
Pixel type is Confidence 8.
Definition: PvPixelType.h:458
@ PvPixelRGBa12p
Pixel type is RGB12p.
Definition: PvPixelType.h:253
@ PvPixelYCbCr601_422_10_CbYCrY
Pixel type is YCbCr601 422 10 CbYCrY.
Definition: PvPixelType.h:374
@ PvPixelCoord3D_B10p
Pixel type is Coord3D B10p.
Definition: PvPixelType.h:492
@ PvPixelYCbCr422_8
Pixel type is YCbCr422 8.
Definition: PvPixelType.h:171
@ PvPixelData64f
Pixel type is Data64f.
Definition: PvPixelType.h:566
@ PvPixelData32
Pixel type is Data32.
Definition: PvPixelType.h:556
@ PvPixelMono1p
Pixel type is Mono1p.
Definition: PvPixelType.h:163
@ PvPixelData32s
Pixel type is Data32s.
Definition: PvPixelType.h:558
@ PvPixelRGB10V1Packed
Pixel type is RGB10V1Packed.
Definition: PvPixelType.h:109
@ PvPixelBGR14
Pixel type is BGR14.
Definition: PvPixelType.h:202
@ PvPixelBGR12
Pixel type is BGR12.
Definition: PvPixelType.h:107
@ PvPixelSCF1WGWB8
Pixel type is SCF1WGWB8.
Definition: PvPixelType.h:279
@ PvPixelB12
Pixel type is B12.
Definition: PvPixelType.h:485
@ PvPixelYUV8_UYV
Pixel type is YUV8 UYV.
Definition: PvPixelType.h:117
@ PvPixelSCF1WRWG10p
Pixel type is SCF1WRWG10p.
Definition: PvPixelType.h:311
@ PvPixelCoord3D_AC10p_Planar
Pixel type is Coord3D AC10p Planar.
Definition: PvPixelType.h:512
@ PvPixelConfidence32f
Pixel type is Confidence 32F.
Definition: PvPixelType.h:462
@ PvPixelYUV411_8_UYYVYY
Pixel type is YUV411 8 UYYVYY.
Definition: PvPixelType.h:113
@ PvPixelBayerGB8
Pixel type is Bayer GB8.
Definition: PvPixelType.h:73
@ PvPixelYCbCr601_8_CbYCr
Pixel type is YCbCr601 8 CbYCr.
Definition: PvPixelType.h:175
@ PvPixelBayerGR12p
Pixel type is Bayer GR12p.
Definition: PvPixelType.h:231
@ PvPixelMono32
Pixel type is Mono32.
Definition: PvPixelType.h:545
@ PvPixelBGRa16
Pixel type is BGRa16.
Definition: PvPixelType.h:216
@ PvPixelBayerRG10
Pixel type is Bayer RG10.
Definition: PvPixelType.h:79
@ PvPixelSCF1WGWB12p
Pixel type is SCF1WGWB12p.
Definition: PvPixelType.h:287
@ PvPixelYCbCr601_10_CbYCr
Pixel type is YCbCr601 10 CbYCr.
Definition: PvPixelType.h:334
@ PvPixelBGRa10p
Pixel type is BGRa10p.
Definition: PvPixelType.h:208
@ PvPixelRGBa10p
Pixel type is RGBa10p.
Definition: PvPixelType.h:249
@ PvPixelData16
Pixel type is Data16.
Definition: PvPixelType.h:552
@ PvPixelSCF1WGWB10p
Pixel type is SCF1WGWB10p.
Definition: PvPixelType.h:283
@ PvPixelMono10
Pixel type is Mono10.
Definition: PvPixelType.h:59
@ PvPixelYCbCr601_422_8
Pixel type is YCbCr601 422 8.
Definition: PvPixelType.h:177
@ PvPixelRGBa8
Pixel type is RGBa8.
Definition: PvPixelType.h:97
@ PvPixelData8s
Pixel type is Data8s.
Definition: PvPixelType.h:550
@ PvPixelR10
Pixel type is R10.
Definition: PvPixelType.h:467
@ PvPixelRGB8
Pixel type is RGB8.
Definition: PvPixelType.h:93
@ PvPixelYUV422_8_UYVY
Pixel type is YUV422 8 UYVY.
Definition: PvPixelType.h:115
@ PvPixelSCF1WRWG16
Pixel type is SCF1WRWG16.
Definition: PvPixelType.h:319
@ PvPixelRGB12
Pixel type is RGB12.
Definition: PvPixelType.h:105
@ PvPixelSCF1WRWG12
Pixel type is SCF1WRWG12.
Definition: PvPixelType.h:313
@ PvPixelCoord3D_A12p
Pixel type is Coord3D A12p.
Definition: PvPixelType.h:496
@ PvPixelG12
Pixel type is G12.
Definition: PvPixelType.h:477
@ PvPixelBayerGR12Packed
Pixel type is Bayer GR12 Packed.
Definition: PvPixelType.h:137
@ PvPixelCoord3D_C32f
Pixel type is Coord3D C32f.
Definition: PvPixelType.h:443
@ PvPixelMono10Packed
Pixel type is Mono10 Packed.
Definition: PvPixelType.h:61
@ PvPixelYCbCr709_422_10_CbYCrY
Pixel type is YCbCr709 422 10 CbYCrY.
Definition: PvPixelType.h:382
@ PvPixelBayerGB12
Pixel type is Bayer GB12.
Definition: PvPixelType.h:89
@ PvPixelCoord3D_ABC8_Planar
Pixel type is Coord3D ABC8 Planar.
Definition: PvPixelType.h:419
@ PvPixelCoord3D_ABC16
Pixel type is Coord3D ABC16.
Definition: PvPixelType.h:431
@ PvPixelSCF1WGWR16
Pixel type is SCF1WGWR16.
Definition: PvPixelType.h:305
@ PvPixelBiColorBGRG10
Pixel type is Bi Color BGRG10.
Definition: PvPixelType.h:399
@ PvPixelData32f
Pixel type is Data32f.
Definition: PvPixelType.h:560
@ PvPixelMono14p
Pixel type is Mono14p.
Definition: PvPixelType.h:519
@ PvPixelConfidence1
Pixel type is Confidence 1.
Definition: PvPixelType.h:454
@ PvPixelCoord3D_C12p
Pixel type is Coord3D C12p.
Definition: PvPixelType.h:500
@ PvPixelYCbCr709_422_12p
Pixel type is YCbCr709 422 12p.
Definition: PvPixelType.h:364
@ PvPixelSCF1WGWR10
Pixel type is SCF1WGWR10.
Definition: PvPixelType.h:295
@ PvPixelYCbCr601_422_10p_CbYCrY
Pixel type is YCbCr601 422 10p CbYCrY.
Definition: PvPixelType.h:376
@ PvPixelBGR12p
Pixel type is BGR12p.
Definition: PvPixelType.h:200
@ PvPixelBayerRG12p
Pixel type is Bayer RG12p.
Definition: PvPixelType.h:235
@ PvPixelCoord3D_B16
Pixel type is Coord3D B16.
Definition: PvPixelType.h:427
@ PvPixelBayerRG14
Pixel type is Bayer RG14.
Definition: PvPixelType.h:531
@ PvPixelSCF1WRWG8
Pixel type is SCF1WRWG8.
Definition: PvPixelType.h:307
@ PvPixelRGB16
Pixel type is RGB16.
Definition: PvPixelType.h:155
@ PvPixelYCbCr8_CbYCr
Pixel type is YCbCr8 CbYCr.
Definition: PvPixelType.h:169
@ PvPixelBayerGB16
Pixel type is Bayer GB16.
Definition: PvPixelType.h:149
@ PvPixelSCF1WGWB12
Pixel type is SCF1WGWB12.
Definition: PvPixelType.h:285
@ PvPixelBayerGR14
Pixel type is Bayer GR14.
Definition: PvPixelType.h:529
@ PvPixelCoord3D_AC16_Planar
Pixel type is Coord3D AC16 Planar.
Definition: PvPixelType.h:437
@ PvPixelCoord3D_ABC32f
Pixel type is Coord3D ABC32f.
Definition: PvPixelType.h:445
@ PvPixelYCbCr709_12p_CbYCr
Pixel type is YCbCr709 12p CbYCr.
Definition: PvPixelType.h:356
@ PvPixelBGRa12
Pixel type is Bayer.
Definition: PvPixelType.h:210
@ PvPixelBGR565p
Pixel type is BGR565p.
Definition: PvPixelType.h:161
@ PvPixelBayerBG14p
Pixel type is Bayer BG14p.
Definition: PvPixelType.h:527
@ PvPixelMono12p
Pixel type is Mono12p.
Definition: PvPixelType.h:195
@ PvPixelBayerRG10p
Pixel type is Bayer RG10p.
Definition: PvPixelType.h:233
@ PvPixelMono16
Pixel type is Mono16.
Definition: PvPixelType.h:67
@ PvPixelBayerBG14
Pixel type is Bayer BG14.
Definition: PvPixelType.h:535
@ PvPixelBiColorRGBG12p
Pixel type is Bi Color RGBG12p.
Definition: PvPixelType.h:405
@ PvPixelYCbCr709_12_CbYCr
Pixel type is YCbCr709 12 CbYCr.
Definition: PvPixelType.h:354
@ PvPixelR8
Pixel type is R8.
Definition: PvPixelType.h:465
@ PvPixelYCbCr709_10_CbYCr
Pixel type is YCbCr709 10 CbYCr.
Definition: PvPixelType.h:350
@ PvPixelYCbCr10p_CbYCr
Pixel type is YCbCr10p CbYCr.
Definition: PvPixelType.h:324
@ PvPixelBayerGB12p
Pixel type is Bayer GB12p.
Definition: PvPixelType.h:227
@ PvPixelB10
Pixel type is B10.
Definition: PvPixelType.h:483
@ PvPixelBayerGR12
Pixel type is Bayer GR12.
Definition: PvPixelType.h:85
@ PvPixelSCF1WBWG14
Pixel type is SCF1WBWG14.
Definition: PvPixelType.h:275
@ PvPixelSCF1WBWG10p
Pixel type is SCF1WBWG10p.
Definition: PvPixelType.h:269
@ PvPixelR12
Pixel type is R12.
Definition: PvPixelType.h:469
@ PvPixelYCbCr709_422_10p_CbYCrY
Pixel type is YCbCr709 422 10p CbYCrY.
Definition: PvPixelType.h:384
@ PvPixelCoord3D_AC12p_Planar
Pixel type is Coord3D AC12p Planar.
Definition: PvPixelType.h:516
@ PvPixelRGBa14
Pixel type is RGB14.
Definition: PvPixelType.h:255
@ PvPixelBayerGB10p
Pixel type is Bayer GB10p.
Definition: PvPixelType.h:225
@ PvPixelCoord3D_C10p
Pixel type is Coord3D C10p.
Definition: PvPixelType.h:494
@ PvPixelRGB10_Planar
Pixel type is RGB10 Planar.
Definition: PvPixelType.h:121
@ PvPixelYCbCr422_10_CbYCrY
Pixel type is YCbCr422 10 CbYCrY.
Definition: PvPixelType.h:366
@ PvPixelYCbCr601_422_12
Pixel type is YCbCr601 422 12.
Definition: PvPixelType.h:346
@ PvPixelYCbCr422_8_CbYCrY
Pixel type is YCbCr422 8 CbYCrY.
Definition: PvPixelType.h:187
@ PvPixelBayerBG12Packed
Pixel type is Bayer BG12 Packed.
Definition: PvPixelType.h:143
@ PvPixelBGR10
Pixel type is BGR10.
Definition: PvPixelType.h:103
@ PvPixelBayerBG16
Pixel type is Bayer BG16.
Definition: PvPixelType.h:151
@ PvPixelYCbCr422_12_CbYCrY
Pixel type is YCbCr422 12 CbYCrY.
Definition: PvPixelType.h:370
@ PvPixelRGBa16
Pixel type is RGBa16.
Definition: PvPixelType.h:257
@ PvPixelSCF1WGWR10p
Pixel type is SCF1WGWR10p.
Definition: PvPixelType.h:297
@ PvPixelCoord3D_AC8
Pixel type is Coord3D AC8.
Definition: PvPixelType.h:421
@ PvPixelConfidence16
Pixel type is Confidence 16.
Definition: PvPixelType.h:460
@ PvPixelCoord3D_C8
Pixel type is Coord3D C8.
Definition: PvPixelType.h:415
@ PvPixelBiColorBGRG8
Pixel type is Bi Color BGRG8.
Definition: PvPixelType.h:393
@ PvPixelBayerGR14p
Pixel type is Bayer GR14p.
Definition: PvPixelType.h:521
@ PvPixelBGR16
Pixel type is BGR16.
Definition: PvPixelType.h:204
@ PvPixelBGRa10
Pixel type is BGRa10.
Definition: PvPixelType.h:206
@ PvPixelBayerGR4p
Pixel type is Bayer GR4p.
Definition: PvPixelType.h:537
@ PvPixelYCbCr601_422_12_CbYCrY
Pixel type is YCbCr601 422 12 CbYCrY.
Definition: PvPixelType.h:378
@ PvPixelData64s
Pixel type is Data64s.
Definition: PvPixelType.h:564