OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streaminfos_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc
154
while (!
streaminfos_
.empty()) {
155
VideoEncoder* encoder =
streaminfos_
.back().encoder;
156
EncodedImageCallback* callback =
streaminfos_
.back().callback;
159
streaminfos_
.pop_back();
225
streaminfos_
.push_back(StreamInfo(encoder, callback, stream_codec.width,
253
for (size_t stream_idx = 0; stream_idx <
streaminfos_
.size(); ++stream_idx) {
254
if (
streaminfos_
[stream_idx].key_frame_request &&
255
streaminfos_
[stream_idx].send_stream) {
263
for (size_t stream_idx = 0; stream_idx <
streaminfos_
.size(); ++stream_idx) {
265
if (!
streaminfos_
[stream_idx].send_stream
[
all
...]
simulcast_encoder_adapter.h
115
std::vector<StreamInfo>
streaminfos_
;
member in class:webrtc::SimulcastEncoderAdapter
Completed in 1165 milliseconds