Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocommon.cc156 void ComputeCrop(int cropped_format_width, int cropped_format_height, in ComputeCrop() argument
163 std::swap(cropped_format_width, cropped_format_height); in ComputeCrop()
166 ASSERT(cropped_format_height >= 0); in ComputeCrop()
181 if (!cropped_format_height) { in ComputeCrop()
182 cropped_format_height = 1; in ComputeCrop()
187 static_cast<float>(cropped_format_height); in ComputeCrop()
Dvideocommon.h169 void ComputeCrop(int cropped_format_width, int cropped_format_height,