Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dyuvframegenerator.cc209 std::stringstream value_str_stream; in DrawBarcode() local
210 ComputeBarcodeDigits(value, &value_str_stream); in DrawBarcode()
230 value_str_stream.get(next_char); in DrawBarcode()
231 if (!value_str_stream.good()) { in DrawBarcode()