Home | History | Annotate | Download | only in camera

Lines Matching refs:CEILING16

3762         mDimension.video_width = CEILING16(videoWidth);
3918 + 2* ( CEILING16(previewWidth/2) * (previewHeight/2)) ;
4117 mJpegMaxSize = CEILING16(mPictureWidth) * CEILING16(mPictureHeight) * 3 / 2;
4552 mJpegMaxSize = CEILING16(mPictureWidth * w_scale_factor) * CEILING16(mPictureHeight) * 3 / 2;
9830 if( (width == CEILING16(width)) && (height == CEILING16(height))