Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.h47 int SetStreamSettings(int streamId, float startWidth, float startHeight,
49 int SetStreamCropSettings(int streamId, float startWidth, float startHeight,
93 float startHeight, float stopWidth,
96 float startWidth, float startHeight,
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 …L* CreateNSGLChannel(int streamID, int zOrder, float startWidth, float startHeight, float stopWidt…
115 … ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidt…
Dvideo_render_nsopengl.mm330 int VideoChannelNSOpenGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, …
336 _startHeight = startHeight;
352 …:SetStreamCropSettings(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stop…
733 …GL::CreateNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidt…
748 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
930 …:ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidt…
940 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
942 …to set stream settings: channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d…
943 __FUNCTION__, channel, zOrder, startWidth, startHeight, stopWidth, stopHeight);
946 …r, _id, "%s Configuring channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d…
[all …]
Dvideo_render_agl.cc333 int VideoChannelAGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, float… in SetStreamSettings() argument
340 _startHeight = startHeight; in SetStreamSettings()
760 …AGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidt… in CreateAGLChannel() argument
782 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in CreateAGLChannel()
923 …::ConfigureAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidt… 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.h62 float startHeight,
68 float& startHeight,
244 float startWidth, float startHeight,
Dvideo_render_direct3d9.cc73 float startHeight, in SetStreamSettings() argument
80 _startHeight = startHeight; in SetStreamSettings()
88 float& startHeight, in GetStreamSettings() argument
95 startHeight = _startHeight; in GetStreamSettings()
630 float startWidth, startHeight, stopWidth, stopHeight; in UpdateRenderSurface() local
632 startHeight, stopWidth, in UpdateRenderSurface()
636 UpdateVerticeBuffer(_pVB, 0, startWidth, startHeight, in UpdateRenderSurface()
890 float startHeight, in UpdateVerticeBuffer() argument
905 top = 1 - startHeight * 2; in UpdateVerticeBuffer()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java587 final int startHeight = renderer.frameHeight(); in scaleCameraOutput() local
590 final int scaledHeight = startHeight / 2; in scaleCameraOutput()