Home
last modified time | relevance | path

Searched refs:video_width (Results 1 – 13 of 13) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_app.c111 dim->video_width = WVGA_WIDTH; in mm_app_set_dim_def()
112 dim->video_width = CEILING32(dim->video_width); in mm_app_set_dim_def()
114 dim->orig_video_width = dim->video_width; in mm_app_set_dim_def()
Dmm_qcamera_main_menu.c1299 dim.video_width = input_display.user_input_display_width; in system_dimension_set()
1300 dim.video_width = CEILING32(dim.video_width); in system_dimension_set()
1302 dim.orig_video_width = dim.video_width; in system_dimension_set()
1304 dim.display_width = dim.video_width; in system_dimension_set()
Dmm_qcamera_pp.c270 pme->dim.video_width * pme->dim.video_height) { in prepareReprocess()
277 pme->repro_config.width = pme->dim.video_width; in prepareReprocess()
298 config.dest[1].width = pme->dim.video_width; in prepareReprocess()
580 pme->stream[MM_CAMERA_VIDEO].str_config.fmt.width = pme->dim.video_width; in startRecordPP()
Dmm_qcamera_video.c89 fmt->width = pme->dim.video_width; in mm_app_set_video_fmt()
Dmm_qcamera_snapshot.c162 fmt->width = pme->dim.video_width; in mm_app_set_live_snapshot_fmt()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp726 mDimension.video_width = DEFAULT_VIDEO_WIDTH; in initDefaultParameters()
2533 mDimension.video_width = videoWidth; in setVideoSize()
3368 if (((mDimension.picture_width == mDimension.video_width) && in setFullLiveshot()
3424 void QCameraHardwareInterface::getVideoSize(int *video_width, in getVideoSize() argument
3427 mParameters.getVideoSize(video_width, video_height); in getVideoSize()
4153 dim.video_width = videoWidth; in setDimension()
4198 if( (dim.display_width > dim.video_width) || in setDimension()
4201 dim.display_width = dim.video_width; in setDimension()
4205 if( (dim.picture_width < dim.video_width) || in setDimension()
4207 dim.picture_width = dim.video_width; in setDimension()
[all …]
DQCameraHWI.cpp2748 w = mDimension.video_width; in dumpFrameToFile()
3379 if ((mDimension.picture_width == mDimension.video_width) && in canTakeFullSizeLiveshot()
3389 (int)(mDimension.video_width * 1.1)) || in canTakeFullSizeLiveshot()
/device/huawei/angler/camera/
DQCamera_Intf.h231 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */ member
/device/lge/bullhead/camera/
DQCamera_Intf.h231 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */ member
/device/moto/shamu/camera/
DQCamera_Intf.h231 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */ member
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h520 void getVideoSize(int *video_width,int *video_height) const;
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera.c614 my_obj->dim.video_width, my_obj->dim.video_height, in mm_camera_set_parm()
804 my_obj->dim.video_width,my_obj->dim.video_height, in mm_camera_get_parm()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h226 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */ member