HomeSort by relevance Sort by last modified time
    Searched defs:isPartialResult (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 174 bool isPartialResult = false;
176 isPartialResult = result.mResultExtras.partialResultCount < mNumPartialResults;
183 isPartialResult = true;
206 (!isPartialResult || item->sendPartials)) {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp 71 bool isPartialResult = false;
74 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults;
80 isPartialResult = true;
85 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 77 milliseconds