Searched refs:CODEC_LOGV (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 105 #define CODEC_LOGV(x, ...) ALOGV("[%s] "x, mComponentName, ##__VA_ARGS__) macro 765 CODEC_LOGV("portIndex: %u, index: %u, eCompressionFormat=%d eColorFormat=%d", in setVideoPortFormatType() 788 CODEC_LOGV("found a match."); in setVideoPortFormatType() 861 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat); in isColorFormatSupported() 1056 CODEC_LOGV("Default profile: %ld, level %ld", in getVideoProfileLevel() 1067 CODEC_LOGV("Target profile: %d, level: %d", profile, level); in getVideoProfileLevel() 1082 CODEC_LOGV("Supported profile: %d, level %d", in getVideoProfileLevel() 1282 CODEC_LOGV("setVideoOutputFormat width=%ld, height=%ld", width, height); in setVideoOutputFormat() 1649 CODEC_LOGV("allocating %lu buffers of size %lu on %s port", in allocateBuffersOnPort() 1722 CODEC_LOGV("allocated buffer %p on %s port", buffer, in allocateBuffersOnPort() [all …]
|