Home | History | Annotate | Download | only in webrtc

Lines Matching defs:out

24  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
182 std::stringstream out;
183 out << '{';
185 out << codecs[i].ToString();
187 out << ", ";
190 out << '}';
191 return out.str();
551 // TODO(pbos): Figure out whether this can be removed.
557 // TODO(pbos): Probe encoder factory to figure out that the codec is supported
755 std::stringstream out;
756 out << '{';
758 out << codecs[i].codec.ToString();
760 out << ", ";
763 out << '}';
764 return out.str();
1122 // corresponding sender SSRC. Figure out what to do when we don't have
1440 // TODO(pbos): Figure out whether b=AS means max bitrate for this
1522 // thread on stream creation and locks such as stream_crit_ while calling out.