Searched refs:dst_height (Results 1 – 3 of 3) sorted by relevance
844 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local858 dst_height = ctx->q_data[V4L2_M2M_DST].height; in pxp_start()900 swap(dst_width, dst_height); in pxp_start()907 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start()915 BF_PXP_OUT_LRC_Y(dst_height - 1); in pxp_start()919 BF_PXP_OUT_PS_LRC_Y(dst_height - 1); in pxp_start()925 decy = (src_height <= dst_height) ? 0 : ilog2(src_height / dst_height); in pxp_start()984 yscale = (src_height >> decy) * 0x1000 / dst_height; in pxp_start()986 yscale = (src_height - 1) * 0x1000 / (dst_height - 1); in pxp_start()
1878 __u16 dst_height; member