Searched refs:startHeight (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
H A 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,
H A Dvideo_render_nsopengl.h57 int SetStreamSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
58 int SetStreamCropSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
114 VideoChannelNSOpenGL* CreateNSGLChannel(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
115 VideoChannelNSOpenGL* ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
H A Dvideo_render_nsopengl.mm330 int VideoChannelNSOpenGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight)
336 _startHeight = startHeight;
352 int VideoChannelNSOpenGL::SetStreamCropSettings(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopHeight*/)
733 VideoChannelNSOpenGL* VideoRenderNSOpenGL::CreateNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
748 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
930 VideoChannelNSOpenGL* VideoRenderNSOpenGL::ConfigureNSGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight)
940 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
942 WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, _id, "%s failed to set stream settings: channel %d. channel=%d zOrder=%d startWidth=%d startHeight=%d stopWidth=%d stopHeight=%d",
943 __FUNCTION__, channel, zOrder, startWidth, startHeight, stopWidth, stopHeight);
946 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s Configuring channel %d. channel=%d zOrder=%d startWidth=%d startHeight
[all...]
H A Dvideo_render_agl.cc333 int VideoChannelAGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
340 _startHeight = startHeight;
357 int VideoChannelAGL::SetStreamCropSettings(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopHeight*/)
760 VideoChannelAGL* VideoRenderAGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
782 if (newAGLChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
923 VideoChannelAGL* VideoRenderAGL::ConfigureAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
933 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1)
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h62 float startHeight,
68 float& startHeight,
244 float startWidth, float startHeight,
H A Dvideo_render_direct3d9.cc73 float startHeight,
80 _startHeight = startHeight;
88 float& startHeight,
95 startHeight = _startHeight;
630 float startWidth, startHeight, stopWidth, stopHeight; local
632 startHeight, stopWidth,
636 UpdateVerticeBuffer(_pVB, 0, startWidth, startHeight,
890 float startHeight,
905 top = 1 - startHeight * 2;
70 SetStreamSettings(uint16_t streamId, uint32_t zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
85 GetStreamSettings(uint16_t streamId, uint32_t& zOrder, float& startWidth, float& startHeight, float& stopWidth, float& stopHeight) argument
887 UpdateVerticeBuffer(LPDIRECT3DVERTEXBUFFER9 pVB, int offset, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DVideoCapturerAndroidTestFixtures.java587 final int startHeight = renderer.frameHeight();
590 final int scaledHeight = startHeight / 2;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 176 milliseconds