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

/frameworks/av/media/libstagefright/
H A DAACWriter.cpp292 bool stoppedPrematurely = true; local
366 if (stoppedPrematurely) {
367 stoppedPrematurely = false;
371 if ((err == OK || err == ERROR_END_OF_STREAM) && stoppedPrematurely) {
H A DAMRWriter.cpp189 bool stoppedPrematurely = true; local
254 if (stoppedPrematurely) {
255 stoppedPrematurely = false;
262 if ((err == OK || err == ERROR_END_OF_STREAM) && stoppedPrematurely) {

Completed in 401 milliseconds