Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:seamless

894                     // treat seamless format change separately
900 if (formatChange /* not seamless */) {
1262 bool seamless;
1264 seamless = supportsSeamlessAudioFormatChange(targetFormat);
1267 seamless = (mCodec != NULL &&
1272 ALOGV("%s seamless support for %s", seamless ? "yes" : "no", oldMime.c_str());
1273 return seamless;