Searched refs:video_width (Results 1 – 13 of 13) sorted by relevance
111 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()
1299 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()
270 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()
89 fmt->width = pme->dim.video_width; in mm_app_set_video_fmt()
162 fmt->width = pme->dim.video_width; in mm_app_set_live_snapshot_fmt()
726 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() argument3427 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 …]
2748 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()
231 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */ member
520 void getVideoSize(int *video_width,int *video_height) const;
614 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()
226 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */ member