Searched refs:longEdgeInput (Results 1 – 3 of 3) sorted by relevance
29 double longEdgeInput = std::max(resizedFrameSize.m_Width, resizedFrameSize.m_Height); in Decode() local31 const double resizeFactor = longEdgeOutput/longEdgeInput; in Decode()
29 float longEdgeInput = std::max(resizedFrameSize.m_Width, resizedFrameSize.m_Height); in Decode() local31 const float resizeFactor = longEdgeOutput/longEdgeInput; in Decode()
93 double longEdgeInput = std::max(frame.rows, frame.cols); in ResizeFrame() local95 const double resizeFactor = longEdgeOutput/longEdgeInput; in ResizeFrame()