Searched refs:crop_x (Results 1 – 2 of 2) sorted by relevance
148 int crop_x; member160 crop_x(0), in BufferSpec()182 src_y += src.crop_y * stride_y + src.crop_x; in ConvertFromYV12()183 src_v += (src.crop_y / 2) * stride_v + (src.crop_x / 2); in ConvertFromYV12()184 src_u += (src.crop_y / 2) * stride_u + (src.crop_x / 2); in ConvertFromYV12()186 dst.crop_x * formatToBytesPerPixel(dst.format); in ConvertFromYV12()201 src.crop_x * formatToBytesPerPixel(src.format); in DoCopy()203 dst.crop_x * formatToBytesPerPixel(dst.format); in DoCopy()223 src.crop_x * formatToBytesPerPixel(src.format); in DoRotation()225 dst.crop_x * formatToBytesPerPixel(dst.format); in DoRotation()[all …]
150 int crop_x; member162 crop_x(0), in BufferSpec()184 src_y += src.crop_y * stride_y + src.crop_x; in ConvertFromYV12()185 src_v += (src.crop_y / 2) * stride_v + (src.crop_x / 2); in ConvertFromYV12()186 src_u += (src.crop_y / 2) * stride_u + (src.crop_x / 2); in ConvertFromYV12()188 dst.crop_x * formatToBytesPerPixel(dst.format); in ConvertFromYV12()203 src.crop_x * formatToBytesPerPixel(src.format); in DoCopy()205 dst.crop_x * formatToBytesPerPixel(dst.format); in DoCopy()225 src.crop_x * formatToBytesPerPixel(src.format); in DoRotation()227 dst.crop_x * formatToBytesPerPixel(dst.format); in DoRotation()[all …]