Home
last modified time | relevance | path

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

/dports/multimedia/motion/motion-release-4.3.2/src/
H A Drotate.c234 cnt->rotate_data.capture_width_high = cnt->imgs.width_high; in rotate_init()
238 size_high = cnt->imgs.width_high * cnt->imgs.height_high * 3 / 2; in rotate_init()
245 cnt->imgs.width_high = cnt->rotate_data.capture_height_high; in rotate_init()
H A Dmotion.h327 int width_high; member
H A Dmotion.c816 … cnt->imgs.mask_privacy_high = get_pgm(picture, cnt->imgs.width_high, cnt->imgs.height_high); in init_mask_privacy()
817 … cnt->imgs.mask_privacy_high_uv = mymalloc((cnt->imgs.height_high * cnt->imgs.width_high) / 2); in init_mask_privacy()
849 start_cr = (cnt->imgs.height_high * cnt->imgs.width_high); in init_mask_privacy()
850 offset_cb = ((cnt->imgs.height_high * cnt->imgs.width_high)/4); in init_mask_privacy()
852 indx_width = cnt->imgs.width_high; in init_mask_privacy()
1247 cnt->imgs.width_high = 0; in motion_init()
1352 cnt->imgs.size_high = (cnt->imgs.width_high * cnt->imgs.height_high * 3) / 2; in motion_init()
1777 index_y = cnt->imgs.height_high * cnt->imgs.width_high; in mlp_mask_privacy()
2044 size_high = (cnt->imgs.width_high * cnt->imgs.height_high * 3) / 2; in mlp_retry()
H A Dnetcam.c798 cnt->imgs.width_high = 0; in netcam_start()
H A Devent.c1037 cnt->ffmpeg_output->width = cnt->imgs.width_high; in event_ffmpeg_newfile()
1149 cnt->ffmpeg_timelapse->width = cnt->imgs.width_high; in event_ffmpeg_timelapse()
H A Dpicture.c784 width = cnt->imgs.width_high; in put_picture_fd()
H A Dnetcam_rtsp.c1040 cnt->imgs.width_high = 0; in netcam_rtsp_set_dimensions()
1581 cnt->imgs.width_high = rtsp_data->imgsize.width; in netcam_rtsp_setup()
/dports/cad/openroad/OpenROAD-2.0/src/mpl2/src/
H A Dblock_placement.cpp94 float width_high = area_ / height_low; in Block() local
103 width_limit_.push_back({width_high, width_low}); in Block()
132 float width_high = vec_it->second; in ChangeWidth() local
133 if (width - width_low > width_high - width) in ChangeWidth()
134 width_ = width_high; in ChangeWidth()