Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfMultiView.cpp175 const ChannelList & channelList, in channelsInView() argument
184 for (ChannelList::ConstIterator i = channelList.begin(); in channelsInView()
185 i != channelList.end(); in channelsInView()
208 channelsInNoView (const ChannelList &channelList, in channelsInNoView() argument
215 return channelsInView ("", channelList, multiView); in channelsInNoView()
303 const ChannelList &channelList, in channelInAllViews() argument
313 for (ChannelList::ConstIterator i=channelList.begin(); in channelInAllViews()
314 i != channelList.end(); in channelInAllViews()
330 const ChannelList &channelList, in channelInOtherView() argument
339 for (ChannelList::ConstIterator i=channelList.begin(); in channelInOtherView()
[all …]
DImfMultiView.h119 const ChannelList &channelList,
126 ChannelList channelsInNoView (const ChannelList &channelList,
136 const ChannelList &channelList,
147 const ChannelList &channelList,
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.h104 int GetChannels(std::list<int>& channelList);
Dvideo_render_nsopengl.h122 int GetChannels(std::list<int>& channelList);
Dvideo_render_agl.cc908 int VideoRenderAGL::GetChannels(std::list<int>& channelList) in GetChannels() argument
916 channelList.push_back(it->first); in GetChannels()
Dvideo_render_nsopengl.mm914 int VideoRenderNSOpenGL::GetChannels(std::list<int>& channelList)
923 channelList.push_back(it->first);