Home | History | Annotate | Download | only in camera

Lines Matching refs:video_width

2883         int CbCrOffset = PAD_TO_2K(mDimension.video_width  * mDimension.video_height);
3765 mDimension.video_width = CEILING16(videoWidth);
3770 videoWidth = mDimension.video_width;
3773 mDimension.video_width, mDimension.video_height);
5194 mDimension.video_width = initialPreviewWidth;
5210 ALOGV(" %s : mDimension.video_width = %d mDimension.video_height = %d", __FUNCTION__,
5211 mDimension.video_width, mDimension.video_height);
6874 ALOGI("initRecord: mDimension.video_width = %d mDimension.video_height = %d",
6875 mDimension.video_width, mDimension.video_height);
6878 CbCrOffset = PAD_TO_2K(mDimension.video_width * mDimension.video_height);
6879 recordBufferSize = CbCrOffset + PAD_TO_2K((mDimension.video_width * mDimension.video_height)/2);
6881 CbCrOffset = PAD_TO_WORD(mDimension.video_width * mDimension.video_height);
6882 recordBufferSize = (mDimension.video_width * mDimension.video_height *3)/2;