Home | History | Annotate | Download | only in libcamera

Lines Matching full:dst_w

3578                               unsigned int  dst_w,  unsigned int   dst_h,
3590 if ( src_w != dst_w
3599 dst_ratio = (float)dst_w / (float)dst_h;
3630 && *crop_w + (CAMERA_CROP_WIDTH_RESTRAIN_NUM - w_align) <= dst_w) {