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

/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp202 bool stoppedPrematurely = true; local
267 if (stoppedPrematurely) {
268 stoppedPrematurely = false;
275 if ((err == OK || err == ERROR_END_OF_STREAM) && stoppedPrematurely) {
H A DAACWriter.cpp310 bool stoppedPrematurely = true; local
384 if (stoppedPrematurely) {
385 stoppedPrematurely = false;
389 if ((err == OK || err == ERROR_END_OF_STREAM) && stoppedPrematurely) {

Completed in 1202 milliseconds