Searched refs:CLOG_CONFIG (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 71 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) macro 714 CLOG_CONFIG(setParameter, "%s(%#x), %zu@%p)", asString(extIndex), index, size, params); in setParameter() 763 CLOG_CONFIG(setConfig, "%s(%#x), %zu@%p)", asString(extIndex), index, size, params); in setConfig() 794 CLOG_CONFIG(setPortMode, "%s(%d), port %d", asString(mode), mode, portIndex); in setPortMode() 911 CLOG_CONFIG(enableNativeBuffers, "%s:%u%s, %d", portString(portIndex), portIndex, in enableNativeBuffers_l() 949 CLOG_CONFIG(enableNativeBuffers, "system property override: using native-handles"); in enableNativeBuffers_l() 1065 CLOG_CONFIG(storeMetaDataInBuffers, "%s:%u %srequested %s:%d negotiated %s:%d", in storeMetaDataInBuffers_l() 1088 CLOG_CONFIG(prepareForAdaptivePlayback, "%s:%u en=%d max=%ux%u", in prepareForAdaptivePlayback() 1132 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode()
|