Lines Matching full:pixformat
38 OMX_COLOR_FORMATTYPE pixFormat;
59 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
62 pixFormat = OMX_COLOR_FormatRawBayer10bit;
65 pixFormat = OMX_COLOR_FormatCbYCrY;
68 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
72 pixFormat = OMX_COLOR_FormatYUV420SemiPlanar;
76 (s != (int) portData->mStride) || (pixFormat != portData->mColorFormat)) {
80 if ( ( OMX_COLOR_FormatRawBayer10bit == pixFormat ) ||
81 ( OMX_COLOR_FormatCbYCrY == pixFormat ) ) {
87 portData->mColorFormat = pixFormat;