| /external/drm_hwcomposer/ |
| platformnv.h | 86 bool CheckLayer(size_t zorder, DrmHwcLayer *layer);
|
| platform.cpp | 151 // Find lowest zorder out of precomp layers 158 // highest zorder
|
| platformnv.cpp | 289 bool PlanStageNvLimits::CheckLayer(size_t zorder, DrmHwcLayer *layer) { 305 if (zorder > 0 && layer->blending != DrmHwcBlending::kPreMult)
|
| /external/webrtc/webrtc/modules/video_render/android/ |
| video_render_android_native_opengl2.cc | 215 int32_t zOrder, 226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0) 283 int32_t AndroidNativeOpenGl2Channel::Init(int32_t zOrder, 376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
|
| video_render_android_surface_view.cc | 204 int32_t zOrder, 218 if(stream && stream->Init(zOrder, left, top, right, bottom) == 0) 288 int32_t /*zOrder*/,
|
| /external/webrtc/webrtc/modules/video_render/mac/ |
| video_render_agl.cc | 710 // Clean the zOrder map 760 VideoChannelAGL* VideoRenderAGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) 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) 943 if (it->first != zOrder) 946 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel)); 1145 // TODO Improvement: Walk through the zOrder Map to only render the ones in need of updat [all...] |
| /external/webrtc/webrtc/modules/video_render/ios/ |
| video_render_ios_gles20.mm | 65 // Clean the zOrder map 204 // Loop through all channels starting highest zOrder ending with lowest.
|
| video_render_ios_impl.mm | 134 const unsigned int zOrder,
|
| /external/webrtc/webrtc/modules/video_render/linux/ |
| video_x11_channel.cc | 298 int32_t VideoX11Channel::GetStreamProperties(uint32_t& zOrder, 305 zOrder = 0; // no z-order support yet
|
| /frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
| display_protocol.h | 121 ZOrder = DVR_SURFACE_ATTRIBUTE_Z_ORDER, 157 GetAttribute(SurfaceAttribute::ZOrder, &int_value,
|
| /frameworks/native/services/surfaceflinger/tests/hwc2/ |
| Hwc2TestLayer.cpp | 94 void Hwc2TestLayer::setZOrder(uint32_t zOrder) 96 mZOrder = zOrder;
|
| /hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
| TngPrimaryPlane.cpp | 163 struct intel_dc_plane_zorder *zorder = local 165 zorder->forceBottom[mIndex] = mForceBottom ? 1 : 0;
|
| /hardware/qcom/display/msm8084/libhwcomposer/ |
| hwc_mdpcomp.cpp | 102 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); [all...] |
| hwc_fbupdate.cpp | 163 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 215 ovutils::PipeArgs parg(mdpFlags, info, zOrder, isFg, 294 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 329 zOrder, 365 zOrder, 436 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 440 zOrder,
|
| /hardware/qcom/display/msm8226/libhwcomposer/ |
| hwc_fbupdate.cpp | 169 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 221 ovutils::PipeArgs parg(mdpFlags, info, zOrder, isFg, 300 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 335 zOrder, 371 zOrder, 442 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 446 zOrder,
|
| hwc_mdpcomp.cpp | 103 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); [all...] |
| /hardware/qcom/display/msm8994/libhwcomposer/ |
| hwc_fbupdate.cpp | 163 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 213 ovutils::PipeArgs parg(mdpFlags, info, zOrder, 289 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 353 zOrder, 388 zOrder, 453 ovutils::eZorder zOrder = static_cast<ovutils::eZorder>(fbZorder); 457 zOrder,
|
| hwc_mdpcomp.cpp | 114 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); [all...] |
| /hardware/intel/img/hwcomposer/merrifield/include/ |
| DisplayPlane.h | 109 virtual void setZOrder(int zorder);
|
| /hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
| DisplayPlane.h | 109 virtual void setZOrder(int zorder);
|
| /frameworks/native/libs/vr/libdisplay/ |
| display_client.cpp | 66 {{SurfaceAttribute::ZOrder, SurfaceAttributeValue{z_order}}}); 90 case SurfaceAttribute::ZOrder:
|
| /hardware/intel/img/hwcomposer/merrifield/common/planes/ |
| DisplayPlane.cpp | 379 void DisplayPlane::setZOrder(int zorder) 381 mZOrder = zorder;
|
| /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
| DisplayPlane.cpp | 397 void DisplayPlane::setZOrder(int zorder) 399 mZOrder = zorder;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| vmr9.h | [all...] |
| /hardware/qcom/display/msm8998/libdrmutils/ |
| drm_interface.h | 59 * Op: Sets plane zorder 61 * uint32_t - zorder
|