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

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp136 AString nice; local
139 nice.append(", ");
141 nice.append(colorFormats.itemAt(ix));
143 ALOGV(" colors=[%s]", nice.c_str());
148 AString nice; local
151 nice.append(", ");
155 nice.append(pl.mProfile);
156 nice.append("/");
157 nice.append(pl.mLevel);
159 ALOGV(" levels=[%s]", nice
[all...]

Completed in 52 milliseconds