Home
last modified time | relevance | path

Searched refs:abs_crop_height (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
Dconvert_to_i420.cc56 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToI420() local
73 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()
Dconvert_to_argb.cc58 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB() local
70 int argb_size = crop_width * abs_crop_height * 4; in ConvertToARGB()
316 crop_width, abs_crop_height, rotation); in ConvertToARGB()