Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.h48 float stopWidth, float stopHeight);
50 float stopWidth, float stopHeight);
94 float stopHeight);
97 float stopWidth, float stopHeight);
Dvideo_render_nsopengl.h57 …reamSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
58 …CropSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
114 …(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
115 …l(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
Dvideo_render_nsopengl.mm330 …mSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight)
337 _stopHeight = stopHeight;
352 …streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopHeight*/)
733 …el(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
748 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
930 …el(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
940 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
942 …ettings: channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d",
943 __FUNCTION__, channel, zOrder, startWidth, startHeight, stopWidth, stopHeight);
946 …figuring channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d",
[all …]
Dvideo_render_agl.cc333 …mSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight) in SetStreamSettings() argument
341 _stopHeight = stopHeight; in SetStreamSettings()
760 …el(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) in CreateAGLChannel() argument
782 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in CreateAGLChannel()
923 …el(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) in ConfigureAGLChannel() argument
933 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in ConfigureAGLChannel()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h64 float stopHeight);
70 float& stopHeight);
245 float stopWidth, float stopHeight);
Dvideo_render_direct3d9.cc75 float stopHeight) in SetStreamSettings() argument
82 _stopHeight = stopHeight; in SetStreamSettings()
90 float& stopHeight) in GetStreamSettings() argument
97 stopHeight = _stopHeight; in GetStreamSettings()
630 float startWidth, startHeight, stopWidth, stopHeight; in UpdateRenderSurface() local
633 stopHeight); in UpdateRenderSurface()
637 stopWidth, stopHeight); in UpdateRenderSurface()
892 float stopHeight) in UpdateVerticeBuffer() argument
906 bottom = 1 - stopHeight * 2; in UpdateVerticeBuffer()