Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp143 mReprocessStreams.clear(); in disconnect()
312 mReprocessStreams.push_back(stream); in createReprocessStreamFromStream()
395 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin(); in deleteReprocessStream()
396 streamI != mReprocessStreams.end(); streamI++) { in deleteReprocessStream()
405 mReprocessStreams.erase(streamI); in deleteReprocessStream()
593 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin(); in pushReprocessBuffer()
594 streamI != mReprocessStreams.end(); streamI++) { in pushReprocessBuffer()
DCamera2Device.h351 ReprocessStreamList mReprocessStreams; variable