OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xColorMatrix
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/include/media/openmax/
OMX_IVCommon.h
186
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
[
all
...]
/hardware/qcom/media/msm8974/mm-core/inc/
OMX_IVCommon.h
161
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h
148
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
/hardware/qcom/media/msm8996/mm-core/inc/
OMX_IVCommon.h
161
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h
148
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h
174
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
[
all
...]
OMX_TI_IVCommon.h
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
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h
148
OMX_S32
xColorMatrix
[3][3]; /**< Stored in signed Q16 format */
OMX_TI_IVCommon.h
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
[
all
...]
Completed in 610 milliseconds