Home
last modified time | relevance | path

Searched defs:dst_argb_plane_size (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/unit_test/
Dscale_argb_test.cc51 int64 dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4LL; in ARGBTestFilter() local
171 int64 dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4; in ARGBClipTestFilter() local
382 int64 dst_argb_plane_size = (dst_width) * (dst_height)*4LL; in YUVToARGBTestFilter() local
Drotate_argb_test.cc48 int dst_argb_plane_size = dst_stride_argb * dst_height; in TestRotateBpp() local