Home | History | Annotate | Download | only in inc

Lines Matching defs:Histogram

958         OMX_HistControlLuminance = 0, /**< Luminance histogram is calculated (Y)*/
959 OMX_HistControlColorComponents, /**< A histogram per color component (R, G, B) is calculated*/
960 OMX_HistControlChrominanceComponents, /**< A histogram per chrominance component (Cb, Cr) is calculated.*/
965 * Histogram Setting
972 * nBins specifies the number of histogram bins. When queried with set to zero, the respons gives the maximum number of bins allowed.
977 * eHistType is an enumeration specifying the histogram type
1001 OMX_HISTCOMP_Y = 0, /**< Luminance histogram (Y) */
1002 OMX_HISTCOMP_YLOG, /**< Logarithmic luminance histogram (Y)*/
1003 OMX_HISTCOMP_R, /**< Red histogram component (R)*/
1004 OMX_HISTCOMP_G, /**< Green histogram component (G)*/
1005 OMX_HISTCOMP_B, /**< Blue histogram component (B)*/
1006 OMX_HISTCOMP_Cb, /**< Chroma blue histogram component (Cb)*/
1007 OMX_HISTCOMP_Cr, /**< Chroma red histogram component (Cr) */
1339 * the histogram data.
1630 OMX_Histogram, /**< 0x7F00000B histogram */
3096 including the length of data field containing the histogram data */
3126 * the histogram data.
3127 * nBins is the number of bins in the histogram.
3128 * eComponentType specifies the type of the histogram bins according to enum.
3134 including the length of data field containing the histogram data */
3138 OMX_U32 nBins; /**< The number of bins in the histogram */
3139 OMX_HISTCOMPONENTTYPE eComponentType; /**< Specifies the type of the histogram bins according to enum.
3223 /* Histogram */
3224 OMX_TI_HISTOGRAMTYPE Histogram;