Home
last modified time | relevance | path

Searched refs:sawInputEOS (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
Dmuxer.cpp142 bool sawInputEOS = false; in muxing() local
150 while (!sawInputEOS) { in muxing()
154 sawInputEOS = true; in muxing()
Dcodec.cpp154 bool sawInputEOS = false; in decode() local
157 if (!sawInputEOS) { in decode()
163 sawInputEOS = true; in decode()