Lines Matching refs:pixFormat
41 OMX_COLOR_FORMATTYPE pixFormat; in setParametersCapture() local
69 pixFormat = OMX_COLOR_FormatCbYCrY; in setParametersCapture()
73 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar; in setParametersCapture()
77 pixFormat = OMX_COLOR_Format16bitRGB565; in setParametersCapture()
81 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
86 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
91 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
96 pixFormat = OMX_COLOR_FormatRawBayer10bit; in setParametersCapture()
100 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
105 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
114 (pixFormat == OMX_COLOR_FormatUnused) ) { in setParametersCapture()
116 pixFormat = OMX_COLOR_FormatCbYCrY; in setParametersCapture()
119 if ( pixFormat != cap->mColorFormat ) in setParametersCapture()
122 cap->mColorFormat = pixFormat; in setParametersCapture()