OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h
186
typedef std::vector<WebRtcVoiceMediaChannel *>
ChannelList
;
254
ChannelList
channels_;
webrtcvoiceengine.cc
937
for (
ChannelList
::const_iterator i = channels_.begin();
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc
102
typedef std::list<Channel*>
ChannelList
;
142
ChannelList
channels_;
639
for (
ChannelList
::iterator it = channels_.begin();
908
for (
ChannelList
::const_iterator it = channels_.begin();
918
for (
ChannelList
::const_iterator it = channels_.begin();
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_exr.cpp
142
const
ChannelList
&channels = m_file->header().channels();
Completed in 66 milliseconds