HomeSort by relevance Sort by last modified time
    Searched full:zorder (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc 710 // Clean the zOrder map
760 VideoChannelAGL* VideoRenderAGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
774 if (_zOrderToChannel.find(zOrder) != _zOrderToChannel.end())
776 // There are already one channel using this zOrder
777 // TODO: Allow multiple channels with same zOrder
796 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel));
923 VideoChannelAGL* VideoRenderAGL::ConfigureAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
943 if (it->first != zOrder)
946 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel));
1145 // TODO Improvement: Walk through the zOrder Map to only render the ones in need of updat
    [all...]