Home
last modified time | relevance | path

Searched refs:cropped_format_width (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()
165 ASSERT(cropped_format_width >= 0); in ComputeCrop()
186 float crop_aspect = static_cast<float>(cropped_format_width) / in ComputeCrop()
Dvideocommon.h169 void ComputeCrop(int cropped_format_width, int cropped_format_height,