HomeSort by relevance Sort by last modified time
    Searched refs:isPartialResult (Results 1 - 5 of 5) 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 77 bool isPartialResult = false;
80 isPartialResult = frame.mResultExtras.partialResultCount < mNumPartialResults;
86 isPartialResult = true;
91 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java     [all...]
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 463 milliseconds