Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc21 static int dispCount = 0; variable
123 if (dispCount < DISP_MAX) in Init()
125 dispArray[dispCount] = _display; in Init()
126 _dispCount = dispCount; in Init()
127 dispCount++; in Init()