• Home
  • Raw
  • Download

Lines Matching refs:crop_width

40                   int crop_width,  in ConvertToI420()  argument
67 crop_width <= 0 || src_height == 0 || crop_height == 0) { in ConvertToI420()
77 int y_size = crop_width * abs_crop_height; in ConvertToI420()
78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420()
86 dst_stride_y = crop_width; in ConvertToI420()
87 dst_stride_u = dst_stride_v = ((crop_width + 1) / 2); in ConvertToI420()
95 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
101 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
107 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
113 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
119 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
125 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
131 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
137 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
143 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
149 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
155 dst_stride_u, dst_v, dst_stride_v, crop_width, in ConvertToI420()
162 dst_v, dst_stride_v, crop_width, inv_crop_height); in ConvertToI420()
171 dst_stride_v, crop_width, inv_crop_height, rotation); in ConvertToI420()
180 dst_stride_u, crop_width, inv_crop_height, rotation); in ConvertToI420()
185 dst_v, dst_stride_v, crop_width, inv_crop_height); in ConvertToI420()
208 dst_stride_v, crop_width, inv_crop_height, rotation); in ConvertToI420()
230 dst_stride_v, crop_width, inv_crop_height); in ConvertToI420()
247 dst_stride_v, crop_width, inv_crop_height); in ConvertToI420()
254 abs_src_height, crop_width, inv_crop_height); in ConvertToI420()
265 tmp_v, tmp_v_stride, crop_width, abs_crop_height, in ConvertToI420()