Searched refs:requested_aspect (Results 1 – 1 of 1) sorted by relevance
242 const float requested_aspect = in AdaptFrameResolution() local246 std::min(in_width, static_cast<int>(in_height * requested_aspect)); in AdaptFrameResolution()248 std::min(in_height, static_cast<int>(in_width / requested_aspect)); in AdaptFrameResolution()