Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.h55 …int SetStreamSettings(int streamId, float startWidth, float startHeight, float stopWidth, float st…
56 …int SetStreamCropSettings(int streamId, float startWidth, float startHeight, float stopWidth, floa…
112 …el(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
113 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
Dvideo_render_agl.h48 float stopWidth, float stopHeight);
50 float stopWidth, float stopHeight);
94 float startHeight, float stopWidth,
98 float stopWidth, float stopHeight);
Dvideo_render_nsopengl.mm332 …amSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeigh…
337 _stopWidth = stopWidth;
354 …(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopH…
738 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
753 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
938 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh…
948 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
950 …settings: channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d…
951 __FUNCTION__, channel, zOrder, startWidth, startHeight, stopWidth, stopHeight);
954 …nfiguring channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d…
[all …]
Dvideo_render_agl.cc334 …amSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeigh… in SetStreamSettings() argument
340 _stopWidth = stopWidth; in SetStreamSettings()
767 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh… in CreateAGLChannel() argument
789 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in CreateAGLChannel()
932 …nel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeigh… in ConfigureAGLChannel() argument
942 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in ConfigureAGLChannel()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h65 float stopWidth,
71 float& stopWidth,
246 float stopWidth, float stopHeight);
Dvideo_render_direct3d9.cc75 float stopWidth, in SetStreamSettings() argument
82 _stopWidth = stopWidth; in SetStreamSettings()
90 float& stopWidth, in GetStreamSettings() argument
97 stopWidth = _stopWidth; in GetStreamSettings()
640 float startWidth, startHeight, stopWidth, stopHeight; in UpdateRenderSurface() local
642 startHeight, stopWidth, in UpdateRenderSurface()
647 stopWidth, stopHeight); in UpdateRenderSurface()
902 float stopWidth, in UpdateVerticeBuffer() argument
913 right = stopWidth * 2 - 1; in UpdateVerticeBuffer()