Searched refs:abs_crop_height (Results 1 – 2 of 2) sorted by relevance
56 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToI420() local73 int y_size = crop_width * abs_crop_height; in ConvertToI420()74 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420()372 crop_width, abs_crop_height, rotation); in ConvertToI420()
58 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB() local70 int argb_size = crop_width * abs_crop_height * 4; in ConvertToARGB()316 crop_width, abs_crop_height, rotation); in ConvertToARGB()