Searched refs:CLOG_CONFIG (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 58 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) macro 391 CLOG_CONFIG(setParameter, "%s(%#x), %zu@%p)", asString(extIndex), index, size, params); in setParameter() 416 CLOG_CONFIG(setConfig, "%s(%#x), %zu@%p)", asString(extIndex), index, size, params); in setConfig() 435 CLOG_CONFIG(enableGraphicBuffers, "%s:%u, %d", portString(portIndex), portIndex, enable); in enableGraphicBuffers() 492 CLOG_CONFIG(storeMetaDataInBuffers, "%s:%u en:%d", portString(portIndex), portIndex, enable); in storeMetaDataInBuffers() 553 CLOG_CONFIG(prepareForAdaptivePlayback, "%s:%u en=%d max=%ux%u", in prepareForAdaptivePlayback() 583 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode() 1089 CLOG_CONFIG(setInternalOption, "%s(%d): %s:%u %zu@%p", in setInternalOption() 1112 CLOG_CONFIG(setInternalOption, "suspend=%d", suspend); in setInternalOption() 1121 CLOG_CONFIG(setInternalOption, "delayUs=%lld", (long long)delayUs); in setInternalOption() [all …]
|