Searched refs:prefSize (Results 1 – 2 of 2) sorted by relevance
1648 uint32 prefSize, in DownScale() argument1654 if (prefSize && IsColorFilterArray ()) in DownScale()1660 prefSize = Round_uint32 (prefSize / cropFactor); in DownScale()1662 prefSize = Max_uint32 (prefSize, minSize); in DownScale()1713 if (Abs_int32 (testSize - (int32) prefSize) <= in DownScale()1714 Abs_int32 (bestSize - (int32) prefSize)) in DownScale()1745 if (Abs_int32 (testSize - (int32) prefSize) <= in DownScale()1746 Abs_int32 (bestSize - (int32) prefSize)) in DownScale()
133 uint32 prefSize,