Home
last modified time | relevance | path

Searched refs:bitStr (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/multimedia/av_codec/audio_decoder/src/
Davcodec_audio_avbuffer_decoder_demo.cpp143 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/
Davcodec_audio_avbuffer_encoder_demo.cpp131 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()