Home | History | Annotate | Download | only in camera

Lines Matching refs:videoHeight

3727          videoHeight = previewHeight;
3730 if(!parse_size(recordSize, videoWidth, videoHeight)) {
3732 if( (previewWidth > videoWidth) || (previewHeight > videoHeight)) {
3736 previewHeight, videoWidth, videoHeight);
3738 previewHeight = videoHeight;
3746 previewHeight = videoHeight;
3762 ALOGV("initPreview E: preview size=%dx%d videosize = %d x %d", previewWidth, previewHeight, videoWidth, videoHeight );
3771 mDimension.video_height = videoHeight;
3848 mDimension.orig_video_height = videoHeight;
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);
7052 disCtrl.video_rec_height = videoHeight;
7068 ALOGV("videoWidth = %d, videoHeight = %d", videoWidth, videoHeight);
7074 if( ((videoWidth == 1280 && videoHeight == 720) || (videoWidth == 800 && videoHeight == 480))
7080 videoWidth, videoHeight, rotation);
7780 videoHeight = previewHeight;
7784 if(!parse_size(recordSize, videoWidth, videoHeight)) {
7787 if( (previewWidth > videoWidth) || (previewHeight > videoHeight)) {
7791 previewHeight, videoWidth, videoHeight);
7793 previewHeight = videoHeight;
7801 previewHeight = videoHeight;
7812 previewHeight = videoHeight;
7822 ALOGI("%s: video dimensions: %dx%d", __FUNCTION__, videoWidth, videoHeight);