Searched defs:zOrder (Results 1 - 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_render.cc64 int32_t zOrder,
128 uint32_t& zOrder,
143 renderChannel->GetStreamProperties(zOrder, left, top, right, bottom);
62 CreateX11RenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
126 GetIncomingStreamProperties( int32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
H A Dvideo_x11_channel.cc298 int32_t VideoX11Channel::GetStreamProperties(uint32_t& zOrder, argument
305 zOrder = 0; // no z-order support yet
H A Dvideo_render_linux_impl.cc82 const uint32_t zOrder,
96 _ptrX11Render->CreateX11RenderChannel(streamId, zOrder, left,
132 uint32_t& zOrder,
144 return _ptrX11Render->GetIncomingStreamProperties(streamId, zOrder,
222 const unsigned int zOrder,
80 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
130 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
220 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_surface_view.cc204 int32_t zOrder,
218 if(stream && stream->Init(zOrder, left, top, right, bottom) == 0)
288 int32_t /*zOrder*/,
202 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
H A Dvideo_render_android_impl.cc77 const uint32_t zOrder,
94 renderStream = CreateAndroidRenderChannel(streamId, zOrder, left, top,
124 uint32_t& zOrder,
282 const unsigned int zOrder,
76 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
122 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
280 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_android_native_opengl2.cc215 int32_t zOrder,
226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0)
283 int32_t AndroidNativeOpenGl2Channel::Init(int32_t zOrder, argument
376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
213 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
H A Dvideo_render_opengles20.cc176 int32_t VideoRenderOpenGles20::SetCoordinates(int32_t zOrder, argument
197 _vertices[2] = zOrder;
202 _vertices[7] = zOrder;
207 _vertices[12] = zOrder;
212 _vertices[17] = zOrder;
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc43 const uint32_t zOrder,
62 uint32_t& zOrder,
70 zOrder = 0;
146 const unsigned int zOrder,
42 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
60 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
144 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc120 const uint32_t zOrder,
137 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
157 uint32_t& zOrder,
164 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
238 const unsigned int zOrder,
119 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
156 GetIncomingRenderStreamProperties(const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
237 ConfigureRenderer(const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_agl.cc710 // Clean the zOrder map
760 VideoChannelAGL* VideoRenderAGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
774 if (_zOrderToChannel.find(zOrder) != _zOrderToChannel.end())
776 // There are already one channel using this zOrder
777 // TODO: Allow multiple channels with same zOrder
796 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel));
923 VideoChannelAGL* VideoRenderAGL::ConfigureAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
943 if (it->first != zOrder)
946 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel));
1145 // TODO Improvement: Walk through the zOrder Ma
1962 GetChannelProperties(const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
[all...]
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc89 const uint32_t zOrder,
103 renderCallback = _ptrRendererWin->CreateChannel(streamId, zOrder, left,
127 uint32_t& zOrder,
134 zOrder = 0;
146 error = _ptrRendererWin->GetStreamSettings(streamId, 0, zOrder, left,
258 const unsigned int zOrder,
271 error = _ptrRendererWin->ConfigureRenderer(streamId, 0, zOrder, left,
88 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
125 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
256 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_direct3d9.cc71 uint32_t zOrder,
78 _zOrder = zOrder;
86 uint32_t& zOrder,
93 zOrder = _zOrder;
329 // Clean the zOrder map
629 uint32_t zOrder; local
631 channelObj->GetStreamSettings(0, zOrder, startWidth,
837 const uint32_t zOrder,
851 d3dChannel->SetStreamSettings(0, zOrder, left, top, right, bottom);
859 std::pair<int, unsigned int>(zOrder, channe
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
836 CreateChannel(const uint32_t channel, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
864 GetStreamSettings(const uint32_t channel, const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
1139 ConfigureRenderer(const uint32_t channel, const uint16_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_impl.cc166 const uint32_t zOrder,
189 _ptrRenderer->AddIncomingRenderStream(streamId, zOrder, left, top,
265 uint32_t& zOrder,
279 return _ptrRenderer->GetIncomingRenderStreamProperties(streamId, zOrder,
536 const unsigned int zOrder,
550 return _ptrRenderer->ConfigureRenderer(streamId, zOrder, left, top, right,
165 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
263 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
534 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_internal_impl.cc389 const uint32_t zOrder,
412 _ptrRenderer->AddIncomingRenderStream(streamId, zOrder, left, top,
488 uint32_t& zOrder,
502 return _ptrRenderer->GetIncomingRenderStreamProperties(streamId, zOrder,
759 const unsigned int zOrder,
773 return _ptrRenderer->ConfigureRenderer(streamId, zOrder, left, top, right,
388 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
486 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
757 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c160161 const char *zOrder = (bDesc ? " DESC" : ""); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c160191 const char *zOrder = (bDesc ? " DESC" : ""); local
[all...]
/external/robolectric/v3/runtime/
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-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 1070 milliseconds