Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp142 mReprocessStreams.clear(); in disconnect()
312 mReprocessStreams.push_back(stream); in createReprocessStreamFromStream()
397 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin(); in deleteReprocessStream()
398 streamI != mReprocessStreams.end(); streamI++) { in deleteReprocessStream()
407 mReprocessStreams.erase(streamI); in deleteReprocessStream()
595 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin(); in pushReprocessBuffer()
596 streamI != mReprocessStreams.end(); streamI++) { in pushReprocessBuffer()
DCamera2Device.h361 ReprocessStreamList mReprocessStreams; variable