Searched refs:mPending3AStates (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp263 // Remove the entry if there is one for this frame number in mPending3AStates.
264 mPending3AStates.removeItem(frameNumber);
270 ssize_t index = mPending3AStates.indexOfKey(frameNumber);
272 pendingState = mPending3AStates.valueAt(index);
306 // If not all states are received, put the pending state to mPending3AStates.
308 mPending3AStates.add(frameNumber, pendingState);
310 mPending3AStates.replaceValueAt(index, pendingState);
344 mPending3AStates.removeItemsAt(index);
H A DFrameProcessor.h99 KeyedVector<int32_t, AlgState> mPending3AStates; member in class:android::camera2::FrameProcessor

Completed in 158 milliseconds