HomeSort by relevance Sort by last modified time
    Searched refs:mReprocessStreams (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 420 KeyedVector<uint32_t, ReprocessStream> mReprocessStreams;
EmulatedFakeCamera2.cpp 580 mReprocessStreams.add(mNextReprocessStreamId, newStream);
593 ssize_t streamIndex = mReprocessStreams.indexOfKey(stream_id);
606 mReprocessStreams.removeItemsAt(streamIndex);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 341 ReprocessStreamList mReprocessStreams;
Camera2Device.cpp 154 mReprocessStreams.clear();
295 mReprocessStreams.push_back(stream);
378 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
379 streamI != mReprocessStreams.end(); streamI++) {
388 mReprocessStreams.erase(streamI);
551 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
552 streamI != mReprocessStreams.end(); streamI++) {
    [all...]

Completed in 913 milliseconds