Lines Matching full:channel
53 // views in an image (see ImfStandardAttributes.h), and channel names
56 // layer.view.channel
95 // Given the name of a channel, return the name of the view to
96 // which it belongs. Returns the empty string ("") if the channel
100 std::string viewFromChannelName (const std::string &channel,
105 // Return whether channel1 and channel2 are the same channel but
106 // viewed in different views. (Return false if either channel
130 // Given the name of a channel, return a list of the same channel
140 // Given the name of a channel in one view, return the corresponding
141 // channel name for view otherViewName. Return "" if no corresponding
142 // channel exists in view otherViewName, or if view otherViewName doesn't
146 std::string channelInOtherView (const std::string &channel,
152 // Given a channel name that does not include a view name, insert
153 // multiView[i] into the channel name at the appropriate location.
154 // If i is zero and the channel name contains no periods, then do
158 std::string insertViewName (const std::string &channel,