/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.h | 47 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,
|
D | video_render_nsopengl.h | 57 …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…
|
D | video_render_nsopengl.mm | 330 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 …]
|
D | video_render_agl.cc | 333 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/ |
D | video_render_direct3d9.h | 62 float startHeight, 68 float& startHeight, 244 float startWidth, float startHeight,
|
D | video_render_direct3d9.cc | 73 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/ |
D | VideoCapturerAndroidTestFixtures.java | 587 final int startHeight = renderer.frameHeight(); in scaleCameraOutput() local 590 final int scaledHeight = startHeight / 2; in scaleCameraOutput()
|