Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DACMStream.cpp113 my_OutBytesPerSec = nOutputSamplesPerSec; in init()
136 lame_set_out_samplerate( gfp, my_OutBytesPerSec ); in open()
256 beConfig.format.LHV1.dwReSampleRate = my_OutBytesPerSec; // force the user resampling in open()
296 OutputInputRatio = double(my_AvgBytesPerSec) / double(my_OutBytesPerSec * 2); in GetOutputSizeForInput()
298 OutputInputRatio = 40000.0 / double(my_OutBytesPerSec * 2); in GetOutputSizeForInput()
H A DACMStream.h73 int my_OutBytesPerSec; member in ACMStream

Completed in 1 milliseconds