HomeSort by relevance Sort by last modified time
    Searched refs:DLOGTRACE (Results 1 - 13 of 13) sorted by null

  /hardware/intel/img/hwcomposer/common/utils/
HwcTrace.h 30 #define DLOGTRACE(fmt,...) ALOGD("%s: "fmt, __func__, ##__VA_ARGS__)
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 190 DLOGTRACE("invalid destination size: %dx%d, fall back to GLES", dstW, dstH);
202 DLOGTRACE("offset %d is not 64 bytes aligned, fall back to GLES", (int)src.left);
AnnPlaneManager.cpp 274 //DLOGTRACE("invalid zorder or ZOrder config.");
295 DLOGTRACE("index of ZOrderConfig is out of bound");
301 DLOGTRACE("plane type %d index %d is not available", desc.type, desc.index);
329 DLOGTRACE("overlay C does not support transform");
376 DLOGTRACE("config size %d, zorder %s", size, zorder);
AnnOverlayPlane.cpp 785 DLOGTRACE("failed to setup rotation buffer");
844 DLOGTRACE("overlay rotation with scaling >= 3, use VA rotated buffer");
849 DLOGTRACE("offset is not 64 bytes aligned, use VA rotated buffer");
856 DLOGTRACE("overlay rotation with uneven scaling, use VA rotated buffer");
866 DLOGTRACE("1080(H)x1920(V) cannot use hw rotation, use VA rotated buffer");
901 DLOGTRACE("disabling overlay %d on device %d", mIndex, mDevice);
  /hardware/intel/img/hwcomposer/common/base/
Hwcomposer.cpp 339 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected);
341 DLOGTRACE("hotplug callback processed and returned!");
353 DLOGTRACE("invalidating screen...");
HwcLayerList.cpp 396 DLOGTRACE("no cursor plane available. candidates %d", cursorCandidates);
447 DLOGTRACE("no overlay plane available. candidates %d", overlayCandidates);
856 DLOGTRACE("fallback to GLES update failed on layer[%d]!\n", i);
919 DLOGTRACE("plane is attached with invalid handle");
1017 DLOGTRACE(" numHwLayers = %u, flags = %08x", mList->numHwLayers, mList->flags);
1019 DLOGTRACE(" type | handle | hints | flags | tr | blend | alpha | format | source crop | frame | index | zorder | plane ");
1020 DLOGTRACE("------+----------+-------+-------+----+-------+-------+----------+-----------------------------------+---------------------------+-------+--------+---------");
1035 DLOGTRACE(
    [all...]
HwcLayer.cpp 258 DLOGTRACE("failed to set data buffer, reset handle to 0!!");
Drm.cpp 53 DLOGTRACE("mDrmFd = %d", mDrmFd);
  /hardware/intel/img/hwcomposer/common/devices/
ExternalDevice.cpp 202 DLOGTRACE("HDCP authentication status %d, sending hotplug event...", success);
247 DLOGTRACE("start HDCP asynchronously...");
  /hardware/intel/img/hwcomposer/common/observers/
UeventObserver.cpp 199 DLOGTRACE("received Uevent: %s", msg);
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 248 DLOGTRACE("setCursorPosition");
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 114 DLOGTRACE("overlay %d status %s on device %d, current device %d",
168 DLOGTRACE("overlay %d switched from %d to %d", mIndex, mDevice, disp);
    [all...]
RotationBufferProvider.cpp 398 DLOGTRACE("VA is restarted as rotation context changes");

Completed in 99 milliseconds