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

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp258 AString nice; local
261 nice.append(", ");
263 nice.append(colorFormats.itemAt(ix));
265 ALOGV(" colors=[%s]", nice.c_str());
270 AString nice; local
273 nice.append(", ");
277 nice.append(pl.mProfile);
278 nice.append("/");
279 nice.append(pl.mLevel);
281 ALOGV(" levels=[%s]", nice
[all...]

Completed in 23 milliseconds