Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching full:mwidth

621         cap->mWidth = w;
626 CAMHAL_LOGVB("Prev: cap.mWidth = %d", (int)cap->mWidth);
634 cap->mWidth = w;
639 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth);
648 if ( ( cap->mWidth >= 1920 ) &&
655 else if ( ( ( cap->mWidth < 1920 ) ||
1087 ( portParams.mWidth >= overclockWidth ) &&
1093 ( portParams.mWidth >= overclockWidth ) &&
1152 portCheck.format.video.nFrameWidth = portParams.mWidth;
1163 portCheck.format.video.nFrameWidth = portParams.mWidth;
1168 portCheck.format.image.nFrameWidth = portParams.mWidth;
1197 portCheck.format.video.nFrameWidth = portParams.mWidth;
3551 createPreviewMetadata(pBuffHeader, metadataResult, pPortParam->mWidth, pPortParam->mHeight);
3856 frame.mWidth = port->mWidth;