Home | History | Annotate | Download | only in src

Lines Matching refs:mDimension

956     dim->orig_video_width = mDimension.orig_video_width;
957 dim->orig_video_height = mDimension.orig_video_height;
958 dim->video_width = mDimension.video_width;
959 dim->video_height = mDimension.video_height;
960 dim->video_chroma_width = mDimension.video_width;
961 dim->video_chroma_height = mDimension.video_height;
1506 dim.picture_width = pme->mDimension.video_width;
1507 dim.picture_height = pme->mDimension.video_height;
1508 dim.ui_thumbnail_width = pme->mDimension.video_width;
1509 dim.ui_thumbnail_height = pme->mDimension.video_height;
1510 dim.main_img_format = pme->mDimension.enc_format;
1511 dim.thumb_format = pme->mDimension.enc_format;
1513 mJpegMaxSize = pme->mDimension.video_width * pme->mDimension.video_width * 1.5;
1637 if ((mDimension.picture_width == mDimension.video_width) &&
1638 (mDimension.picture_height == mDimension.video_height)) {
1646 if ((mDimension.picture_width <
1647 (int)(mDimension.video_width * 1.1)) ||
1648 (mDimension.picture_height <
1649 (int)(mDimension.video_height * 1.1))) {
2021 w = mDimension.display_width;
2022 h = mDimension.display_height;
2027 w = mDimension.video_width;
2028 h = mDimension.video_height;
2033 w = mDimension.picture_width;
2034 h = mDimension.picture_height;
2037 if (mDimension.main_img_format == CAMERA_YUV_422_NV16 ||
2038 mDimension.main_img_format == CAMERA_YUV_422_NV61)
2042 w = mDimension.ui_thumbnail_width;
2043 h = mDimension.ui_thumbnail_height;