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

  /frameworks/av/services/camera/libcameraservice/
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);
549 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
550 streamI != mReprocessStreams.end(); streamI++) {
    [all...]
Camera2Device.h 332 ReprocessStreamList mReprocessStreams;
  /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...]

Completed in 315 milliseconds