acldvppChannelMode
1 2 3 4 5 6 | enum acldvppChannelMode { DVPP_CHNMODE_VPC = 1, //Specify an image data processing channel to implement the VPC function. DVPP_CHNMODE_JPEGD = 2, //Specify an image data processing channel to implement the JPEGD function. DVPP_CHNMODE_JPEGE = 4, //Specify the image data processing channel to implement the JPEGE function. DVPP_CHNMODE_PNGD = 8 //Specify an image data processing channel to implement the PNGD function. }; |
Parent topic: Data Types and Operation APIs