Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DACMStream.cpp115 my_AvgBytesPerSec = nAvgBytesPerSec; in init()
151 lame_set_VBR_mean_bitrate_kbps( gfp, (my_AvgBytesPerSec * 8 + 500) / 1000 ); in open()
170 lame_set_brate( gfp, my_AvgBytesPerSec * 8 / 1000 ); in open()
296 OutputInputRatio = double(my_AvgBytesPerSec) / double(my_OutBytesPerSec * 2); in GetOutputSizeForInput()
H A DACMStream.h72 int my_AvgBytesPerSec; member in ACMStream
H A DDecodeStream.h69 int my_AvgBytesPerSec; member in DecodeStream
H A DDecodeStream.cpp113 my_AvgBytesPerSec = nAvgBytesPerSec; in init()

Completed in 2 milliseconds