Searched defs:CODEC_LOGV (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp94 #define CODEC_LOGV(x, ...) ALOGV("[%s] "x, mComponentName, ##__VA_ARGS__) macro
674 CODEC_LOGV("portIndex: %ld, index: %ld, eCompressionFormat=%d eColorFormat=%d",
697 CODEC_LOGV("found a match.");
769 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
963 CODEC_LOGV("Default profile: %ld, level %ld",
974 CODEC_LOGV("Target profile: %d, level: %d", profile, level);
989 CODEC_LOGV("Supported profile: %d, level %d",
1189 CODEC_LOGV("setVideoOutputFormat width=%ld, height=%ld", width, height);
1547 CODEC_LOGV("allocating %lu buffers of size %lu on %s port",
1620 CODEC_LOGV("allocate
[all...]

Completed in 65 milliseconds