Searched refs:stale (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp139 bool stale = false; local
152 stale = true;
163 if (!stale) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp1411 bool stale = false; local
1419 // that a known yet stale buffer can return from a surface that we
1423 // NW, and a stale copy of the same buffer gets dequeued - which will
1426 ALOGI("dequeued stale buffer %p. discarding", buf);
1427 stale = true;
1440 // in non-meta mode. These should be treated as stale buffers. The
1444 if (!stale && (!storingMetadataInDecodedBuffers() || mLegacyAdaptiveExperiment)) {
1445 ALOGI("dequeued unrecognized (stale) buffer %p. discarding", buf);
1446 stale = true;
1448 if (stale) {
[all...]

Completed in 129 milliseconds