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

/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp200 bool stoppedPrematurely = true; local
265 if (stoppedPrematurely) {
266 stoppedPrematurely = false;
273 if ((err == OK || err == ERROR_END_OF_STREAM) && stoppedPrematurely) {
H A DAACWriter.cpp307 bool stoppedPrematurely = true; local
381 if (stoppedPrematurely) {
382 stoppedPrematurely = false;
386 if ((err == OK || err == ERROR_END_OF_STREAM) && stoppedPrematurely) {

Completed in 23 milliseconds