Searched defs:CODEC_LOGV (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp94 #define CODEC_LOGV(x, ...) ALOGV("[%s] "x, mComponentName, ##__VA_ARGS__) macro
669 CODEC_LOGV("portIndex: %ld, index: %ld, eCompressionFormat=%d eColorFormat=%d",
692 CODEC_LOGV("found a match.");
764 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
958 CODEC_LOGV("Default profile: %ld, level %ld",
969 CODEC_LOGV("Target profile: %d, level: %d", profile, level);
984 CODEC_LOGV("Supported profile: %d, level %d",
1184 CODEC_LOGV("setVideoOutputFormat width=%ld, height=%ld", width, height);
1541 CODEC_LOGV("allocating %lu buffers of size %lu on %s port",
1614 CODEC_LOGV("allocate
[all...]

Completed in 31 milliseconds