Lines Matching refs:pixFormat
38 OMX_COLOR_FORMATTYPE pixFormat; in setParametersCapture() local
76 pixFormat = OMX_COLOR_FormatCbYCrY; in setParametersCapture()
80 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar; in setParametersCapture()
84 pixFormat = OMX_COLOR_Format16bitRGB565; in setParametersCapture()
88 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
93 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
98 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
103 pixFormat = OMX_COLOR_FormatRawBayer10bit; in setParametersCapture()
107 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
113 pixFormat = OMX_COLOR_FormatUnused; in setParametersCapture()
129 pixFormat = OMX_COLOR_FormatCbYCrY; in setParametersCapture()
139 (pixFormat == OMX_COLOR_FormatUnused) ) { in setParametersCapture()
141 pixFormat = OMX_COLOR_FormatCbYCrY; in setParametersCapture()
144 if (pixFormat != cap->mColorFormat || codingMode != mCodingMode) { in setParametersCapture()
146 cap->mColorFormat = pixFormat; in setParametersCapture()