Home | History | Annotate | Download | only in camera

Lines Matching refs:mVideoWidth

1761       if ((mDimension.picture_width == mVideoWidth) &&
1771 (int)(mVideoWidth * 1.1)) ||
2161 w = mVideoWidth;
2678 if(dim.video_width != mVideoWidth || dim.video_height != mVideoHeight){
2684 if( (mPreviewWidth > mVideoWidth) || (mPreviewHeight > mVideoHeight)) {
2688 mPreviewHeight, mVideoWidth, mVideoHeight);
2689 mPreviewWidth = mVideoWidth;
2704 mDimension.orig_video_width = mVideoWidth;
2706 mDimension.video_width = mVideoWidth;