Home
last modified time | relevance | path

Searched refs:DLOGTRACE (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DPlaneCapabilities.cpp183 DLOGTRACE("invalid destination size: %d x %d, fall back to GLES", dstW, dstH); in isScalingSupported()
198 DLOGTRACE("invalid destination size: %dx%d, fall back to GLES", dstW, dstH); in isScalingSupported()
210 DLOGTRACE("offset %d is not 64 bytes aligned, fall back to GLES", (int)src.left); in isScalingSupported()
DAnnPlaneManager.cpp295 DLOGTRACE("index of ZOrderConfig is out of bound"); in assignPlanes()
301 DLOGTRACE("plane type %d index %d is not available", desc.type, desc.index); in assignPlanes()
329 DLOGTRACE("overlay C does not support transform"); in assignPlanes()
376 DLOGTRACE("config size %d, zorder %s", size, zorder); in assignPlanes()
DAnnOverlayPlane.cpp771 DLOGTRACE("failed to setup rotation buffer"); in rotatedBufferReady()
836 DLOGTRACE("overlay rotation with scaling >= 3, use VA rotated buffer"); in useOverlayRotation()
841 DLOGTRACE("offset is not 64 bytes aligned, use VA rotated buffer"); in useOverlayRotation()
848 DLOGTRACE("overlay rotation with uneven scaling, use VA rotated buffer"); in useOverlayRotation()
858 DLOGTRACE("1080(H)x1920(V) cannot use hw rotation, use VA rotated buffer"); in useOverlayRotation()
893 DLOGTRACE("disabling overlay %d on device %d", mIndex, mDevice); in flush()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp402 DLOGTRACE("no cursor plane available. candidates %d", cursorCandidates); in assignCursorPlanes()
453 DLOGTRACE("no overlay plane available. candidates %d", overlayCandidates); in assignOverlayPlanes()
855 DLOGTRACE("fallback to GLES update failed on layer[%d]!\n", i); in update()
918 DLOGTRACE("plane is attached with invalid handle"); in getPlane()
1016 DLOGTRACE(" numHwLayers = %u, flags = %08x", mList->numHwLayers, mList->flags); in dump()
1018DLOGTRACE(" type | handle | hints | flags | tr | blend | alpha | format | source cro… in dump()
1019DLOGTRACE("------+----------+-------+-------+----+-------+-------+----------+---------------------… in dump()
1034 DLOGTRACE( in dump()
DHwcomposer.cpp338 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected); in hotplug()
340 DLOGTRACE("hotplug callback processed and returned!"); in hotplug()
351 DLOGTRACE("invalidating screen..."); in invalidate()
DHwcLayer.cpp258 DLOGTRACE("failed to set data buffer, reset handle to 0!!"); in update()
DDrm.cpp53 DLOGTRACE("mDrmFd = %d", mDrmFd); in initialize()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
DHwcTrace.h30 #define DLOGTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__) macro
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DExternalDevice.cpp200 DLOGTRACE("HDCP authentication status %d, sending hotplug event...", success); in HdcpLinkStatusListener()
245 DLOGTRACE("start HDCP asynchronously..."); in hotplugListener()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DUeventObserver.cpp199 DLOGTRACE("received Uevent: %s", msg); in onUevent()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngDisplayContext.cpp247 DLOGTRACE("setCursorPosition"); in setCursorPosition()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp114 DLOGTRACE("overlay %d status %s on device %d, current device %d", in isDisabled()
168 DLOGTRACE("overlay %d switched from %d to %d", mIndex, mDevice, disp); in assignToDevice()
1201 DLOGTRACE("rotated buffer is not ready"); in setDataBuffer()
DRotationBufferProvider.cpp397 DLOGTRACE("VA is restarted as rotation context changes"); in setupRotationBuffer()