Searched refs:nice (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp147 AString nice; local
150 nice.append(", ");
152 nice.append(colorFormats.itemAt(ix));
154 ALOGV(" colors=[%s]", nice.c_str());
159 AString nice; local
162 nice.append(", ");
166 nice.append(pl.mProfile);
167 nice.append("/");
168 nice.append(pl.mLevel);
170 ALOGV(" levels=[%s]", nice
[all...]

Completed in 35 milliseconds