OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zorder
(Results
51 - 75
of
99
) sorted by null
1
2
3
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
...]