Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mReprocessStreams

154         mReprocessStreams.clear();
295 mReprocessStreams.push_back(stream);
378 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
379 streamI != mReprocessStreams.end(); streamI++) {
388 mReprocessStreams.erase(streamI);
549 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
550 streamI != mReprocessStreams.end(); streamI++) {