Home
last modified time | relevance | path

Searched refs:videoWidth (Results 1 – 8 of 8) sorted by relevance

/device/lge/mako/camera/
DQualcommCameraHardware.cpp3723 videoWidth = previewWidth; in initPreview()
3727 if(!parse_size(recordSize, videoWidth, videoHeight)) { in initPreview()
3729 if( (previewWidth > videoWidth) || (previewHeight > videoHeight)) { in initPreview()
3733 previewHeight, videoWidth, videoHeight); in initPreview()
3734 previewWidth = videoWidth; in initPreview()
3742 previewWidth = videoWidth; in initPreview()
3759 …E: preview size=%dx%d videosize = %d x %d", previewWidth, previewHeight, videoWidth, videoHeight ); in initPreview()
3762 mDimension.video_width = CEILING16(videoWidth); in initPreview()
3767 videoWidth = mDimension.video_width; in initPreview()
3844 mDimension.orig_video_width = videoWidth; in initPreview()
[all …]
DQualcommCameraHardware.h602 int videoWidth, videoHeight; variable
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp2510 videoWidth = mPreviewWidth; in setVideoSize()
2515 if(!parse_size(str, videoWidth, videoHeight)) { in setVideoSize()
2519 (old_vid_w != videoWidth || old_vid_h != videoHeight)) { in setVideoSize()
2530 ALOGV("%s: video dimensions: %dx%d", __func__, videoWidth, videoHeight); in setVideoSize()
2531 mDimension.orig_video_width = videoWidth; in setVideoSize()
2533 mDimension.video_width = videoWidth; in setVideoSize()
4149 getVideoSize(&videoWidth, &videoHeight); in setDimension()
4151 dim.orig_video_width = videoWidth; in setDimension()
4153 dim.video_width = videoWidth; in setDimension()
4155 dim.video_chroma_width = videoWidth; in setDimension()
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp2433 videoWidth = mPreviewWidth; in setVideoSize()
2438 if(!parse_size(str, videoWidth, videoHeight)) { in setVideoSize()
2441 if( (mPreviewWidth > videoWidth) || (mPreviewHeight > videoHeight)) { in setVideoSize()
2445 mPreviewHeight, videoWidth, videoHeight); in setVideoSize()
2446 mPreviewWidth = videoWidth; in setVideoSize()
2459 mPreviewWidth = videoWidth; in setVideoSize()
2470 LOGE("%s: video dimensions: %dx%d", __func__, videoWidth, videoHeight); in setVideoSize()
2473 mDimension.orig_video_width = videoWidth; in setVideoSize()
2475 mDimension.video_width = videoWidth; in setVideoSize()
/device/lge/mako/camera/QCamera/HAL/core/inc/
DQCameraHWI.h686 int videoWidth, videoHeight; variable
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h711 int videoWidth, videoHeight;
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h774 int videoWidth, videoHeight; variable
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp783 size_t videoWidth = 0; in configureStreams() local
817 videoWidth = newStream->width; in configureStreams()
1040 stream_config_info.stream_sizes[i].width = videoWidth; in configureStreams()
1175 mPictureChannel->overrideYuvSize(videoWidth, videoHeight); in configureStreams()