Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DDecodeStream.cpp170 double OutputInputRatio = double(my_SamplesPerSec * 2 * my_Channels) / double(my_SourceBitrate); in GetOutputSizeForInput() local
172 OutputInputRatio *= 1.15; // allow 15% more in GetOutputSizeForInput()
174 Result = DWORD(double(the_SrcLength) * OutputInputRatio); in GetOutputSizeForInput()
176 my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "Result = %d (OutputInputRatio = %f)",Result,OutputInputRatio); in GetOutputSizeForInput()

Completed in 1 milliseconds