Lines Matching defs:cap
46 OMXCameraPortParameters *cap;
47 cap = &mCameraAdapterParameters.mCameraPortParams[mCameraAdapterParameters.mImagePortIndex];
51 if ( ( w != ( int ) cap->mWidth ) ||
52 ( h != ( int ) cap->mHeight ) )
57 cap->mWidth = w;
58 cap->mHeight = h;
60 cap->mStride = 2;
62 CAMHAL_LOGVB("Image: cap.mWidth = %d", (int)cap->mWidth);
63 CAMHAL_LOGVB("Image: cap.mHeight = %d", (int)cap->mHeight);
139 if ( pixFormat != cap->mColorFormat )
142 cap->mColorFormat = pixFormat;
1055 OMXCameraPortParameters cap;