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 415 KeyedVector<uint32_t, ReprocessStream> mReprocessStreams;
EmulatedFakeCamera2.cpp 579 mReprocessStreams.add(mNextReprocessStreamId, newStream);
592 ssize_t streamIndex = mReprocessStreams.indexOfKey(stream_id);
605 mReprocessStreams.removeItemsAt(streamIndex);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 143 mReprocessStreams.clear();
312 mReprocessStreams.push_back(stream);
395 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
396 streamI != mReprocessStreams.end(); streamI++) {
405 mReprocessStreams.erase(streamI);
593 for (ReprocessStreamList::iterator streamI = mReprocessStreams.begin();
594 streamI != mReprocessStreams.end(); streamI++) {
    [all...]
Camera2Device.h 351 ReprocessStreamList mReprocessStreams;

Completed in 922 milliseconds