Home
last modified time | relevance | path

Searched refs:stopWidth (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);
93 float startHeight, float stopWidth,
97 float stopWidth, float stopHeight);
Dvideo_render_nsopengl.h57 …int SetStreamSettings(int streamId, float startWidth, float startHeight, float stopWidth, float st…
58 …int SetStreamCropSettings(int streamId, float startWidth, float startHeight, float stopWidth, floa…
114 …el(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
115 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
Dvideo_render_nsopengl.mm330 …amSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeigh…
335 _stopWidth = stopWidth;
352 …(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopH…
733 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
748 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
930 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
940 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
942 …settings: channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d…
943 __FUNCTION__, channel, zOrder, startWidth, startHeight, stopWidth, stopHeight);
946 …nfiguring channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d…
[all …]
Dvideo_render_agl.cc333 …amSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeigh… in SetStreamSettings() argument
339 _stopWidth = stopWidth; in SetStreamSettings()
760 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh… in CreateAGLChannel() argument
782 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in CreateAGLChannel()
923 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh… 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.h63 float stopWidth,
69 float& stopWidth,
245 float stopWidth, float stopHeight);
Dvideo_render_direct3d9.cc74 float stopWidth, in SetStreamSettings() argument
81 _stopWidth = stopWidth; in SetStreamSettings()
89 float& stopWidth, in GetStreamSettings() argument
96 stopWidth = _stopWidth; in GetStreamSettings()
630 float startWidth, startHeight, stopWidth, stopHeight; in UpdateRenderSurface() local
632 startHeight, stopWidth, in UpdateRenderSurface()
637 stopWidth, stopHeight); in UpdateRenderSurface()
891 float stopWidth, in UpdateVerticeBuffer() argument
902 right = stopWidth * 2 - 1; in UpdateVerticeBuffer()