Searched refs:z_order (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_channel.h30 int SetStreamSettings(const float z_order,
H A Dvideo_render_ios_channel.mm48 int VideoRenderIosChannel::SetStreamSettings(const float z_order,
53 if (![view_ setCoordinatesForZOrder:z_order
H A Dvideo_render_ios_impl.h38 const uint32_t z_order,
47 uint32_t& z_order,
72 const unsigned int z_order,
H A Dopen_gles20.h34 bool SetCoordinates(const float z_order,
H A Dvideo_render_ios_impl.mm72 const uint32_t z_order,
83 stream_id, z_order, left, top, right, bottom);
95 uint32_t& z_order,
H A Dopen_gles20.mm121 bool OpenGles20::SetCoordinates(const float z_order,
134 vertices_[2] = z_order;
139 vertices_[7] = z_order;
144 vertices_[12] = z_order;
149 vertices_[17] = z_order;
H A Dvideo_render_ios_gles20.h36 int z_order,
H A Dvideo_render_ios_gles20.mm109 int z_order,
122 if (new_eagl_channel->SetStreamSettings(z_order, left, top, right, bottom) ==
128 z_order_to_channel_.insert(std::pair<int, int>(z_order, channel));
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_render.h79 const unsigned int z_order,
101 const unsigned int z_order,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_render_impl.h33 const unsigned int z_order, const float left,
40 virtual int ConfigureRender(int render_id, const unsigned int z_order,
H A Dvie_renderer.h54 const uint32_t z_order,
69 int32_t ConfigureRenderer(const unsigned int z_order,
97 int32_t Init(const uint32_t z_order,
H A Dvie_renderer.cc24 const uint32_t z_order,
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
62 int32_t ViERenderer::ConfigureRenderer(const unsigned int z_order, argument
67 return render_module_.ConfigureRenderer(render_id_, z_order, left, top, right,
123 int32_t ViERenderer::Init(const uint32_t z_order, argument
130 render_id_, z_order, left, top, right, bottom));
20 CreateViERenderer(const int32_t render_id, const int32_t engine_id, VideoRender& render_module, ViERenderManager& render_manager, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
H A Dvie_render_impl.cc86 const unsigned int z_order, const float left,
89 LOG_F(LS_INFO) << "render_id: " << render_id << " z_order: " << z_order
110 render_id, window, z_order, left, top, right, bottom);
125 render_id, window, z_order, left, top, right, bottom);
219 int ViERenderImpl::ConfigureRender(int render_id, const unsigned int z_order, argument
222 LOG_F(LS_INFO) << "render_id: " << render_id << " z_order: " << z_order
232 if (renderer->ConfigureRenderer(z_order, left, top, right, bottom) != 0) {
85 AddRenderer(const int render_id, void* window, const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
H A Dvie_render_manager.h40 const uint32_t z_order,
H A Dvie_render_manager.cc90 const uint32_t z_order,
118 *this, z_order,
88 AddRenderStream(const int32_t render_id, void* window, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc463 jobject gl_surface, jint z_order,
467 return vie_data->render->AddRenderer(channel, gl_surface, z_order, left, top,

Completed in 205 milliseconds