Home | History | Annotate | Download | only in nuplayer

Lines Matching full:seamless

888                     // treat seamless format change separately
894 if (formatChange /* not seamless */) {
1250 bool seamless;
1252 seamless = supportsSeamlessAudioFormatChange(targetFormat);
1255 seamless = (mCodec != NULL &&
1260 ALOGV("%s seamless support for %s", seamless ? "yes" : "no", oldMime.c_str());
1261 return seamless;