Home | History | Annotate | Download | only in inc

Lines Matching refs:xColorMatrix

887  *  R' =  xColorMatrix[1][1]*R + xColorMatrix[1][2]*G + xColorMatrix[1][3]*B + xColorOffset[1]
888 * G' = xColorMatrix[2][1]*R + xColorMatrix[2][2]*G + xColorMatrix[2][3]*B + xColorOffset[2]
889 * B' = xColorMatrix[3][1]*R + xColorMatrix[3][2]*G + xColorMatrix[3][3]*B + xColorOffset[3]
890 * Both xColorMatrix and xColorOffset are represented as Q16 value.
905 OMX_S32 xColorMatrix[3][3];