Home | History | Annotate | Download | only in inc

Lines Matching refs:xColorOffset

864  *  R' =  xColorMatrix[1][1]*R + xColorMatrix[1][2]*G + xColorMatrix[1][3]*B + xColorOffset[1]
865 * G' = xColorMatrix[2][1]*R + xColorMatrix[2][2]*G + xColorMatrix[2][3]*B + xColorOffset[2]
866 * B' = xColorMatrix[3][1]*R + xColorMatrix[3][2]*G + xColorMatrix[3][3]*B + xColorOffset[3]
867 * Both xColorMatrix and xColorOffset are represented as Q16 value.
883 OMX_S32 xColorOffset[3];