Home
last modified time | relevance | path

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

/third_party/openh264/module/
Dgmp-openh264.cpp257 double input_mb = width_mb * height_mb; in InitEncode() local
258 if (static_cast<uint32_t>(input_mb) > OPENH264_MAX_MB) { in InitEncode()
259 double scale = std::sqrt(OPENH264_MAX_MB / input_mb); in InitEncode()