Searched refs:channelList (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfMultiView.cpp | 175 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 …]
|
D | ImfMultiView.h | 119 const ChannelList &channelList, 126 ChannelList channelsInNoView (const ChannelList &channelList, 136 const ChannelList &channelList, 147 const ChannelList &channelList,
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.h | 104 int GetChannels(std::list<int>& channelList);
|
D | video_render_nsopengl.h | 122 int GetChannels(std::list<int>& channelList);
|
D | video_render_agl.cc | 908 int VideoRenderAGL::GetChannels(std::list<int>& channelList) in GetChannels() argument 916 channelList.push_back(it->first); in GetChannels()
|
D | video_render_nsopengl.mm | 914 int VideoRenderNSOpenGL::GetChannels(std::list<int>& channelList) 923 channelList.push_back(it->first);
|