V4L2_FWHT_FL_PIXENC_MSK
if ((flags & V4L2_FWHT_FL_PIXENC_MSK) != info->pixenc)
unsigned int pixenc = flags & V4L2_FWHT_FL_PIXENC_MSK;
pixenc = (params->flags & V4L2_FWHT_FL_PIXENC_MSK);
pixenc = (flags & V4L2_FWHT_FL_PIXENC_MSK);