Home | History | Annotate | Download | only in nuplayer2

Lines Matching defs:seamless

912                     // treat seamless format change separately
918 if (formatChange /* not seamless */) {
1274 bool seamless;
1276 seamless = supportsSeamlessAudioFormatChange(targetFormat);
1279 seamless = (mCodec != NULL &&
1284 ALOGV("%s seamless support for %s", seamless ? "yes" : "no", oldMime.c_str());
1285 return seamless;