Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:seamless

858                     // treat seamless format change separately
864 if (formatChange /* not seamless */) {
1206 bool seamless;
1208 seamless = supportsSeamlessAudioFormatChange(targetFormat);
1211 seamless = (mCodec != NULL &&
1216 ALOGV("%s seamless support for %s", seamless ? "yes" : "no", oldMime.c_str());
1217 return seamless;