Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.h73 struct AlgState { struct
86 AlgState() : in AlgState() argument
97 AlgState m3aState;
101 KeyedVector<int32_t, AlgState> mPending3AStates;
H A DFrameProcessor.cpp263 AlgState pendingState; in process3aState()