Searched defs:startHeight (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
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.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/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 275 milliseconds