Home
last modified time | relevance | path

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

12

/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_app.c108 dim->video_width = WVGA_WIDTH; in mm_app_set_dim_def()
109 dim->video_width = CEILING32(dim->video_width); in mm_app_set_dim_def()
111 dim->orig_video_width = dim->video_width; in mm_app_set_dim_def()
Dmm_qcamera_main_menu.c1289 dim.video_width = input_display.user_input_display_width; in system_dimension_set()
1290 dim.video_width = CEILING32(dim.video_width); in system_dimension_set()
1292 dim.orig_video_width = dim.video_width; in system_dimension_set()
1294 dim.display_width = dim.video_width; in system_dimension_set()
Dmm_qcamera_video.c81 fmt->width = pme->dim.video_width; in mm_app_set_video_fmt()
/device/lge/mako/camera/
DQCameraStream.cpp168 fmt.video.video.dim.width = dim.video_width; in initChannel()
173 dim.video_width, dim.video_height); in initChannel()
286 fmt.video.video.dim.width = dim.video_width; in setFormat()
DQCameraHWI.cpp962 uint16_t video_width = 0; /* width of the video */ in preview_parm_config() local
995 dim->video_width = mDimension.video_width; in preview_parm_config()
997 dim->video_chroma_width = mDimension.video_width; in preview_parm_config()
2716 if(dim.video_width != mVideoWidth || dim.video_height != mVideoHeight){ in pausePreviewForVideo()
2744 mDimension.video_width = mVideoWidth; in pausePreviewForVideo()
DQCameraHWI_Record.cpp403 width = dim.video_width; in initEncodeBuffers()
DQualcommCameraHardware.cpp2880 int CbCrOffset = PAD_TO_2K(mDimension.video_width * mDimension.video_height); in runFrameThread()
3762 mDimension.video_width = CEILING16(videoWidth); in initPreview()
3767 videoWidth = mDimension.video_width; in initPreview()
3770 mDimension.video_width, mDimension.video_height); in initPreview()
5191 mDimension.video_width = initialPreviewWidth;
5208 mDimension.video_width, mDimension.video_height);
6872 mDimension.video_width, mDimension.video_height); in initRecord()
6875 CbCrOffset = PAD_TO_2K(mDimension.video_width * mDimension.video_height); in initRecord()
6876 … recordBufferSize = CbCrOffset + PAD_TO_2K((mDimension.video_width * mDimension.video_height)/2); in initRecord()
6878 CbCrOffset = PAD_TO_WORD(mDimension.video_width * mDimension.video_height); in initRecord()
[all …]
DQCameraHWI_Parm.cpp735 mDimension.video_width = DEFAULT_VIDEO_WIDTH; in initDefaultParameters()
2686 mDimension.video_width = mPreviewWidth; in setPreviewSize()
4363 sprintf(buffer, "%dx%d", mDimension.video_width, mDimension.video_height); in prepareVideoPicture()
4366 mParameters.setPictureSize(mDimension.video_width, mDimension.video_height); in prepareVideoPicture()
4370 __func__,mDimension.video_width,mDimension.video_height); in prepareVideoPicture()
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraStream.cpp167 fmt.video.video.dim.width = dim.video_width; in initChannel()
172 dim.video_width, dim.video_height); in initChannel()
288 fmt.video.video.dim.width = dim.video_width; in setFormat()
DQCameraHWI.cpp925 uint16_t video_width = 0; /* width of the video */ in preview_parm_config() local
958 dim->video_width = mDimension.video_width; in preview_parm_config()
960 dim->video_chroma_width = mDimension.video_width; in preview_parm_config()
1506 dim.picture_width = pme->mDimension.video_width; in liveshot_callback()
1508 dim.ui_thumbnail_width = pme->mDimension.video_width; in liveshot_callback()
1513 mJpegMaxSize = pme->mDimension.video_width * pme->mDimension.video_width * 1.5; in liveshot_callback()
1637 if ((mDimension.picture_width == mDimension.video_width) && in canTakeFullSizeLiveshot()
1647 (int)(mDimension.video_width * 1.1)) || in canTakeFullSizeLiveshot()
2027 w = mDimension.video_width; in dumpFrameToFile()
DQCameraHWI_Record.cpp404 width = dim.video_width; in initEncodeBuffers()
/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()
/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/lge/mako/camera/mm-camera-interface/
Dmm_camera.c478 my_obj->dim.video_width, my_obj->dim.video_height, in mm_camera_set_parm()
528 my_obj->dim.video_width,my_obj->dim.video_height, in mm_camera_get_parm()
Dmm_camera_stream.c615 my_obj->dim.video_width,my_obj->dim.video_height, in mm_camera_stream_util_proc_fmt()
/device/lge/hammerhead/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/asus/flo/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/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera.c545 my_obj->dim.video_width, my_obj->dim.video_height, in mm_camera_set_parm()
726 my_obj->dim.video_width,my_obj->dim.video_height, in mm_camera_get_parm()
/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()

12