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

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

Completed in 77 milliseconds