acldvppChannelMode

enum acldvppChannelMode {
    DVPP_CHNMODE_VPC = 1,     //Specify the image data processing channel to implement the VPC function.
    DVPP_CHNMODE_JPEGD = 2,   //Specify the 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 the image data processing channel to implement the PNGD function.
};