Searched refs:bitStr (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
| D | avcodec_audio_avbuffer_decoder_demo.cpp | 143 string bitStr = dest[2]; in GetParamsByName() local 144 StringReplace(bitStr, "k", "000"); in GetParamsByName() 145 bitrate = atol(bitStr.c_str()); in GetParamsByName() 154 string bitStr = dest[2]; in GetParamsByName() local 155 StringReplace(bitStr, "k", "000"); in GetParamsByName() 156 bitrate = atol(bitStr.c_str()); in GetParamsByName() 165 string bitStr = dest[1]; in GetParamsByName() local 166 StringReplace(bitStr, "k", "000"); in GetParamsByName() 167 bitrate = atol(bitStr.c_str()); in GetParamsByName()
|
| /test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
| D | avcodec_audio_avbuffer_encoder_demo.cpp | 131 string bitStr = dest[splitNum2]; in GetParamsByName() local 132 StringReplace(bitStr, "k", "000"); in GetParamsByName() 133 bitrate = atol(bitStr.c_str()); in GetParamsByName() 142 string bitStr = dest[splitNum1]; in GetParamsByName() local 143 StringReplace(bitStr, "k", "000"); in GetParamsByName() 144 bitrate = atol(bitStr.c_str()); in GetParamsByName()
|