Home | History | Annotate | Download | only in camera

Lines Matching refs:videoWidth

3726          videoWidth = previewWidth;
3730 if(!parse_size(recordSize, videoWidth, videoHeight)) {
3732 if( (previewWidth > videoWidth) || (previewHeight > videoHeight)) {
3736 previewHeight, videoWidth, videoHeight);
3737 previewWidth = videoWidth;
3745 previewWidth = videoWidth;
3762 ALOGV("initPreview E: preview size=%dx%d videosize = %d x %d", previewWidth, previewHeight, videoWidth, videoHeight );
3765 mDimension.video_width = CEILING16(videoWidth);
3770 videoWidth = mDimension.video_width;
3847 mDimension.orig_video_width = videoWidth;
6063 if (!initLiveSnapshot(videoWidth, videoHeight)) {
6068 uint32_t maxjpegsize = videoWidth * videoHeight *1.5;
6070 if(!LINK_set_liveshot_params(videoWidth, videoHeight,
6106 bool QualcommCameraHardware::initLiveSnapshot(int videowidth, int videoheight)
6116 mJpegMaxSize = videowidth * videoheight * 1.5;
6897 mRecordFrameSize = videoWidth * videoHeight * 3 / 2;
6899 mRecordFrameSize = PAD_TO_4K(PAD_TO_2K(videoWidth * videoHeight)
6900 + PAD_TO_2K((videoWidth * videoHeight)/2));
7041 video_frame_cbcroffset = PAD_TO_WORD(videoWidth * videoHeight);
7043 video_frame_cbcroffset = PAD_TO_2K(videoWidth * videoHeight);
7051 disCtrl.video_rec_width = videoWidth;
7068 ALOGV("videoWidth = %d, videoHeight = %d", videoWidth, videoHeight);
7074 if( ((videoWidth == 1280 && videoHeight == 720) || (videoWidth == 800 && videoHeight == 480))
7080 videoWidth, videoHeight, rotation);
7779 videoWidth = previewWidth;
7784 if(!parse_size(recordSize, videoWidth, videoHeight)) {
7787 if( (previewWidth > videoWidth) || (previewHeight > videoHeight)) {
7791 previewHeight, videoWidth, videoHeight);
7792 previewWidth = videoWidth;
7800 previewWidth = videoWidth;
7811 previewWidth = videoWidth;
7822 ALOGI("%s: video dimensions: %dx%d", __FUNCTION__, videoWidth, videoHeight);