Home | History | Annotate | Download | only in camera

Lines Matching refs:mVideoWidth

1802       if ((mDimension.picture_width == mVideoWidth) &&
1812 (int)(mVideoWidth * 1.1)) ||
2202 w = mVideoWidth;
2719 if(dim.video_width != mVideoWidth || dim.video_height != mVideoHeight){
2725 if( (mPreviewWidth > mVideoWidth) || (mPreviewHeight > mVideoHeight)) {
2729 mPreviewHeight, mVideoWidth, mVideoHeight);
2730 mPreviewWidth = mVideoWidth;
2745 mDimension.orig_video_width = mVideoWidth;
2747 mDimension.video_width = mVideoWidth;