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

  /frameworks/av/camera/camera2/
CaptureRequest.cpp 80 int isReprocess = 0;
81 if ((err = parcel->readInt32(&isReprocess)) != OK) {
85 mIsReprocess = (isReprocess != 0);
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java 278 * @param isReprocess Indicates whether to create a reprocess capture request. {@code true}
297 private CaptureRequest(CameraMetadataNative settings, boolean isReprocess,
299 if ((physicalCameraIdSet != null) && isReprocess) {
315 mIsReprocess = isReprocess;
316 if (isReprocess) {
406 public boolean isReprocess() {
461 * isReprocess() are equal.</p>
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 329 milliseconds