Home
last modified time | relevance | path

Searched refs:stoppedPrematurely (Results 1 – 3 of 3) sorted by relevance

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